Draw Polyline

Draw Polyline

SilentStrike24
Enthusiast Enthusiast
2,973 Views
24 Replies
Message 1 of 25

Draw Polyline

SilentStrike24
Enthusiast
Enthusiast

Hello all. Do you know if there's any free routine that makes the following?

 

I need to create the green polyline and the lengths A, B, C, D should be questioned.

C and D are always perpendicular on the original lines and they're at a specific distance from the ends (meaning lengths A, B).

Desired endpoints of the original lines should be the nearest endpoints to the cursor selection (needed when calculating from which end you want distances A, B).

Also, this polyline should always be on the smaller angle side, if you think at 360°.

Thanks!

 

nicolaearhire10_0-1640817708035.png

 

 

0 Likes
Accepted solutions (1)
2,974 Views
24 Replies
Replies (24)
Message 21 of 25

SilentStrike24
Enthusiast
Enthusiast

Hi @CADaSchtroumpf,

Now it creates those lines too. Thank you very much.

 

SilentStrike24_0-1641194995010.png

 

0 Likes
Message 22 of 25

CADaSchtroumpf
Advisor
Advisor

Glad it finally works ....

Just a warning:

If USERR1 (or 2) have a value of zero, a duplicate vertex will be created (this can cause hatching problems). If they have a negative value, the angle will no longer be 90 ° (this can be solved by replacing in the code (getvar 'USERRx') by (abs (getvar 'USERRx')) 4 occurrences)

Reminder: the command applies the chamfer to all the vertices of the polyline (if it is possible!)

0 Likes
Message 23 of 25

SilentStrike24
Enthusiast
Enthusiast

Ok, thanks for the info's!

0 Likes
Message 24 of 25

Kent1Cooper
Consultant
Consultant

,,, never mind ...

Kent Cooper, AIA
0 Likes
Message 25 of 25

hutre12386
Community Visitor
Community Visitor
Draw a Boundary Polyline
  1. Click the Home tab and Draw the panel Boundary. Find.
  2. In the Boundary Creation dialog box, Object Type list, select Polyline.
  3. Click Pick Points. Specify points within each area to form a boundary polyline for each. 
  4. Press Enter to create the boundary polylines and end the command currently, I am doing work on temple run oz mod apk 2021.
0 Likes