|
IGeomServices::GetBoundingBoxByUCS
Description
This method allows you to get the bounding box of selected entities by UCS.
Syntax
PntArr = GetBoundingBoxByUCS ( iEntList, iUCS);
Input: (ICimEntityList) iEntList |
Entity list. |
Input: (IUcs) iUCS |
UCS object (for referance) |
Return: (Variant) PntArr |
Variant that contains double type array of 3D points coordinates. |
Note
|