Search the Community
Showing results for tags 'centroid'.
-
Finding Inertia Values about the centre
alrighty93 posted a topic in The CUI, Hatches, Linetypes, Scripts & Macros
Hi Is there a way to create a macro which would find the inertia of a region out the (0,0)? Currently, I have to Massprop the object, draw a line from (0,0) to the centre of the object, move the object from the end of the line to the centroid, and then massprop it again to get the correct Ixx a... -
Centre of Gravity of a group of Open or Closed Polylines
neodesigner posted a topic in AutoLISP, Visual LISP & DCL
I work as a boat designer and often require calculating total length of polyline & centre of gravity (both open & closed polylines). I have a snippet below to show the sample code I am currently using - this only works with a group of lines - it doesnt work with polylines. Currently everytime I h... -
Add Sphere to Centroid of 3D Solids via LISP
parkerdepriest posted a topic in AutoLISP, Visual LISP & DCL
Hi everyone, here's what I'm trying to do: I have a lot of curved bridge girders, and I am using MASSPROP to find the centroid location, and then manually typing in the centroid coordinates as the center point of a sphere. Awhile back, I found this code that is supposed to do precisely tha... -
dividing a trapezoid shape to have the same centroid height in z direction
patrick1q posted a topic in AutoCAD 3D Modelling & Rendering
I need to divide a bridge deck section (sort of trapezoidal shape with circular hollow section inside) but I need to keep the centroid level of each section to be at the same height. is there any simple way of doing it using Autocad 2014?