Getting Started
Ideally, Scenome Platform Tools installs perfectly. Let's make sure.
- Start Microsoft Developer Studio.
- By default the API is installed in \PROGRAM FILES\SCENOMICS\API.
- Select File » Open » Project from the main menu.
- Open \PROGRAM FILES\SCENOMICS\API\SAMPLES\ScenomeUserExtensions.sln.
- The workspace looks like this:
- The folders contain the following files:
- Source Files.
- Header Files.
- Commands.
- Basic Nodes.
- Parametric Modifiers.
- Draw Modes.
- User Interface.
- Data Interfaces.
- Resource Files.
Building The Project
To build the project:
- Examine the "Configuration Manager" drop down in the toolbar.
- Release should be selected.
This is a release build of Scenome. So you should build the release
version of this plugin.
- Right click on the Base API Sample project and select Build from the listed options.
- Developer Studio performs compilation and linking.
- This project builds a DLL named BaseAPISample.dll and copies it to the PROGRAM FILES\PLUGINS folder.
- After successful compilation, explore the folder \PROGRAM FILES\PLUGINS and check the time stamp on the module.
Verify Module Registration
Please complete the following:
- Start Scenome.
- Examine the panel on the lower left side of the workspace.
- Left click the Scripts tab.
- This displays the Open dialog.
- Load API\SCRIPTS\API_SCRIPTS.SSL.
- These contain the create scripts for the API samples.
- Right click on a "gray" area to the right of the main menu.
- This displays the interface command menu.
- Select Customize from the listed options.
- This displays the Customization Center.
- The Commands tab is active.
- Find the Categories list.
- Find the category named Base API Sample Commands.
- The sample C++ and script commands are listed in this category.
- Examine the Customize dialog and select Close once the commands are verified.
- Examine the panel on the lower left side of the workspace.
- Left click Properties.
- Shut Scenome down.
Debug/Release Applications
The Platform Tools installation includes a folder named API\APPLICATION. This folder contains complete debug
and release versions of Scenome. There are two batch files in this folder:
- INSTALL_DEBUG_SCENOME.BAT
- INSTALL_RELEASE_SCENOME.BAT.
To switch between debug and release run the appropriate batch file. Each batch file replaces
the contents of \PROGRAM FILES\SCENOMICS and \PROGRAM FILES\SCENOMICS\PLUGINS with the appropriate
files for each configuration.
You can also create shortcuts to these batch files and place them in the \PROGRAM FILES\SCENOMICS
folder. Suggested shortcut names are as follows:
- SCENOME_DEBUG
- SCENOME_RELEASE
Run these shortcuts to execute the batch files. Make sure the Working Directory
parameter for each shortcut is properly configured.
Further Documentation
Review Scenome Modeling Tools and Scenome Platform Tools documentation.