ENTITY representation_context
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY representation_context
SUPERTYPE OF (ONEOF
(geometric_representation_context,
parametric_representation_context,
material_property_context) ANDOR
global_unit_assigned_context ANDOR
global_uncertainty_assigned_context);
context_identifier : identifier;
context_type : text;
INVERSE
representations_in_context : SET [1:?] OF representation FOR context_of_items;
END_ENTITY; (* STEP Part 43 expanded (unchanged in 2nd edition) *)
Explicit Attributes
Entity representation_context has the following local and inherited explicit attributes:
Attribute | Type | Defined By |
---|
context_identifier | identifier (STRING) | representation_context |
context_type | text (STRING) | representation_context |
|
Derived Attributes
No derived attributes
Inverse Attributes
Entity representation_context has the following local and inherited inverse attributes:
Attribute | Type | Defined By |
---|
representations_in_context | SET OF representation (ENTITY) | representation_context |
|
Supertypes
No supertypesSubtypes
Entity representation_context has the following subtypes:
geometric_representation_context*
global_uncertainty_assigned_context*
global_unit_assigned_context*
material_property_context*
material_property_context_dimensional
material_property_context_loading
material_property_context_strain
material_property_context_stress
material_property_context_temperature
parametric_representation_context*
* - Immediate Subtypes
Referenced By
Entity representation_context and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00