• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    AutoCAD Plant 3D

    Reply
    Distinguished Contributor
    PatrickByrne
    Posts: 144
    Registered: ‎10-06-2010

    Keep construction lines after using PLANTCONVERTLINETOPIPE

    224 Views, 5 Replies
    12-12-2012 07:39 PM

    When using the "line to pipe" command (PLANTCONVERTLINETOPIPE), I select the construction lines for the pipe to draw, after putting in the pipe it deletes the construction lines. Is there a setting so that these lines are not deleted.

    Please use plain text.
    Member
    richard
    Posts: 5
    Registered: ‎01-22-2011

    Re: Keep construction lines after using PLANTCONVERTLINETOPIPE

    12-12-2012 11:51 PM in reply to: PatrickByrne

    Pick option erase after starting the Line to Pipe command, then select no.

     

    Richard Strikker

    CADTEAM.NL

    Please use plain text.
    Distinguished Contributor
    PatrickByrne
    Posts: 144
    Registered: ‎10-06-2010

    Re: Keep construction lines after using PLANTCONVERTLINETOPIPE

    12-13-2012 02:41 AM in reply to: richard

    Thank you, do you know if there is a setting for that so that the line is never erased?

    Please use plain text.
    Product Support
    Posts: 56
    Registered: ‎04-28-2008

    Re: Keep construction lines after using PLANTCONVERTLINETOPIPE

    12-17-2012 10:17 PM in reply to: PatrickByrne

    Hi PatrickByrne,

     

    Currently, there is no such system variable to control the lines never be erased.

     

    Thanks.

     



    Lei Lan
    Support Specialist
    Product Support
    Autodesk, Inc.
    Please use plain text.
    Distinguished Contributor
    PatrickByrne
    Posts: 144
    Registered: ‎10-06-2010

    Re: Keep construction lines after using PLANTCONVERTLINETOPIPE

    12-17-2012 10:37 PM in reply to: lanl

    Any chance you could be added to the wish list.

     

    Thanks

    Please use plain text.
    Valued Contributor
    Posts: 51
    Registered: ‎05-03-2010

    Re: Keep construction lines after using PLANTCONVERTLINETOPIPE

    01-23-2013 04:43 AM in reply to: PatrickByrne

    The way I accomplish converting line to pipe and keeping construction lines is to draw all construction lines on a dedicated layer (ex. Pipe Construction). I then freeze the "pipe construction layer before starting the line to pipe command. I then just thaw the pipe construction layer. It sounds complicated but I have toolbar button programed with a macro to do everything in one click. I will paste my macro below for reference. Just create a new custom command and program to button.

     

    <^C^C-layer;s;0;lo;pipe_construction;;select \plantconvertlinetopipe -layer;u;pipe_construction;s;pipe_construction;; >

     

    Chad

     

     

     

    Please use plain text.