Sample Programs

GEOMETRY
CIS/2 "hello world" program. Creates a building with shape as the starting point for a more sophisticated program.
 

Other Files

Sample Data Files
Sample CIS/2 files shipped with ST-Developer
structural_frame_schema.ws
An example working set with recommended complex instance combinations (AND/ORs). Use this if you generate your own C++ classes with the EXPRESS compiler. This file was originally constructed by Nikolay Shulga of Bentley Systems.
structural_frame_schema.nam
An aliases file used for reading older data sets. Prior versions of the schema had different enumeration values for element_volume_shape. The aliases below allow them to be read as the current values.

Overview

EXPRESS source and associated files for the CIMsteel Integration Standard. More information can be found at cis2.org or at the Georgia Tech CIS/2 site. The schema below is the LPM/6 Logical Product Model.


Programming Libraries

For C++ programming, the cislib class library is pre-installed and provides CIS-specific classes for use with the ST-Developer ROSE programming library
  • Include File: structural_frame_schema.h
  • Include Path: $(ROSE_INCLUDE)/cislib
  • Library Path: $(ROSE_LIB) with cislib.lib or -lcislib
  • Class List
  • How to use

For Java programming, the cislib Jar file is pre-installed and provides CIS-specific classes for use with the ST-Developer Java programming library

  • Import: com.steptools.schemas.structural_frame_schema
  • Jar File: $(ROSE_LIB)/lib/java/cislib.jar
  • Class List
  • How to use