Author Topic: 3D-Solids to Polygon Mesh or Polyface Mesh  (Read 3607 times)

0 Members and 1 Guest are viewing this topic.

S.Langhammer

  • Guest
3D-Solids to Polygon Mesh or Polyface Mesh
« on: February 07, 2013, 08:14:53 AM »
Hello again!
I've been searching around a little bit for a Lisp routine to turn 3D-Solids into polygon or polyface meshes.
The other way around seems to be a pretty common issue.
Is there a way to turn 3D-Solids into meshes with Lisp?
Or is it even such an easy job, that no one had to ask for how its done yet?
As far as I know my luck that propably is the case.

GP

  • Newt
  • Posts: 83
  • Vercelli, Italy
Re: 3D-Solids to Polygon Mesh or Polyface Mesh
« Reply #1 on: February 07, 2013, 11:06:00 AM »
command: _MESHSMOOTH
(simple mesh, not polygon/polyface)

S.Langhammer

  • Guest
Re: 3D-Solids to Polygon Mesh or Polyface Mesh
« Reply #2 on: February 07, 2013, 11:22:00 AM »
Thanks for the fast replie, yet BricsCAD doesn't seem to know this command.
I should have clarified, which program I use in the first post.

A colleague received a Lisp script to paste surface copies of  user-chosen 3DSOLIDs in an other forum.
The link to the specific post: https://www.bricsys.com/common/support/forumthread.jsp?id=19155#19206
this might be the key to solve my issue, yet I  would need a version of the script, where not the user chooses the  3DSOLID  but the Lisp script, via the entity Name (dxf group code -1).
I reattached the script to this post, in case only registered users are able to open attached files in the Bricsys Forum. The author and his contact Website are named within the .lsp file.