Class TIfcTypeObject
Unit
Declaration
type TIfcTypeObject = class(TIfcObjectDefinition)
Description
Information about a type, common to all occurrences of this type.
Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 1983).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRoot
- TIfcDefinitionSelect
- TIfcObjectDefinition
- TIfcTypeObject
Overview
Methods
| Public | constructor Create(AOwner: TComponent); override; |
| Public | destructor Destroy; override; |
Properties
| Published | property ApplicableOccurrence: TIfcIdentifier read FApplicableOccurrence write FApplicableOccurrence; |
| Published | property HasPropertySets: TIfcPropertySetDefinitionList read FHasPropertySets; |
| Published | property Types: TIfcRelDefinesByTypeList read FTypes; |
Description
Methods
| Public | constructor Create(AOwner: TComponent); override; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 1989). | |
| Public | destructor Destroy; override; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 1990). | |
Properties
| Published | property ApplicableOccurrence: TIfcIdentifier read FApplicableOccurrence write FApplicableOccurrence; |
|
Data type of the occurrence object, to which the assigned type object can relate. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 1993). | |
| Published | property HasPropertySets: TIfcPropertySetDefinitionList read FHasPropertySets; |
|
Set of unique property sets, that are associated with the object type and are common to all object occurrences referring to this object type. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 1997). | |
| Published | property Types: TIfcRelDefinesByTypeList read FTypes; |
|
Reference to the relationship IfcRelDefinesByType and thus to those occurrence objects, which are defined by this type. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 2001). | |
Generated by PasDoc 0.17.0.snapshot.