How can I change the section plan direction?

nebi_guler
Enthusiast

How can I change the section plan direction?

nebi_guler
Enthusiast
Enthusiast

Ekran AlıntısıYön.PNG

How can I assign the cross-section plan direction to the right and left as I want?

0 Likes
Reply
Accepted solutions (1)
203 Views
2 Replies
Replies (2)

A.Acheson
Mentor
Mentor
Accepted solution

Hi @nebi_guler 

Assuming you have allready create the view then you can use reversedirection help page here.

 

Syntax

SectionDrawingView.ReverseDirection()

 

Not tested but it should look like this I believe. 

Dim sectionView As SectionDrawingView = ThisApplication.CommandManager.Pick(SelectionFilterEnum.kDrawingViewFilter, "Select View")
sectionView.ReverseDirection

 

 

If this solved a problem, please click (accept) as solution.‌‌‌‌
Or if this helped you, please, click (like)‌‌
Regards
Alan

nebi_guler
Enthusiast
Enthusiast

Hi @A.Acheson I knew this answer and the halo I was looking for was right in front of my eyes and I couldn't see it. Thank you.

Type a product name