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

Hierarchy

Overview

Methods

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;
Public function BuildNode(const Mapping: TCastleIfcMapping): TTransformNode; virtual;

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.

Public destructor Destroy; override;

This item has no description.

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

This item has no description.

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.

Published property IsDecomposedBy: TIfcRelAggregatesList read FIsDecomposedBy;

References to the decomposition relationship being an aggregation.

Published property Decomposes: TIfcRelAggregatesList read FDecomposes;

References to the decomposition relationship being an aggregation.

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.


Generated by PasDoc 0.16.0-snapshot.