SoPickedPointGetObjectNormal Method (SoNode) |
Returns the surface normal in the object space corresponding to the given node in the path.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SbVec3f GetObjectNormal(
SoNode node
)
Public Function GetObjectNormal (
node As SoNode
) As SbVec3f
public:
SbVec3f GetObjectNormal(
SoNode^ node
)
member GetObjectNormal :
node : SoNode -> SbVec3f
Parameters
- node
- Type: OIV.Inventor.NodesSoNode
Return Value
Type:
SbVec3fRemarks If the node is NULL, the information corresponding to the tail of the (full) path is returned.
See Also