ENTITY material_constituent
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY material_constituent
SUBTYPE OF (material);
parent_material : material;
constituent_amount : ratio_measure_with_unit;
composition_basis : OPTIONAL label;
class : label;
determination_method : OPTIONAL text;
WHERE
WRM19 : parent_material :<>: (SELF);
END_ENTITY;
Explicit Attributes
Entity material_constituent has the following local and inherited explicit attributes:
Derived Attributes
Entity material_constituent has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity material_constituent inherits from the following supertypes:
structural_frame_item
material
Subtypes
No subtypesReferenced By
Entity material_constituent 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