SoIndexedShapetangentIndex Property |
The indices of the tangents that are used for the shape.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoMFInt32 tangentIndex { get; }
Public ReadOnly Property tangentIndex As SoMFInt32
Get
public:
property SoMFInt32^ tangentIndex {
SoMFInt32^ get ();
}
member tangentIndex : SoMFInt32 with get
Property Value
Type:
SoMFInt32Remarks This field is used only when the tangent binding is one of the _INDEXED bindings. By default, the value of this field indicates that the coordinate indices should be used for tangents as well.
See Also