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: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5433).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcMaterialSelect
- TIfcMaterialDefinition
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
Properties
![]() |
property AssociatedTo: TIfcRelAssociatesMaterialList read FAssociatedTo; |
![]() |
property HasExternalReferences: TIfcExternalReferenceRelationshipList read FHasExternalReferences; |
![]() |
property HasProperties: TIfcMaterialPropertiesList read FHasProperties; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5439). | |
![]() |
destructor Destroy; override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5440). | |
Properties
![]() |
property AssociatedTo: TIfcRelAssociatesMaterialList read FAssociatedTo; |
|
Use of the IfcMaterialDefinition subtypes within the material association of an element occurrence or element type. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5444). | |
![]() |
property HasExternalReferences: TIfcExternalReferenceRelationshipList read FHasExternalReferences; |
|
Reference to external references, e.g. library, classification, or document information, that are associated to the material. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5448). | |
![]() |
property HasProperties: TIfcMaterialPropertiesList read FHasProperties; |
|
Material properties assigned to instances of subtypes of IfcMaterialDefinition. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5451). | |
Generated by PasDoc 0.17.0.snapshot.

