JavaScript Application Programming Interface (API) for AutoCAD
|
Autodesk.AutoCAD.js
function Acad.Bounds3d(minPt3d,maxPt3d);
Parameters |
Description |
minPt3d |
represents the minimum point of the extents |
maxPt3d |
represents the maximum point of the extents |
The object represents the 3d geometric extents of an entity. It is similar to AcDbExtents, with minimum and maximum points.
Name |
Type |
Description |
Condition |
x |
minPt3d |
Returns the minimum point of the extents. |
Read-write |
y |
minPt3d |
Returns the minimum point of the extents. |
Read-write |
Copyright (c) 2012. All rights reserved.
|
What do you think about this topic? Send feedback!
|