Assembly Detail Section with custom orientation

Assembly Detail Section with custom orientation

BardiaJahan
Advocate Advocate
833 Views
1 Reply
Message 1 of 2

Assembly Detail Section with custom orientation

BardiaJahan
Advocate
Advocate

Hi all,

AssemblyViewUtils class has the functionality to create detail section (CreateDetailSection) with orthogonal orientations, using AssemblyDetailViewOrientation enum, However, I am trying to find out how I can create assembly detail sections with custom orientation. Or alternatively find a way to rotate an existing assembly detail section. Any ideas?

0 Likes
Accepted solutions (1)
834 Views
1 Reply
Reply (1)
Message 2 of 2

BardiaJahan
Advocate
Advocate
Accepted solution

Thanks to Jeremy's blog I could find how to do it:

 

http://thebuildingcoder.typepad.com/blog/2013/09/rotating-a-plan-view.html

 

A brief note:

 

I created the Assembly Detail Sections using AssemblyViewUtils class and then tried to rotate those based on Jeremy's workaround. I found AssemblyInstance.GetCenter method very useful to locate the proper axis.