Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 683 Bytes

File metadata and controls

31 lines (22 loc) · 683 Bytes

ResetBBox

Description

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

Parameters

Name Type Description
h HANDLE Handle to object.

Remarks

Forces the bouding box information for object h to be recomputed based on current geometry.

This doesn't seem to work on symdefs.

Version

Availability: from All Versions

Category