how to view model
Moderators: SDS, support, admin
Re: how to view model
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:
Mikhail
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];
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support