Message 1 of 10
Not applicable
01-25-2017
03:39 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I saw a great post n the "The Building Coder" how to create a section view to be aligned with a wall. I'm working on a project which the wall angle will change and I need to rotate an existing section to match the wall.
Is it possible to set a curve similar to a wall? I can't seem to find any curve or location point in Lookup.
LocationCurve locationCurve = wall.WallCurve;
Transaction t = new Transaction(doc);
t.Start("Move Wall");
locationCurve.Curve = LinkedProfile;
t.Commit();
Link to related post.
http://thebuildingcoder.typepad.com/blog/2012/06/create-section-view-parallel-to-wall.html
Thank you
Danny Bentley.
Solved! Go to Solution.