01-21-2015
11:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
01-21-2015
11:54 PM
Thanks for the quick reply!
Well, after creating the assembly I add baseviews in a drawing and when placing the baseviews I use the following function:
DrawingViews.AddBaseView Method DrawingViews.AddBaseView( Model As Document, Position As Point2d, Scale As Double, ViewOrientation As ViewOrientationTypeEnum, ViewStyle As DrawingViewStyleEnum, [ModelViewName] As String, [ArbitraryCamera] As Variant, [AdditionalOptions] As Variant )
So, If I want the baseview to be displayd as if someone is looking at the assembly from above I use kTopViewOrientation.
I hope I clarified what I want to do and where the problem is.