ENTITY IfcMaterial

(* SCHEMA IFC4; *)
ENTITY IfcMaterial
 SUBTYPE OF (IfcMaterialDefinition);
	Name : IfcLabel;
	Description : OPTIONAL IfcText;
	Category : OPTIONAL IfcLabel;
 INVERSE
	HasRepresentation : SET [0:1] OF IfcMaterialDefinitionRepresentation FOR RepresentedMaterial;
	IsRelatedWith : SET [0:?] OF IfcMaterialRelationship FOR RelatedMaterials;
	RelatesTo : SET [0:1] OF IfcMaterialRelationship FOR RelatingMaterial;
END_ENTITY;

Explicit Attributes

Entity IfcMaterial has the following local and inherited explicit attributes:
AttributeTypeDefined By
 NameIfcLabel (STRING)IfcMaterial
 DescriptionIfcText (STRING)IfcMaterial
 CategoryIfcLabel (STRING)IfcMaterial

Derived Attributes

    No derived attributes

Inverse Attributes

Entity IfcMaterial 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
 HasRepresentationSET OF IfcMaterialDefinitionRepresentation (ENTITY)IfcMaterial
 IsRelatedWithSET OF IfcMaterialRelationship (ENTITY)IfcMaterial
 RelatesToSET OF IfcMaterialRelationship (ENTITY)IfcMaterial

Supertypes

Entity IfcMaterial inherits from the following supertypes:
  IfcMaterialDefinition

Subtypes

    No subtypes

Referenced By

Entity IfcMaterial and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcMaterialClassificationRelationship ENTITY IfcMaterial
 IfcMaterialConstituent ENTITY IfcMaterial
 IfcMaterialDefinition ENTITY IfcMaterial
 IfcMaterialDefinitionRepresentation ENTITY IfcMaterial
 IfcMaterialLayer ENTITY IfcMaterial
 IfcMaterialList ENTITY IfcMaterial
 IfcMaterialProfile ENTITY IfcMaterial
 IfcMaterialProperties ENTITY IfcMaterialDefinition
 IfcMaterialRelationship ENTITY IfcMaterial
 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