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: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5541).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcResourceLevelRelationship
- TIfcMaterialRelationship
Overview
Methods
| Public | constructor Create(AOwner: TComponent); override; |
| Public | destructor Destroy; override; |
Properties
| Published | property RelatingMaterial: TIfcMaterial read FRelatingMaterial write FRelatingMaterial; |
| Published | property RelatedMaterials: TIfcMaterialList read FRelatedMaterials; |
| Published | property MaterialExpression: TIfcLabel read FMaterialExpression write FMaterialExpression; |
Description
Methods
| Public | constructor Create(AOwner: TComponent); override; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5547). | |
| Public | destructor Destroy; override; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5548). | |
Properties
| Published | property RelatingMaterial: TIfcMaterial read FRelatingMaterial write FRelatingMaterial; |
|
Reference to the relating material (the composite). Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5551). | |
| Published | property RelatedMaterials: TIfcMaterialList read FRelatedMaterials; |
|
Reference to related materials (as constituents of composite material). Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5554). | |
| Published | property MaterialExpression: TIfcLabel read FMaterialExpression write FMaterialExpression; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5556). | |
Generated by PasDoc 0.17.0.snapshot.