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