Navigation
Navigate Navigate Navigate Navigate Navigate Navigate Navigate Navigate

IfcProperty

Definition from buildingSMART: An abstract generalization for all types of properties that can be associated with IFC objects through the property set mechanism.

HISTORY: New entity in IFC Release 1.0

EXPRESS specification:

ENTITY IfcProperty
ABSTRACT SUPERTYPE OF (ONEOF(IfcComplexProperty, IfcSimpleProperty));
Name  :  IfcIdentifier;
Description  :  OPTIONAL IfcText;
INVERSE
PropertyForDependance  :  SET OF IfcPropertyDependencyRelationship FOR DependingProperty;
PropertyDependsOn  :  SET OF IfcPropertyDependencyRelationship FOR DependantProperty;
PartOfComplex  :  SET [0:1] OF IfcComplexProperty FOR HasProperties;
END_ENTITY;

Attribute definitions:

Name  :  Name for this property. This label is the significant name string that defines the semantic meaning for the property.
Description  :  Informative text to explain the property.
PropertyForDependance  :  The property on whose value that of another property depends.
PropertyDependsOn  :  The relating property on which the value of the property depends.
PartOfComplex  :  Reference to the IfcComplexProperty in which the IfcProperty is contained.

Inheritance graph

ENTITY IfcProperty;
ENTITY IfcProperty;
Name  :  IfcIdentifier;
Description  :  OPTIONAL IfcText;
INVERSE
PropertyForDependance  :  SET OF IfcPropertyDependencyRelationship FOR DependingProperty;
PropertyDependsOn  :  SET OF IfcPropertyDependencyRelationship FOR DependantProperty;
PartOfComplex  :  SET [0:1] OF IfcComplexProperty FOR HasProperties;
END_ENTITY;