SoCallbackActionGetNormal Method |
Returns the current normal information from the state.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SbVec3f GetNormal(
int index
)
Public Function GetNormal (
index As Integer
) As SbVec3f
public:
SbVec3f GetNormal(
int index
)
member GetNormal :
index : int -> SbVec3f
Parameters
- index
- Type: SystemInt32
Return Value
Type:
SbVec3fRemarks See Also