Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
Anonymous
in reply to: YuhanZhang

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.