Class TIfcObjectDefinition

Unit

Declaration

type TIfcObjectDefinition = class abstract(TIfcDefinitionSelect)

Description

Any semantically treated thing or process.

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

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

Hierarchy

Overview

Methods

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;
Public function BuildNode(const Mapping: TCastleIfcMapping): TTransformNode; virtual;
Published procedure AddIsDecomposedBy(const ChildObject: TIfcObjectDefinition);

Properties

Published property HasContext: TIfcRelDeclares read FHasContext write FHasContext;
Published property IsDecomposedBy: TIfcRelAggregatesList read FIsDecomposedBy;
Published property Decomposes: TIfcRelAggregatesList read FDecomposes;
Published property HasAssociations: TIfcRelAssociatesList read FHasAssociations;

Description

Methods

Public constructor Create(AOwner: TComponent); override;

This item has no description.

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

Public destructor Destroy; override;

This item has no description.

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

Public function BuildNode(const Mapping: TCastleIfcMapping): TTransformNode; virtual;

This item has no description.

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

Published procedure AddIsDecomposedBy(const ChildObject: TIfcObjectDefinition);

Add given TIfcObjectDefinition instance to the IsDecomposedBy list of this object. Adds also new intermediate TIfcRelAggregates instance.

This shall be used to add top-level IfcSpatialStructureElement instances to the project, e.g.:

  • TIfcSite instance inside IfcProject,

  • IfcBuilding instance inside TIfcSite,

  • IfcBuildingStorey instance inside IfcBuilding

See also
TIfcSpatialElement.AddContainedElement
Add given Element (TIfcElement, descendant of TIfcProduct) to the ContainsElements list of this spatial element.

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

Properties

Published property HasContext: TIfcRelDeclares read FHasContext write FHasContext;

References to the context providing context information such as project unit or representation context. It should only be asserted for the uppermost non-spatial object.

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

Published property IsDecomposedBy: TIfcRelAggregatesList read FIsDecomposedBy;

References to the decomposition relationship being an aggregation.

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

Published property Decomposes: TIfcRelAggregatesList read FDecomposes;

References to the decomposition relationship being an aggregation.

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

Published property HasAssociations: TIfcRelAssociatesList read FHasAssociations;

Reference to the relationship objects, that associates external references or other resource definitions to the object. Examples are the association to library, documentation or classification.

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


Generated by PasDoc 0.17.0.snapshot.