<VectorNode> Data Interface

Provides script language access to C++ objects of this type.

Class HierarchyType » Node » VariableNode » VectorNode

Function Members

Function members are as follows:

Return Type Function Name Documentation
doubleGetComponentReturns the vector component value at the specified index.
int32GetCountReturns the count of the underlying vector, which is always 4.
int32SetComponentSets the vector component value at the specified index.

Object Members

Object members are as follows:

Type Name Accessor Name Documentation
<Float64Vector>ValueGets the underlying vector object ( <Float64Vector> ) so that you can get or set its components.
int32DimensionGets or sets the vector dimension of the <VectorNode>. Value must be 2, 3, or 4.