-
Notifications
You must be signed in to change notification settings - Fork 28
dos_plinecentroid
Dale Fugier edited this page Nov 1, 2023
·
2 revisions
Returns the centroid of a closed, planar polyline entity.
(dos_plinecentroid entity)
entity
The entity name of a closed, planar curve object.
The centroid if successful.
nil if not successful or on error.
Command: (dos_plinecentroid (car (entsel "\nSelect a closed curve:")))
(35.8886 26.6375 0.0)