File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,11 @@ public static BlockRecord ModelSpace
4040 Layout layout = new Layout ( ) ;
4141 layout . Name = Layout . ModelLayoutName ;
4242 layout . AssociatedBlock = record ;
43+ layout . Flags = ACadSharp . Objects . PlotFlags . UseStandardScale | ACadSharp . Objects . PlotFlags . PlotPlotStyles | ACadSharp . Objects . PlotFlags . PrintLineweights | ACadSharp . Objects . PlotFlags . DrawViewportsFirst | ACadSharp . Objects . PlotFlags . ModelType | ACadSharp . Objects . PlotFlags . UpdatePaper | ACadSharp . Objects . PlotFlags . Initializing ;
44+ layout . LayoutFlags = LayoutFlags . PaperSpaceLinetypeScaling ;
45+ layout . MaxLimits = new XY ( 12 , 9 ) ;
46+ layout . PlotType = PlotType . LastScreenDisplay ;
47+ layout . PaperUnits = PlotPaperUnits . Millimeters ;
4348
4449 return record ;
4550 }
You can’t perform that action at this time.
0 commit comments