SoIntersectingPrimitiveXfVertex Property |
Transformed 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 XfVertex (
index As Integer
) As SbVec3f
Get
public:
property SbVec3f XfVertex[int index] {
SbVec3f get (int index);
}
member XfVertex : SbVec3f with get
Parameters
- index
- Type: SystemInt32
Property Value
Type:
SbVec3fSee Also