Page 1 of 1

how to view model

Posted: 06 Jan 2016, 10:05
by allen
Image

Re: how to view model

Posted: 06 Jan 2016, 13:55
by support
Hello Allen,

You should set a current layout using a TsgCADImage.CurrentLayout property to the Model (TsgCADImage.Layouts[0]). The code example below shows how to accomplish this when using a TsgDrawingNavigator component:

Code: Select all

TsgCADImage(FDNavigator.Picture.Graphic).CurrentLayout := TsgCADImage(FDNavigator.Picture.Graphic).Layouts[0];
Mikhail