Class TIfcObject
Unit
Declaration
type TIfcObject = class abstract(TIfcObjectDefinition)
Description
Any semantically treated thing or process.
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. |
destructor Destroy; override; |
|
This item has no description. |
Properties
property ObjectType: TIfcLabel read FObjectType write FObjectType; |
|
The type denotes a particular type that indicates the object further. |
property IsDeclaredBy: TIfcRelDefinesByObjectList read FIsDeclaredBy; |
|
Link to the relationship object pointing to the declaring object that provides the object definitions for this object occurrence. |
property Declares: TIfcRelDefinesByObjectList read FDeclares; |
|
Link to the relationship object pointing to the reflected object(s) that receives the object definitions. |
property IsTypedBy: TIfcRelDefinesByTypeList read FIsTypedBy; |
|
Set of relationships to the object type that provides the type definitions for this object occurrence. |
property IsDefinedBy: TIfcRelDefinesByPropertiesList read FIsDefinedBy; |
|
Set of relationships to property set definitions attached to this object. |
Generated by PasDoc 0.16.0-snapshot.