Global

Members

(constant) componentType :number

Type of Component.

Type:
  • number
Properties:
Name Type Description
revolute number

Rotation around an axis.
Use setCenter() and setAxis() to define the rotation axis.

prismatic number

Translation along an axis.
Use setCenter() and setAxis() to define the translation axis.

fixed number

Fixed. No Movement

prismaticAggregate number

Aggregates the position of two components.
Use setExtraComponent1() and setExtraComponent2() to define the components.

prismaticTriangle number

Calculates hinge movement based on static and variable component.
Use setExtraComponent1() and setExtracComponent2() to define related component.

helical number

Performs a rotation when the component is translated.
Use setHelicalFactor() to set rotation factor.

mapped number

Moves Component based on component referenced by mapped target.
Use setMappedTargetComponent() to specify mapped component and specify mapped type with setMappedType().

pistonController number

Calculates piston movement.
Use setExtraComponent1() to define related component (must be parent of this component).

prismaticPlane number

Restricts movement by plane. Only valid as mapped type.
Use setPrismaticPlanePlane() and setPrismaticPlaneTip() to define plane.

belt number

Creates a belt/conveyor. Only valid as mapped type.
Use getBelt() to set belt parameters.

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