Share

AcGi Global Functions

Description

Defines global functions specific to AcGi classes.

Functions

Function Description
acgiGetRegenBlockRefStack This function fills the blkRefs array with the objectIds of the of the AcDbBlockReferences involved in regenerating the current entity. The stack is outermost BlockRefId first and innermost id last. So, for example, if the BlockTableRecord named "test" is referenced by a BlockReference and that BlockReference is in another block named "outer", then when the BlockReference that references the BlockTableRecord "test" is regenerating as part of regenerating the the BlockReference that references the BlockTableRecord "outer", then this function will fill in the blkRefs array with two objectIds. The first id will be for the the BlockReference that references... more
acgiGetTransientManager This function returns current transient manager.
acgiIsValidClipBoundary This function checks to see if the clip boundary described by pts is degenerate. A valid boundary requires atleast three points. This function does not test for the valid number of points. It checks to see that the boundary is not self-intersecting or collinear.Returns true if the boundary represented by pts is valid, otherwise returns false.
acgiSetTransientManager This function sets current transient manager.

Was this information helpful?