|
GetBoundsSelectedItems (Method)
Returns the perimetric frame extents of the selected objects
Syntax:
Function GetBoundsSelectedItems(xMin As Single, yMin As Single, zMin As Single, xMax As Single, yMax As Single, zMax As Single) As Boolean
The GetBoundsSelectedItems method syntax consists of the following:
Parameter
|
Data Type
|
Description
|
xMin
|
Single
|
Is the x coordinate of the bottom left extend of the perimetric frame
|
yMin
|
Single
|
Is the y coordinate of the bottom left extend of the perimetric frame
|
zMin
|
Single
|
Is the z coordinate of the bottom left extend of the perimetric frame
|
xMax
|
Single
|
Is the x coordinate of the top right extend of the perimetric frame
|
yMax
|
Single
|
Is the y coordinate of the top right extend of the perimetric frame
|
zMax
|
Single
|
Is the z coordinate of the top right extend of the perimetric frame
|
Return value:
Boolean - True on success, false on error.
Example
|