TheSwamp

Code Red => VB(A) => Topic started by: David Hall on November 16, 2006, 05:13:32 PM

Title: extract length of solid
Post by: David Hall on November 16, 2006, 05:13:32 PM
I have a "sweep" that is a circle extruded along a path.  What I would like to do is extract the length out of the solid.  I used getentity to see that it was a sweep, but couldn't find any property that matched the known length for that solid.

Ideas???
Title: Re: extract length of solid
Post by: Bryco on November 16, 2006, 05:28:29 PM
Not available in vb.
Title: Re: extract length of solid
Post by: Fatty on November 16, 2006, 05:46:16 PM
I have a "sweep" that is a circle extruded along a path.  What I would like to do is extract the length out of the solid.  I used getentity to see that it was a sweep, but couldn't find any property that matched the known length for that solid.

Ideas???
Just an idea:

Volume/Circle area

~'J'~
Title: Re: extract length of solid
Post by: It's Alive! on November 16, 2006, 05:52:59 PM
Maybe you can try measuring the path before you extrude or getboundingbox? Once it’s a solid there is not much data you can pull from it
Dan