Class TIfcMaterialRelationship
Unit
Declaration
type TIfcMaterialRelationship = class(TIfcResourceLevelRelationship)
Description
Relationship between part and whole in material definitions (as in composite materials).
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcMaterialRelationship.htm
Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5529).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcResourceLevelRelationship
- TIfcMaterialRelationship
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
Properties
![]() |
property RelatingMaterial: TIfcMaterial read FRelatingMaterial write FRelatingMaterial; |
![]() |
property RelatedMaterials: TIfcMaterialList read FRelatedMaterials; |
![]() |
property MaterialExpression: TIfcLabel read FMaterialExpression write FMaterialExpression; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5535). | |
![]() |
destructor Destroy; override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5536). | |
Properties
![]() |
property RelatingMaterial: TIfcMaterial read FRelatingMaterial write FRelatingMaterial; |
|
Reference to the relating material (the composite). Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5539). | |
![]() |
property RelatedMaterials: TIfcMaterialList read FRelatedMaterials; |
|
Reference to related materials (as constituents of composite material). Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5542). | |
![]() |
property MaterialExpression: TIfcLabel read FMaterialExpression write FMaterialExpression; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5544). | |
Generated by PasDoc 0.17.0.snapshot.

