Click or drag to resize
SoPickedPointIsOnGeometry Method

Returns whether the intersection is actually on the geometry of the character that was hit, as opposed to being on the bounding box.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public bool IsOnGeometry()

Return Value

Type: Boolean
Remarks

The pick style (see OIV.Inventor.Nodes.SoPickStyle) affects this decision.

See Also