Class TIfcObject

Unit

Declaration

type TIfcObject = class abstract(TIfcObjectDefinition)

Description

Any semantically treated thing or process.

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

Hierarchy

Overview

Methods

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;

Properties

Published property ObjectType: TIfcLabel read FObjectType write FObjectType;
Published property IsDeclaredBy: TIfcRelDefinesByObjectList read FIsDeclaredBy;
Published property Declares: TIfcRelDefinesByObjectList read FDeclares;
Published property IsTypedBy: TIfcRelDefinesByTypeList read FIsTypedBy;
Published property IsDefinedBy: TIfcRelDefinesByPropertiesList read FIsDefinedBy;

Description

Methods

Public constructor Create(AOwner: TComponent); override;

This item has no description.

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

Public destructor Destroy; override;

This item has no description.

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

Properties

Published property ObjectType: TIfcLabel read FObjectType write FObjectType;

The type denotes a particular type that indicates the object further.

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

Published property IsDeclaredBy: TIfcRelDefinesByObjectList read FIsDeclaredBy;

Link to the relationship object pointing to the declaring object that provides the object definitions for this object occurrence.

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

Published property Declares: TIfcRelDefinesByObjectList read FDeclares;

Link to the relationship object pointing to the reflected object(s) that receives the object definitions.

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

Published property IsTypedBy: TIfcRelDefinesByTypeList read FIsTypedBy;

Set of relationships to the object type that provides the type definitions for this object occurrence.

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

Published property IsDefinedBy: TIfcRelDefinesByPropertiesList read FIsDefinedBy;

Set of relationships to property set definitions attached to this object.

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


Generated by PasDoc 0.17.0.snapshot.