IDSViewHooks::HitGeometry

Use this method to determine whether the cursor point hit a custom object.

Compatibility

Cimatron 2026 or later

Syntax

bool HitGeometry(out object oHitPnt);

n/a

Return Type

Return: bool

HitGeometry status

 

 

Input Type

Input: object

oHitPnt—Three coordinate double array representing the point hit to custom object.

 

 

Remarks

Example