Does anyone know if there is an easy way in IntelliCAD to draw a buffer line. I have a wetland line that I need to draw a buffer that is 50 feet from it.
Thanks,
Draw a polyline and then offset it 50'?
or is that not working?
Buffer Lines are not the same as Offset Lines...
I believe a buffer line never exceeds the buffer amount (in this case 50 feet). So on the angled out points the buffer with be a curve.

Buffer Lines are not the same as Offset Lines...
Hi, if you set OFFSETGAPTYPE variable to 1, then your polyline offsets will be with fillet
Quick online search on that system variable found this from http://cadtips.cadalyst.com/2d-operations/adjust-offsetgaptype-system-variable "... change the OFFSETGAPTYPE system variable: 0 is a regular offset, 1 is an offset with fillet, and 2 is an offset with chamfer"
Should work with Intellicad and AutoCAD.
Jacob
That works!!!
That works!!! Thanks
Edit>Offset>Buffer Offset
or
BOFFSET at command line