ENTITY material
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
(* Modified for LPM/6 *)
ENTITY material 
SUPERTYPE OF (ONEOF
		(material_anisotropic, 
		material_isotropic, 
		material_orthotropic) ANDOR 
 		material_constituent)
SUBTYPE OF (structural_frame_item);
DERIVE
	material_number : INTEGER := SELF\structural_frame_item.item_number;
	material_name : label := SELF\structural_frame_item.item_name;
	material_grade : BAG OF identifier := SELF\structural_frame_item.item_ref;
UNIQUE
	URM6 : material_number, material_name;
END_ENTITY;
Explicit Attributes
Entity material has the following local and inherited explicit attributes:
Derived Attributes
Entity material has the following local and inherited derived attributes:
Inverse Attributes
    No Inverse AttributesSupertypes
Entity material inherits from the following supertypes:
  structural_frame_item
Subtypes
Entity material has the following subtypes:
    material_anisotropic*
    material_constituent*
    material_isotropic*
    material_orthotropic*
* - Immediate Subtypes
Referenced By
Entity material 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