Message 1 of 3
Method to Offset/Parallel a Line/Curve

Not applicable
03-12-2014
08:59 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello
Is there a function/method that will offset a line for me?
For example; if I have the following model line, I want to create another model line exactly the same as this one just with an offset distance of 500mm away:
I've looked through the api but theres no function 'Parallel();' or 'Offset();'.
Line line = doc.Application.Create.NewLineBound(segStrt, segEnd); Line parallelLine = line.Offset(line, 500); // not method like this