Message 1 of 2
Big gap in the view when scale "1:1"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I create a top view for the assembly (which consists of 1 pipe) and set the scale to "1:1".
ViewSection viewSection = AssemblyViewUtils.CreateDetailSection(document, assemblyInstanceId, AssemblyDetailViewOrientation.ElevationTop);
viewSection.Scale = "1:1";
After creating, I get a big gap between the element and the detail line in the top view:
Zoomed detail line:
Is there any way to bridge this gap?