Class TIfcRelDefinesByTemplate
Unit
Declaration
type TIfcRelDefinesByTemplate = class(TIfcRelDefines)
Description
Relationship between property set template and property sets..
Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 4989).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRoot
- TIfcRelationship
- TIfcRelDefines
- TIfcRelDefinesByTemplate
Overview
Methods
| Public | constructor Create(AOwner: TComponent); override; |
| Public | destructor Destroy; override; |
Properties
| Published | property RelatedPropertySets: TIfcPropertySetDefinitionList read FRelatedPropertySets; |
| Published | property RelatingTemplate: TIfcPropertySetTemplate read FRelatingTemplate write FRelatingTemplate; |
Description
Methods
| Public | constructor Create(AOwner: TComponent); override; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 4994). | |
| Public | destructor Destroy; override; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 4995). | |
Properties
| Published | property RelatedPropertySets: TIfcPropertySetDefinitionList read FRelatedPropertySets; |
|
One or many property sets or quantity sets that obtain their definitions from the single property set template. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 4999). | |
| Published | property RelatingTemplate: TIfcPropertySetTemplate read FRelatingTemplate write FRelatingTemplate; |
|
Property set template that provides the common definition of related property sets. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5003). | |
Generated by PasDoc 0.17.0.snapshot.