SoIndexedShapecoordIndex Property |
The indices of the coordinates that the shape uses as its vertices.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoMFInt32 coordIndex { get; }
Public ReadOnly Property coordIndex As SoMFInt32
Get
public:
property SoMFInt32^ coordIndex {
SoMFInt32^ get ();
}
member coordIndex : SoMFInt32 with get
Property Value
Type:
SoMFInt32Remarks The coordinates connect to form faces, lines, or other shapes. Each subclass defines special negative indices to use to indicate separation between faces, lines, and so on.
See Also