Click or drag to resize
SoPickedPointGetNormal Method

Returns the surface normal in world space.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SbVec3f GetNormal()

Return Value

Type: SbVec3f
Remarks

NOTE: It is possible to disable computation of normal vectors by calling the enableNormalsGeneration() method on OIV.Inventor.Actions.SoRayPickAction. If normal vectors are disabled, this method returns 0,0,0.

See Also