| 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: 2025.2.0.0 (10.18.0.0)
Syntaxpublic 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: 
SbVec3f
RemarksIf the node is NULL, the information corresponding to the tail of the (full) path is returned. 
See Also