Class: KinematicsComponentBehaviorPivotSystem

KinematicsComponentBehaviorPivotSystem()

This class represents the behavior for a pivot system component.
A pivot system component is part of a system of components defined by common pivot points.

Constructor

new KinematicsComponentBehaviorPivotSystem()

Classes

KinematicsComponentBehaviorPivotSystem

Methods

getExtraComponent1() → {KinematicsComponent}

Retrieves the Extra Component 1

Returns:

Component

Type
KinematicsComponent

getExtraComponent2() → {KinematicsComponent}

Retrieves the Extra Component 1

Returns:

Component

Type
KinematicsComponent

getExtraPivot1() → {Point3}

Retrieves the Extra Pivot 1

Returns:

Pivot

Type
Point3

getHelicalFactor() → {number}

Retrieves the helical factor

Returns:

Helical Factor

Type
number

getMappedComponent() → {KinematicsComponent}

Retrieves the Mapped Component

Returns:

Component

Type
KinematicsComponent

getPivotType() → {pivotSystemType}

Retrieves pivot type of this pivot system component

Returns:

Pivot System Type

Type
pivotSystemType

setExtraComponent1(component)

Sets the extra component 1

Parameters:
Name Type Description
component KinematicsComponent

Component

setExtraComponent2(component)

Sets the extra component 1

Parameters:
Name Type Description
component KinematicsComponent

Component

setExtraPivot1(pivot)

Sets the extra pivot 1

Parameters:
Name Type Description
pivot Point3

Pivot Point

setHelicalFactor(helicalFactor)

Sets the helical factor

Parameters:
Name Type Description
helicalFactor number

Helical Factor

setMappedComponent(component)

Sets the Mapped Component

Parameters:
Name Type Description
component KinematicsComponent

Component

setPivotType(pivotType)

Sets the pivot type of this pivot system component.

Parameters:
Name Type Description
pivotType pivotSystemType

Pivot System Type