CAD-Method for drawing arbitrary angle lines

Source: Internet
Author: User

Today, we will repeat the old business and Draw Angle lines on the first day to find several ways:

1. Use LISP to change the angle of the cursor.

(Defun C: xxxx ()

(If (setq angg (getreal "\ n, enter the conversion angle <0> :"))

(Setvar "snapang" (* Pi (/angg 180.0 )))

(Setvar "snapang" 0.0)

)

(Princ)

)

After saving, load it to AutoCAD, input snapang in the command line, and then input the angle, the angle of the cursor changes to the Direction

270

180-limit-0

90

2. Right-click "polar axis" and select "Settings". In the incremental corner, select 45 and check the following additional angles, create 10, 20, 30, 45, 60 .......... any angle. After confirmation, it is much easier to draw 10, 20, 30, and other angles.

3. Line

Point to start point

@ 12 <30d30 '30"

Draw a line with a length of 12 degrees 30 degrees 30 minutes 30 seconds

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.