Discussion:
Converting 3D Face to 3D Polyline
(too old to reply)
Craig Barrett
2004-07-09 18:31:18 UTC
Permalink
Is there a way in VBA to convert a 3D Face to a 3D Polyline?


Thanks
Craig Barrett
Joe Sutphin
2004-07-09 19:56:03 UTC
Permalink
One way would be to read the Coordinates property of the 3DFace object and
feed them to a create 3DPoly object routine, then erase the 3DFace object.

Joe
--
Post by Craig Barrett
Is there a way in VBA to convert a 3D Face to a 3D Polyline?
Thanks
Craig Barrett
Craig Barrett
2004-07-09 20:32:51 UTC
Permalink
Thanks Joe,

I did that exactly and worked great - Thanks!

Have a great weekend.
Craig
Post by Joe Sutphin
One way would be to read the Coordinates property of the 3DFace object and
feed them to a create 3DPoly object routine, then erase the 3DFace object.
Joe
--
Post by Craig Barrett
Is there a way in VBA to convert a 3D Face to a 3D Polyline?
Thanks
Craig Barrett
Nava Ran
2004-07-11 03:43:09 UTC
Permalink
3DFTO3DP.LSP>Converts a selection set of 3DFACES into 3DPOLY's
http://www.dotsoft.com/freestuff.htm
Post by Craig Barrett
Thanks Joe,
I did that exactly and worked great - Thanks!
Have a great weekend.
Craig
Post by Joe Sutphin
One way would be to read the Coordinates property of the 3DFace object and
feed them to a create 3DPoly object routine, then erase the 3DFace object.
Joe
--
Post by Craig Barrett
Is there a way in VBA to convert a 3D Face to a 3D Polyline?
Thanks
Craig Barrett
Continue reading on narkive:
Loading...