Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Polyface Mesh to Simple Polyline

2,837 views
Skip to first unread message

Rakesh Rao

unread,
Mar 26, 1998, 3:00:00 AM3/26/98
to
Hi,

We have received drawings containing many Polyface mesh entities which
actually should have been simple Pline entities. What is the best way to

convert them to Polylines? The face record and their relationships /
visible/invisible edges make this difficult, if not impossible, even
with a Lisp. Any suggestions or code for a quick conversion which should

visually give the same geometry.

Thanks & Regards
Rakesh Rao

*************************************************************
Rakesh Rao
GIS Software Development & Consulting

AutoLisp / ARX / menu customization.
GIS/Mapping/GPS AM/FM programming.

email : rakes...@usa.net
************************************************************

vcard.vcf

Reini Urban

unread,
Mar 27, 1998, 3:00:00 AM3/27/98
to

meshes are faces, plines are linear, so they are not convertible.

if you want just the edges of the mesh, you could convert it to lines,
which is quite easy: either extract the vertex/edge information of the
mesh, or if this is too complicated for you, explode the mesh into faces
and extract the edges there.
invisible edges (negative indices/3dface: flag) maybe omitted ot put
onto a seperate layer.

Rakesh Rao wrote:
> We have received drawings containing many Polyface mesh entities which
> actually should have been simple Pline entities. What is the best way to
> convert them to Polylines? The face record and their relationships /
> visible/invisible edges make this difficult, if not impossible, even
> with a Lisp. Any suggestions or code for a quick conversion which should
> visually give the same geometry.

--
Reini Urban http://xarch.tu-graz.ac.at/~rurban/
Please don't send technical questions directly to me, post them to
newsgroups.

0 new messages