SoVRMLIndexedLinecoordIndex Property |
Indices of the coordinates that the indexed line set uses as its vertices.
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoMFInt32 coordIndex { get; }
Public ReadOnly Property coordIndex As SoMFInt32
Get
public:
property SoMFInt32^ coordIndex {
SoMFInt32^ get ();
}
member coordIndex : SoMFInt32 with get
Property Value
Type:
SoMFInt32
RemarksThe coordinates connect to form the lines.
See Also