SilverScreen Solid Modeler

Sample Projects

Sample Projects

Previous topic Next topic  

Sample Projects

Previous topic Next topic JavaScript is required for the print function  

SilverEngineEllipse

 

SilverEngine Sample Projects

 


The following table has two columns containing a sample project name and the default directory in which it is placed when the developer's edition of SilverScreen is installed:

 

Sample

Folder

EngineShell

<silver>\Samples\SilverEngine\EngineShell

MFCPrint

<silver>\Samples\SilverEngine\MFCPrint

SDCPrint

<silver>\Samples\SilverEngine\SDCPrint

SSMDI

<silver>\Samples\SilverEngine\SSMDI

Win32

<silver>\Samples\SilverEngine\Win32

WinForm

<silver>\Samples\SilverEngine\WinForm

 

 


The following table contains the sample project names and brief descriptions.

 

Sample

Description

EngineShell

An MFC SDI application that demonstrates a light framework for implementing an application. It demonstrates context-sensitive command handlers routed through the normal MFC mechanism, memory-dc usage, and SilverEngine application initialization.

MFCPrint

The MFCPrint project is intended to demonstrate printing with SilverEngine, using the MFC print architecture (CView::OnPrint, CPrintDialog, CPageSetupDialog). The printed output is composed onto the print DC by using the SilverScreen function print_scene.

SDCPrint

The SDCPrint project is intended to demonstrate printing with SilverEngine, using SilverScreen script commands like PRINT INTERACTIVE SCREEN, ICOMMAND PAGE SETUP and ICOMMAND PRINT SETUP.

SSMDI

The SSMDI project is a simple MFC MDI application that is intended to demonstrate basic SilverEngine application setup for a Multiple Document Interface.

Win32

The Win32 project is intended to demonstrate use of the SilverEngine in a Win32 application, without use of MFC.

 

WinForm

A Windows Forms application that demonstrates a framework for using SilverEngine within a Windows Forms application.