Message 1 of 2
help on Overlaying two views

Not applicable
02-12-2013
05:15 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hi,
oBaseView = osheet.DrawingViews.AddBaseView(otargetDoc, oPoint1, DrawingViewScale, kFrontViewOrientation, kHiddenLineDrawingViewStyle, "Default") oDraftView = osheet.DrawingViews.AddAssociativeDraftView(otargetDoc, oPoint1, DrawingViewScale)
I have one base view and one draft view created all at point1 with the same scale. It seems to me the base view's center is at point1. But not that of the draft view.
Just wondering how to overlay them to looks like one view with the same origin point. Or what coordinate I adjust, so I can draw on draft view, but looks like I was drawing on the base view?
Some additional lines are needed in drawing but can't get from projection of a model.
Regards,
Peter