InspireΒΆ
The Data Model
The hwx.inspire module is used to build and query models. You can extend the model by implementing your own GeneralObject subtypes. The model consists of a tree of objects and is saved as an .stmod file.
- General
 - Attributes
- Attribute (hwx.inspire.core)
 - Bool (hwx.inspire.core)
 - Int (hwx.inspire.core)
 - Double (hwx.inspire.core)
 - String (hwx.inspire.core)
 - Enum (hwx.inspire.core)
 - EnumUnion (hwx.inspire.core)
 - Reference (hwx.inspire.core)
 - Location (hwx.inspire.core)
 - Direction (hwx.inspire.core)
 - Color (hwx.inspire.core)
 - Triple (hwx.inspire.core)
 - Inertia (hwx.inspire.core)
 - UnitsUnion (hwx.inspire.core)
 - List (hwx.inspire.core)
 - ListOfList (hwx.inspire.core)
 
 - Geometry
 - PolyMesh
 - PolyNURBS
 - Structure
 - Motion
 - GUI
 - Deprecated