Class TIfcRelVoidsElement

Unit

Declaration

type TIfcRelVoidsElement = class(TIfcRoot)

Description

Relationship between a building element and one opening element that creates a void in the element. It is a one-to-one relationship. This relationship implies a boolean operation of subtraction between the geometric bodies of the element and the opening.

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

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

Hierarchy

Overview

Methods

Public function BuildNode(const Mapping: TCastleIfcMapping): TAbstractChildNode;

Properties

Published property RelatingBuildingElement: TIfcElement read FRelatingBuildingElement write FRelatingBuildingElement;
Published property RelatedOpeningElement: TIfcFeatureElementSubtraction read FRelatedOpeningElement write FRelatedOpeningElement;

Description

Methods

Public function BuildNode(const Mapping: TCastleIfcMapping): TAbstractChildNode;

This item has no description.

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

Properties

Published property RelatingBuildingElement: TIfcElement read FRelatingBuildingElement write FRelatingBuildingElement;

This item has no description.

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

Published property RelatedOpeningElement: TIfcFeatureElementSubtraction read FRelatedOpeningElement write FRelatedOpeningElement;

This item has no description.

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


Generated by PasDoc 0.17.0.snapshot.