Navigation
Navigate Navigate Navigate Navigate Navigate Navigate Navigate Navigate

IfcSimpleProperty

Definition from IAI: A generalization of a single property object. The various subtypes of IfcSimpleProperty establish different ways in which a property value can be set.

HISTORY: New Entity in IFC Release 1, definition changed in IFC Release 2x.

EXPRESS specification:

ENTITY IfcSimpleProperty
ABSTRACT SUPERTYPE OF (ONEOF(IfcPropertySingleValue, IfcPropertyEnumeratedValue, IfcPropertyBoundedValue, IfcPropertyTableValue, IfcPropertyReferenceValue, IfcPropertyListValue))
SUBTYPE OF ( IfcProperty);
END_ENTITY;

Inheritance graph

ENTITY IfcSimpleProperty;
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;
ENTITY IfcSimpleProperty;
END_ENTITY;