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
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.  | |
![]()  | 
destructor Destroy; override; | 
| 
 This item has no description.  | |
Properties
![]()  | 
property RelatingMaterial: TIfcMaterial read FRelatingMaterial write FRelatingMaterial; | 
| 
 Reference to the relating material (the composite).  | |
![]()  | 
property RelatedMaterials: TIfcMaterialList read FRelatedMaterials; | 
| 
 Reference to related materials (as constituents of composite material).  | |
![]()  | 
property MaterialExpression: TIfcLabel read FMaterialExpression write FMaterialExpression; | 
| 
 This item has no description.  | |
Generated by PasDoc 0.16.0-snapshot.

