| SoIntersectingPrimitiveXfVertex Property  | 
 
Transformed vertex of the primitive.
 
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic 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: 
SbVec3f
See Also