ENTITY IfcMaterialDefinition

(* SCHEMA IFC4; *)
ENTITY IfcMaterialDefinition
 ABSTRACT SUPERTYPE OF (ONEOF
	(IfcMaterial
	,IfcMaterialConstituent
	,IfcMaterialConstituentSet
	,IfcMaterialLayer
	,IfcMaterialLayerSet
	,IfcMaterialProfile
	,IfcMaterialProfileSet));
 INVERSE
	AssociatedTo : SET [0:?] OF IfcRelAssociatesMaterial FOR RelatingMaterial;
	HasExternalReferences : SET [0:?] OF IfcExternalReferenceRelationship FOR RelatedResourceObjects;
	HasProperties : SET [0:?] OF IfcMaterialProperties FOR Material;
END_ENTITY;

Explicit Attributes

    No explicit attributes

Derived Attributes

    No derived attributes

Inverse Attributes

Entity IfcMaterialDefinition has the following local and inherited inverse attributes:
AttributeTypeDefined By
 AssociatedToSET OF IfcRelAssociatesMaterial (ENTITY)IfcMaterialDefinition
 HasExternalReferencesSET OF IfcExternalReferenceRelationship (ENTITY)IfcMaterialDefinition
 HasPropertiesSET OF IfcMaterialProperties (ENTITY)IfcMaterialDefinition

Supertypes

    No supertypes

Subtypes

Entity IfcMaterialDefinition has the following subtypes:
    IfcMaterial*
    IfcMaterialConstituent*
    IfcMaterialConstituentSet*
    IfcMaterialLayer*
    IfcMaterialLayerSet*
    IfcMaterialLayerWithOffsets
    IfcMaterialProfile*
    IfcMaterialProfileSet*
    IfcMaterialProfileWithOffsets
* - Immediate Subtypes

Referenced By

Entity IfcMaterialDefinition and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcMaterialProperties ENTITY IfcMaterialDefinition
 IfcMaterialSelect SELECT IfcMaterialDefinition
 IfcObjectReferenceSelect SELECT IfcMaterialDefinition
 IfcResourceObjectSelect SELECT IfcMaterialDefinition


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-12-22T16:31:09-05:00