SoCallbackActionGetCoordinate4 Method |
Returns the current coordinates from the state.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SbVec4f GetCoordinate4(
int index
)
Public Function GetCoordinate4 (
index As Integer
) As SbVec4f
public:
SbVec4f GetCoordinate4(
int index
)
member GetCoordinate4 :
index : int -> SbVec4f
Parameters
- index
- Type: SystemInt32
Return Value
Type:
SbVec4fRemarks See Also