SoCollidingPrimitiveVertex Property |
Vertex of the primitive
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SbVec3f this[
int index
] { get; }
Public ReadOnly Property Vertex (
index As Integer
) As SbVec3f
Get
public:
property SbVec3f Vertex[int index] {
SbVec3f get (int index);
}
member Vertex : SbVec3f with get
Parameters
- index
- Type: SystemInt32
Property Value
Type:
SbVec3fSee Also