ENTITY material_property_context

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY material_property_context
ABSTRACT SUPERTYPE OF (
 		material_property_context_dimensional ANDOR  
		material_property_context_loading ANDOR
		material_property_context_strain ANDOR
		material_property_context_stress ANDOR
		material_property_context_temperature)
SUBTYPE OF (representation_context);
END_ENTITY;

Explicit Attributes

Entity material_property_context has the following local and inherited explicit attributes:
AttributeTypeDefined By
 context_identifieridentifier (STRING)representation_context
 context_typetext (STRING)representation_context

Derived Attributes

    No derived attributes

Inverse Attributes

Entity material_property_context has the following local and inherited inverse attributes:
AttributeTypeDefined By
 representations_in_contextSET OF representation (ENTITY)representation_context

Supertypes

Entity material_property_context inherits from the following supertypes:
  representation_context

Subtypes

Entity material_property_context has the following subtypes:
    material_property_context_dimensional*
    material_property_context_loading*
    material_property_context_strain*
    material_property_context_stress*
    material_property_context_temperature*
* - Immediate Subtypes

Referenced By

Entity material_property_context and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 compatible_dimension RULE representation_context
 dimension_of FUNCTION representation_context
 item_in_context FUNCTION representation_context
 representation ENTITY representation_context
 representation_context ENTITY material_property_context
 select_generic_item SELECT representation_context


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00