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
2016-06-01T11:21:44-04:00