Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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


Zum Beispiel:

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


In kleinem Skript verwendetes Beispiel:

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);

  • No labels