Q3Pick_SetEdgeTolerance
You can use theQ3Pick_SetEdgeTolerancefunction to set the edge tolerance of a pick object.
TQ3Status Q3Pick_SetEdgeTolerance ( TQ3PickObject pick, float edgeTolerance);
pick- A pick object.
edgeTolerance- The desired edge tolerance of the specified pick object.
DESCRIPTION
TheQ3Pick_SetEdgeTolerancefunction sets the edge tolerance of the pick object specified by thepickparameter to the tolerance specified by theedgeToleranceparameter. If the specified pick object does not support an edge tolerance,Q3Pick_SetEdgeTolerancegenerates an error.