Here are a few simple examples that you can demonstrate on your licensed copy of SpinFire Ulitmate.
Acquire full scripting help from within SpinFire Ultimate using the Documentation menu item from the script menu.
The following shows simple examples of some scripting primitives
Expand | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||
The following demonstrates getting the physical properties of the assembly and printing to the console through scriptnig. UsageGetPhysicalProperties() Parametersnone
|
Expand | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||
The following demonstrates selecting and rotating an assembly through scriptnigscripting. UsageRotaeSelectedAssemblyItems(axis, degrees) Parametersaxis: selectd the x, y, or z axis degrees: amount to rotate in degrees
|
Expand | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||
The following demonstrates creating 2D lines through scriptnigscripting. UsageInsertLine(x-coord, y-coord, color, thickness) Parametersx-coord: starting x-coordinate. y-coord: starting y-coordinate. color: color as a string in the form "#AARRGGBB" where AA is the alpha channel RR is the red channel GG is the green channel BB is the blue channel thickness: line thickness number > 0
|
Expand | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
The following demonstrates creating a 3D polyline through scriptnigscripting. Usage: InsertPolyline([x-coord 1, y-coord 1, z-coord 1], [x-coord 2, y-coord 2, z-coord 2], [x-coord n, y-coord n, z-coord n], color, thickness) Parameters x-coord: Starting x-coordinate. y-coord: Starting y-coordinate. z-coord: Starting z-coordinate. color: color as a string in the form "#AARRGGBB", thickness: lne thickness number > 0
|
Expand | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
The following demonstrates saving the workspace to an ACT3D file through scriptnigscripting. Usage: ImportFile(filename path) Parameters filename path: filename path of the file to import.
|
Expand | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
The following demonstrates saving the workspace to an ACT3D file through scriptnigscripting. Usage: SaveFile(filename path) Parameters filename path: filename path of the ACT3D file.
|