Q3Pick_GetEdgeTolerance
You can use theQ3Pick_GetEdgeTolerancefunction to get the current edge tolerance of a pick object.
TQ3Status Q3Pick_GetEdgeTolerance ( TQ3PickObject pick, float *edgeTolerance);
pick- A pick object.
edgeTolerance- On exit, the current edge tolerance of the specified pick object.
DESCRIPTION
TheQ3Pick_GetEdgeTolerancefunction returns, in theedgeToleranceparameter, the current edge tolerance of the pick object specified by thepickparameter. If the specified pick object does not support an edge tolerance,Q3Pick_GetEdgeTolerancegenerates an error.