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

    AutoCAD 2007/2008/2009 DWG Format

    Reply
    Valued Mentor
    Posts: 2,077
    Registered: ‎11-18-2003
    Accepted Solution

    Vertical lines in 3d space... How can I extend all of them up to a plane.

    526 Views, 1 Replies
    11-19-2010 11:10 AM

    I have multiple lines in 3d space...  world X and Y coordinate of each of their ends are identical.... so they are perpendicular to the world X Y plane.

    If I have 3 known points that define a plane (A) parallel to world XY - or for that matter non-parallel... How can I extend (or trim) the vertical lines to their intersection with that plane (A)?

    Or can this be done with AutoCAD but without a custom program?

    Please use plain text.
    Active Contributor
    Posts: 33
    Registered: ‎04-09-2010

    Re: Vertical lines in 3d space... How can I extend all of them up to a plane.

    11-19-2010 05:27 PM in reply to: mdhutchinson

    I'll give you two ways.

     

    The first way is to draw two lines to represent your plane. Then draw in your lines extending to anywhere.
    Now, we'll use the intersection point of the line and plane as the first coordinate for whichever command we choose. If we want a line with its first point as that coordinate then use the line command, then when it asks for the first point type: 

     

    'cal 

     then type: 

    ilp(end,end,end,end,end)

     then enter.

     

    You now choose the end points of the line first (it doesn't show the snap icon, but it's working), then choose the three end points of lines for your plane. The line you're drawing will now start at the intersection point of line and plane.

     

     

    However, I'd find it quicker to create a solid (box, perhaps) with the edge in the same position as the lines I want, then slice them using the 3 points of the plane. Then just draw over the appropriate edge. 

    Please use plain text.