SoProfileCoordinateElementGet3 Method |
Returns the indexed coordinate from an element as a 3D vector, converting if necessary.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SbVec3f Get3(
int index
)
Public Function Get3 (
index As Integer
) As SbVec3f
public:
SbVec3f Get3(
int index
)
member Get3 :
index : int -> SbVec3f
Parameters
- index
- Type: SystemInt32
Return Value
Type:
SbVec3fRemarks See Also