|
发表于 2002-9-5 21:00:00
|
显示全部楼层
Gets two points of a box enclosing the specified object.
See Also | Example
Signature
object.GetBoundingBox MinPoint, MaxPoint
Object
All Drawing Objects, AttributeReference
The object or objects this method applies to.
MinPoint
Variant (three-element array of doubles); output-only
The 3D WCS coordinates specifying the minimum point of the object's bounding box.
MaxPoint
Variant (three-element array of doubles); output-only
The 3D WCS coordinates specifying the maximum point of the object's bounding box.
Remarks
The corners are returned in WCS coordinates with the box edges parallel to the WCS X, Y, and Z axes. |
|