<BooleanVectorNode> Data Interface

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

Class HierarchyType » Node » VariableNode » BooleanVectorNode

Function Members

Function members are as follows:

Return Type Function Name Documentation
int32GetComponentReturns the vector component value at the specified index.
int32GetCountReturns the count of the underlying <Int32Vector> object, which is 4.
int32SetComponentSets the vector component value at the specified index.

Object Members

Object members are as follows:

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