Acad.DBEntity.getExtents Function
File
Autodesk.AutoCAD.js
Syntax
JavaScript
function Acad.DBEntity.getExtents();
Group
Returns
An object of type Acad.Bound3d in the success callback function.
This function returns a promise pattern result, it has to be called as a Promise Pattern with .then(onSuccess, onError)
function.
Description
Returns the object's geometric extents defined by minimum and maximum points.