Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a point and want to offset in the positive and negative direction along the wall a set distance say 450mm and then create lines perpendicular from those points to an offset
XYZ centre = (location as LocationPoint).Point;
XYZ direction = GetDirection(wall);
return Line.CreateBound(centre, direction);
Solved! Go to Solution.