Results 1 to 8 of 8

Thread: Draw a Line given 1 point and an angle

  1. #1
    100 Club
    Join Date
    2007-02
    Posts
    148
    Login to Give a bone
    0

    Question Draw a Line given 1 point and an angle

    hi all, like to ask is anyone has any method of ploting a straight with just 1 given point and an angle. don't need to be a code, if you have some interesting algo to get a rough 2nd point to use command "line", i also would like to know. thanks in advance

  2. #2
    AUGI Addict
    Join Date
    2005-07
    Posts
    2,356
    Login to Give a bone
    0

    Default Re: Draw a Line given 1 point and an angle

    Quote Originally Posted by tany0070
    hi all, like to ask is anyone has any method of ploting a straight with just 1 given point and an angle. don't need to be a code, if you have some interesting algo to get a rough 2nd point to use command "line", i also would like to know. thanks in advance
    Depending what version of Acad you are using you can do this using the polar tracking, you would just need to edit the angle settings to what you require.

  3. #3
    AUGI Addict .T.'s Avatar
    Join Date
    2000-12
    Location
    Lost
    Posts
    1,473
    Login to Give a bone
    0

    Default Re: Draw a Line given 1 point and an angle

    Quote Originally Posted by tany0070
    hi all, like to ask is anyone has any method of ploting a straight with just 1 given point and an angle. don't need to be a code, if you have some interesting algo to get a rough 2nd point to use command "line", i also would like to know. thanks in advance
    Have a look at the POLAR function.

  4. #4
    I could stop if I wanted to
    Join Date
    2015-08
    Posts
    263
    Login to Give a bone
    0

    Default Re: Draw a Line given 1 point and an angle

    Quote Originally Posted by tany0070
    hi all, like to ask is anyone has any method of ploting a straight with just 1 given point and an angle. don't need to be a code, if you have some interesting algo to get a rough 2nd point to use command "line", i also would like to know. thanks in advance
    Hi,

    Just go through this reply for your post, you can see an example.

    Regards,
    Abdul Huck

  5. #5
    100 Club
    Join Date
    2007-02
    Posts
    148
    Login to Give a bone
    0

    Default Re: Draw a Line given 1 point and an angle

    thank you all for the help

  6. #6
    Member
    Join Date
    2004-02
    Posts
    5
    Login to Give a bone
    0

    Default Re: Draw a Line given 1 point and an angle

    At autocad command prompt enter @distance<angle

    Command: line
    LINE Specify first point:
    Specify next point or [Undo]: @10<135

    draws a line 10 units long at 135degs
    Last edited by jaseh; 2007-03-12 at 01:15 PM.

  7. #7
    100 Club
    Join Date
    2007-02
    Posts
    148
    Login to Give a bone
    0

    Default Re: Draw a Line given 1 point and an angle

    that's new (at least for me). thanks

  8. #8
    100 Club
    Join Date
    2007-02
    Posts
    148
    Login to Give a bone
    0

    Default Re: Draw a Line given 1 point and an angle

    oh just a thought, if the angle is on the ending plane(i.e. the side i want to reach) is it possible to draw the line?? it's like i want to draw a line from a point to a line, the position of the line is unknown but i know this line will touch this point at an angle. thanks

Similar Threads

  1. Draw a line at a specific angle
    By matt__w in forum Revit MEP - General
    Replies: 7
    Last Post: 2010-08-20, 11:28 PM
  2. draw a line in the point line style
    By rwbaker54 in forum VBA/COM Interop
    Replies: 1
    Last Post: 2008-04-25, 07:10 PM
  3. Replies: 10
    Last Post: 2007-03-23, 01:50 AM
  4. Draw line from known point to unknown point
    By noadea in forum AutoLISP
    Replies: 1
    Last Post: 2007-02-09, 02:38 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •