Message 1 of 13
The Acad Offset Function, And A Couple Of Vegetables

Not applicable
02-04-2005
07:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am currently working on a certain AutoCad VBA task -
Given a couple of closed Polylines (One is inside of the other) , I need to find another polyline which keeps a certain condition.
This condition is the following - for every point on the new polyline, if I create perpendiculars to the old polylines, the distance (meaning the length of the perpendiculars) will be the same in both directions. (The solution may be discreet)
It's almost like finding the average between to polylines.
First of all I would be glad to receive any kind of advice but my main question is about the AutoCad implementation of the offset function. How does it work? What are the mathematical caculations behind it?
Anyway, I would be highly grateful for any kind of help.
Thank you 🙂
Elizabeth
Given a couple of closed Polylines (One is inside of the other) , I need to find another polyline which keeps a certain condition.
This condition is the following - for every point on the new polyline, if I create perpendiculars to the old polylines, the distance (meaning the length of the perpendiculars) will be the same in both directions. (The solution may be discreet)
It's almost like finding the average between to polylines.
First of all I would be glad to receive any kind of advice but my main question is about the AutoCad implementation of the offset function. How does it work? What are the mathematical caculations behind it?
Anyway, I would be highly grateful for any kind of help.
Thank you 🙂
Elizabeth