how to view model

Discuss and ask questions about CAD VCL (Delphi and C++ Builder).

Moderators: SDS, support, admin

Post Reply
allen
Posts: 5
Joined: 03 Dec 2015, 06:21

how to view model

Post by allen » 06 Jan 2016, 10:05

Image

support
Posts: 3271
Joined: 30 Mar 2005, 11:36
Contact:

Re: how to view model

Post by support » 06 Jan 2016, 13:55

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
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Post Reply