Class TIfcRelProjectsElement

Unit

Declaration

type TIfcRelProjectsElement = class(TIfcRelDecomposes)

Description

Relationship between an element and one projection element that creates a modifier to the shape of the element.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 3545).

Hierarchy

Overview

Properties

Published property RelatingElement: TIfcElement read FRelatingElement write FRelatingElement;
Published property RelatedFeatureElement: TIfcFeatureElementAddition read FRelatedFeatureElement write FRelatedFeatureElement;

Description

Properties

Published property RelatingElement: TIfcElement read FRelatingElement write FRelatingElement;

Element at which a projection is created by the associated IfcProjectionElement.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 3551).

Published property RelatedFeatureElement: TIfcFeatureElementAddition read FRelatedFeatureElement write FRelatedFeatureElement;

Reference to the IfcFeatureElementAddition that defines an addition to the volume of the element, by using a Boolean addition operation. An example is a projection at the associated element.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 3556).


Generated by PasDoc 0.17.0.snapshot.