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
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRoot
- TIfcDefinitionSelect
- TIfcObjectDefinition
- TIfcObject
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
Properties
![]() |
property ObjectType: TIfcLabel read FObjectType write FObjectType; |
![]() |
property IsDeclaredBy: TIfcRelDefinesByObjectList read FIsDeclaredBy; |
![]() |
property Declares: TIfcRelDefinesByObjectList read FDeclares; |
![]() |
property IsTypedBy: TIfcRelDefinesByTypeList read FIsTypedBy; |
![]() |
property IsDefinedBy: TIfcRelDefinesByPropertiesList read FIsDefinedBy; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1916). | |
![]() |
destructor Destroy; override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1917). | |
Properties
![]() |
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). | |
![]() |
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). | |
![]() |
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). | |
![]() |
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). | |
![]() |
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.

