• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Visual Basic Customization

    Reply
    *Dan

    Convert Pline to LWPline

    92 Views, 2 Replies
    07-28-2006 04:12 PM
    I am aware of the Convertpoly routine, but is the a vba finction to convert
    pline to lwplines?
    Please use plain text.
    Distinguished Contributor
    Posts: 348
    Registered: ‎05-30-2005

    Re: Convert Pline to LWPline

    07-31-2006 05:48 AM in reply to: *Dan
    No there is not, but its pretty simple. Exctract the Coordinates property, remove the z coordinates and create a new LWPolyline using these coordinates.
    Please use plain text.
    *Dan

    Re: Convert Pline to LWPline

    07-31-2006 11:10 AM in reply to: *Dan
    Thanks for the lead.
    Dan

    wrote in message news:5253143@discussion.autodesk.com...
    No there is not, but its pretty simple. Exctract the Coordinates property,
    remove the z coordinates and create a new LWPolyline using these
    coordinates.
    Please use plain text.