IStateNode Interface

State at a point on a 1D-element.

Definition

Namespace: Karamba.Elements.States
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public interface IStateNode

Methods

DisplacedDisplayPosition Gets the deformed position in global coordinates. In case of several states to select from the one with the largest resultant displacement in chosen.
DisplacedPosition Gets the deformed position in global coordinates. In case of several states the envelope is returned.
GetResult Gets the value of the selected StateNodeOption at the base point.
GetRotation Gets the rotation Vector3 in word space of the base point.
GetTranslation Gets the translation Vector3 of the base point.
RotatedVector Rotate a vector according to a node state.

See Also