Not applicable
06-30-2015
09:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I have an iLogic rule that creates a base view and section view in a sheet. Currently, I have the active style in the document set to a custom one with first angle projection. For extra measures, I even have a few lines of VB code in my rule that sets the active style to my custom style and sets the FirstAngleProjection property as true.
SyntaxEditor Code Snippet
Dim oStyle As DrawingStandardStyle = oDrawingDoc.StylesManager.StandardStyles.Item("Core Drafting 2015") oStyle.FirstAngleProjection = True oDrawingDoc.StylesManager.ActiveStandardStyle = oStyle
However, my base view and section view STILL come out as third angle projection and I have no idea why.
Any help is appreciated.
Solved! Go to Solution.
Link copied