Script property names and flags to be used in the move part.
These properties to be used in the MovePart class.
| Property (propName) | Type (Type) | Flag (scriptKeyName) | Description |
|---|---|---|---|
| Type | Flag | Move type | |
| DirectionId | String | direction id | |
| Distance | Double | Move distance | |
| DirectionX | Double | Direction x value | |
| DirectionY | Double | Direction y value | |
| DirectionZ | Double | Direction z value | |
| MoveX | Double | Move x value | |
| MoveY | Double | Move y value | |
| MoveZ | Double | Move z value | |
| KeepConstraints | bool | Keep constraints |
These properties to be used in the RotatePart class.
| Property (propName) | Type (Type) | Flag (scriptKeyName) | Description |
|---|---|---|---|
| AxisType | Flag | Axis Type | |
| AxisId | String | Edge Id | |
| Angle | Double | Revolve solid angle | |
| AxisPosX | Double | Axis pos x value | |
| AxisPosY | Double | Axis pos y value | |
| AxisPosZ | Double | Axis pos z value | |
| AxisVecX | Double | Axis vector x value | |
| AxisVecY | Double | Axis vector y value | |
| AxisVecZ | Double | Axis vector z value | |
| KeepConstraints | bool | Keep constraints |