Members
(constant) componentType :number
Type of Component.
Type:
- number
Properties:
Name | Type | Description |
---|---|---|
revolute |
number | Rotation around an axis. |
prismatic |
number | Translation along an axis. |
fixed |
number | Fixed. No Movement |
prismaticAggregate |
number | Aggregates the position of two components. |
prismaticTriangle |
number | Calculates hinge movement based on static and variable component. |
helical |
number | Performs a rotation when the component is translated. |
mapped |
number | Moves Component based on component referenced by mapped target. |
pistonController |
number | Calculates piston movement. |
prismaticPlane |
number | Restricts movement by plane. Only valid as mapped type. |
belt |
number | Creates a belt/conveyor. Only valid as mapped type. |
mate |
number | Experimental. WIP |
revoluteSlide |
number | Experimental. WIP |
target |
number | Component that is positioned based on other components. |
pivotSystem |
number | Calculates component based on common pivot. |
(constant) pivotSystemType :number
Type of Pivot System Component.
Type:
- number
Properties:
Name | Type | Description |
---|---|---|
endRevolute |
number | End Component that rotates along a center axis |
endPrismatic |
number | End Component that rotates and translates along a center axis |
endConnected |
number | End Component that is connected to a center component |
connector |
number | Connector component that is connected to two other components |
centerRot |
number | Center component that rotates around a fixed axis. Connected to other components |
centerPrismatic |
number | Center component that translates along a fixed axis. Connected to other components |