Class TIfcMaterialDefinition
Unit
Declaration
type TIfcMaterialDefinition = class abstract(TIfcMaterialSelect)
Description
General supertype for all material related information items in IFC that have common material related properties that may include association of material with some shape parameters or assignments to identified parts of a component.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcMaterialDefinition.htm
Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5445).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcMaterialSelect
- TIfcMaterialDefinition
Overview
Methods
| Public | constructor Create(AOwner: TComponent); override; |
| Public | destructor Destroy; override; |
Properties
| Published | property AssociatedTo: TIfcRelAssociatesMaterialList read FAssociatedTo; |
| Published | property HasExternalReferences: TIfcExternalReferenceRelationshipList read FHasExternalReferences; |
| Published | property HasProperties: TIfcMaterialPropertiesList read FHasProperties; |
Description
Methods
| Public | constructor Create(AOwner: TComponent); override; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5451). | |
| Public | destructor Destroy; override; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5452). | |
Properties
| Published | property AssociatedTo: TIfcRelAssociatesMaterialList read FAssociatedTo; |
|
Use of the IfcMaterialDefinition subtypes within the material association of an element occurrence or element type. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5456). | |
| Published | property HasExternalReferences: TIfcExternalReferenceRelationshipList read FHasExternalReferences; |
|
Reference to external references, e.g. library, classification, or document information, that are associated to the material. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5460). | |
| Published | property HasProperties: TIfcMaterialPropertiesList read FHasProperties; |
|
Material properties assigned to instances of subtypes of IfcMaterialDefinition. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5463). | |
Generated by PasDoc 0.17.0.snapshot.