Author Topic: How to avoid arcs in pline while doing offset  (Read 2448 times)

0 Members and 1 Guest are viewing this topic.

subbup

  • Guest
How to avoid arcs in pline while doing offset
« on: March 08, 2005, 01:35:51 AM »
Hello All,

I have a lwpolyline processed with only straight lines.
But when I do offset of that lwpolyline I am getting arcs in new entity.
COuld any one tell me how to avoid or control this.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
How to avoid arcs in pline while doing offset
« Reply #1 on: March 08, 2005, 02:12:27 AM »
Have a look at the
OFFSETGAPTYPE System Variable

What is your currents value ? Try Setting it to 0

Controls how potential gaps between segments are treated when polylines are offset.

0 Fills the gaps by extending the polyline segments

1 Fills the gaps with filleted arc segments (the radius of each arc segment is equal to the offset distance)

2 Fills the gaps with chamfered line segments (the perpendicular distance to each chamfer is equal to the offset distance)
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

subbup

  • Guest
How to avoid arcs in pline while doing offset
« Reply #2 on: March 09, 2005, 04:01:21 AM »
I tried with this variable. Even after setting this variable to 0 still
the arcs are coming.

sinc

  • Guest
How to avoid arcs in pline while doing offset
« Reply #3 on: March 10, 2005, 12:23:01 PM »
Did you create the polyline yourself?  I've seen some things (for example, centerlines imported from MX) that have extremely small radiuses inserted at every "angle point".  This removes "dead space" in stationing - areas with no station/offset because of an angle in the alignment - at the cost of more complex calculations in a number of other areas.

You may want to type "list" and select the polyline, if you haven't already, and make sure there are no really tiny radiuses in there...

subbup

  • Guest
How to avoid arcs in pline while doing offset
« Reply #4 on: March 13, 2005, 09:06:36 PM »
Hai Sinc,

I checked the polyline whether it contains any arcs with the help of listing the plyline. I didn't see any thing related to bulge.
This polyline is created by filleting two polylines.

nivuahc

  • Guest
How to avoid arcs in pline while doing offset
« Reply #5 on: March 13, 2005, 09:59:33 PM »
What is your fillet distance set to?