Over 1.077.000 registered users (EN+CZ).
New 1D nesting and 3D nesting tools, updated Color converter.
New AutoCAD 2025 commands and variables.
Learn about twiGIS.
CAD tip # 6820:
Question
A
You can find and display the coordinates of the center of gravity (CG/COG) of a closed region or solid with the AutoCAD command MASSPROP. But if you want to draw the center of gravity as an entity, use the utility CADstudio Centroid.
The LISP application Centroid calculates and creates (as a POINT or SPHERE object) the center of gravity (centroid) of any closed polyline (pline), 2D region or 3D solid. Optionally you can draw XYZ labels, volume or surface area labels.
Load it with APPLOAD and run the CENTROID or CENTROIDS command.
The free utility Centroid can be downloaded from Download
See:
You use the LISP variables to preset Centroid options: (setq _centroidmarkertype "sphere"), (setq _centroidxyztype "yes"), (setq _centroidproptype "volume"), (setq _centroidsize 10.0).
Since AutoCAD 2016 you can also use the osnap mode "geometric center" to snap to the center of gravity of an object - e.g. in the POINT command.
ACADADTACADMMapCivil
*CAD
27.7.2009
36041×