Procedure ResetBBox forces the bounding box information for the specified object to be recomputed based on the objects' current geometry.
Call this procedure after modifying an object to force a redraw of the object.
PROCEDURE ResetBBox(h : HANDLE);def vs.ResetBBox(h):
return None| Name | Type | Description |
|---|---|---|
| h | HANDLE | Handle to object. |
Forces the bouding box information for object h to be recomputed based on current geometry.
This doesn't seem to work on symdefs.
Availability: from All Versions