Cylinder length Cylinderlength
Hello everyone
I am new here and have a problem that should not occur with such a complex program as Bricscad.
I have drawn a flexible pipe in 3D (BIM).
I only want to have the axis length.
Bricscad provides the volume. I can enter the base area as a fixed number in the properties. (Pset) Only I need the length of the tube. The formula would be: l=V/A length = volume / base area.
Who can help me?
Kind regards
Simone
Comments
-
If shape is made by extruding along a path make sure keep path.
Massprop may be your friend, you can get all the properties including volume and send it to a file, you then read the file and get the volume and divide by your area, in the case of a circular tube you would only need the radius as you can work out area (* (* rad rad) pi)
Yes done as a lisp etc.
0