Converting 3D Face to 3D Polyline

Discussion in 'AutoCAD' started by Craig Barrett, Jul 9, 2004.

  1. Is there a way in VBA to convert a 3D Face to a 3D Polyline?


    Thanks
    Craig Barrett
     
    Craig Barrett, Jul 9, 2004
    #1
  2. Craig Barrett

    Joe Sutphin Guest

    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
     
    Joe Sutphin, Jul 9, 2004
    #2
  3. Thanks Joe,

    I did that exactly and worked great - Thanks!

    Have a great weekend.
    Craig
     
    Craig Barrett, Jul 9, 2004
    #3
  4. Craig Barrett

    Nava Ran Guest

    Nava Ran, Jul 11, 2004
    #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.