vlax-curve-getperimeter
(vlax-curve-getperimeter curveEnt)
This function returns the perimeter of
the curveEnt curve entity.
Arguments |
curveEnt (ename or vla-object) the COM object of any "curve" entity |
Return |
double; the perimeter of the curve or NIL |
Example |
last entity is a CIRCLE with
radius = 1.0 : |
Remarks |
this function is specific for BricsCAD, not available in AutoLISP ! |
© Bricsys NV. All rights reserved. |