Message 1 of 6
How to set 'Display Options' in DrawingView?

Not applicable
05-10-2007
12:50 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm writing a program that can generate all Drawings for .iam file.
The code is:
oBaseView = oSheet.DrawingViews.AddBaseView((Inventor._Document)oDoc, oPnt, 1, Inventor.ViewOrientationTypeEnum.kCurrentViewOrientation , Inventor.DrawingViewStyleEnum.kHiddenLineRemovedDrawingViewStyle, "", oCamera, oBaseViewOptions);
The problem is that it doesn't draw any Tangent Edges on the picture.
Does anybody know that I can set the option in Display Options by code?
Thanks
The code is:
oBaseView = oSheet.DrawingViews.AddBaseView((Inventor._Document)oDoc, oPnt, 1, Inventor.ViewOrientationTypeEnum.kCurrentViewOrientation , Inventor.DrawingViewStyleEnum.kHiddenLineRemovedDrawingViewStyle, "", oCamera, oBaseViewOptions);
The problem is that it doesn't draw any Tangent Edges on the picture.
Does anybody know that I can set the option in Display Options by code?
Thanks