Author Topic: Offset Poly line  (Read 1392 times)

0 Members and 1 Guest are viewing this topic.

vnsharifi

  • Guest
Offset Poly line
« on: August 18, 2011, 11:23:36 PM »
Hello,
Hope an expert could help . I am trying to start  writing an Offset command for  a polyline.
I realized even in  generic offset command when we do an offset and lines crossing each other it creates funky shape( see image I attached).
Questions:
1- Is there a system variable control  this which I am not aware of ?
2- If the answer is no. Have somebody written something for this to avoid or eliminate it ? If yes, is it possible help me here.
Thanks .
Cheers
David.

Bryco

  • Water Moccasin
  • Posts: 1883
Re: Offset Poly line
« Reply #1 on: August 19, 2011, 10:03:07 AM »
Coding is a lot like creating a set of rules. It's possible to create some rules for offsetting closed polys maybe using size as the main determining factor but open polys are a bit troublesome. It can be difficult to tell which side you want to offset them. However if you are doing something specific repeatedly you could write helpful code.