Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Funktionen können innerhalb eines einzelnen Ausdrucks eingebettet werden, um die Effizienz des Skripts zu erhöhen.

Child pages (Children Display)


Zum Beispiel:

Code Block
BF = BooleanSubtract(B1,Move(RotateZ(RotateY(Box(-5,-5,-5,5,5,5),45) ,45),-1,-1,-1));

...

Code Block
B1 = Box(0,0,0,10,10,10);
BF = BooleanSubtract(B1,Move(RotateZ(RotateY(Box(-5,-5,-5,5,5,5),45) ,45),-1,-1,-1));
Output(BF);

...