Class TIfcPropertyDependencyRelationship

Unit

Declaration

type TIfcPropertyDependencyRelationship = class(TIfcResourceLevelRelationship)

Description

Whilst the IfcPropertyDependencyRelationship may be used to describe the dependency, and it may do so in terms of the expression of how the dependency operates, it is not possible through the current IFC model for the value of the related property to be actually derived from the value of the relating property. The determination of value according to the dependency is required to be performed by an application that can then use the Expression attribute to flag the form of the dependency.

Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcPropertyDependencyRelationship.htm

Hierarchy

Overview

Properties

Published property DependingProperty: TIfcProperty read FDependingProperty write FDependingProperty;
Published property DependantProperty: TIfcProperty read FDependantProperty write FDependantProperty;
Published property Expression: TIfcText read FExpression write FExpression;

Description

Properties

Published property DependingProperty: TIfcProperty read FDependingProperty write FDependingProperty;

The property on which the relationship depends.

Published property DependantProperty: TIfcProperty read FDependantProperty write FDependantProperty;

The dependant property.

Published property Expression: TIfcText read FExpression write FExpression;

Further describe the nature of the dependency relation.


Generated by PasDoc 0.16.0-snapshot.