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.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic bool IsOnGeometry()
Public Function IsOnGeometry As Boolean
public:
bool IsOnGeometry()
member IsOnGeometry : unit -> bool
Return Value
Type:
Boolean
RemarksThe pick style (see SoPickStyle) affects this decision.
See Also