Polymesh to solid

Discussion in 'AutoCAD' started by adamb924, Apr 20, 2007.

  1. adamb924

    adamb924 Guest

    Hello,
    I'm trying to convert a set of triangles to a solid, to be put in
    ACIS format. I don't know AutoCAD, but it seems like it should be
    capable of doing it. I've gotten as far as getting all the triangles
    into a single polymesh. I'm unable to either convert that to a surface
    or a solid, however. I am aware of a LSP app called m2s.lsp, but it
    doesn't seem to want to work on a closed solid.
    If anyone has any guidance, I'd be most appreciative.

    Adam
     
    adamb924, Apr 20, 2007
    #1
  2. adamb924

    Bill Gilliss Guest

    Hi, Adam -

    I wrote M2S.lsp several years back, but it only works on polyGON meshes
    -- the kind that look like a net of rectangles -- and open ones at that.
    It won't work for what you are trying to do.

    These days, I convert a bounded set of faces, meshes, and/or regions to
    an AEC mass element with ADT's AECMassElementConvert command, and then
    convert the mass element to a solid with ADT's ConvertTo3DSolids.

    These commands have been in ADT since at least version 2006, but are not
    available in plain AutoCAD - the reason I wrote M2S to deal with a
    different type of mesh. I agree that they should be.

    -Bill Gilliss

    ======================
     
    Bill Gilliss, Apr 21, 2007
    #2
  3. adamb924

    Bill Gilliss Guest

    Adam -

    You might also want to ask your question on the
    autodesk.autocad.customization newsgroup on the discussion.autodesk.com
    server. Giles Chanteau has been working along these lines and might
    have some suggestions or LISP routines that you could use.

    -Bill

    ==============
     
    Bill Gilliss, Apr 21, 2007
    #3
  4. adamb924

    adamb924 Guest

    Thanks for this reply, Bill. It happens that my university has ADT, so
    I ended up going that route. It works perfectly.

    Adam
     
    adamb924, Apr 23, 2007
    #4
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.