Class TIfcMaterialProfileSet
Unit
Declaration
type TIfcMaterialProfileSet = class(TIfcMaterialDefinition)
Description
Designation by which individual material(s) of a prismatic element (for example, beam or column) constructed of a single or multiple material profiles is known.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcMaterialProfileSet.htm
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcMaterialSelect
- TIfcMaterialDefinition
- TIfcMaterialProfileSet
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
Properties
![]() |
property Name: TIfcLabel read FName write FName; |
![]() |
property Description: TIfcText read FDescription write FDescription; |
![]() |
property MaterialProfiles: TIfcMaterialProfileList read FMaterialProfiles; |
![]() |
property CompositeProfile: TIfcCompositeProfileDef read FCompositeProfile write FCompositeProfile; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
This item has no description. |
![]() |
destructor Destroy; override; |
This item has no description. |
Properties
![]() |
property Name: TIfcLabel read FName write FName; |
The name by which the material profile set is known. |
![]() |
property Description: TIfcText read FDescription write FDescription; |
Definition of the material profile set in descriptive terms. |
![]() |
property MaterialProfiles: TIfcMaterialProfileList read FMaterialProfiles; |
Identification of the profiles from which the material profile set is composed. |
![]() |
property CompositeProfile: TIfcCompositeProfileDef read FCompositeProfile write FCompositeProfile; |
Reference to the composite profile definition for which this material profile set associates material to each of its individual profiles. If only a single material profile is used (the most typical case) then no |
Generated by PasDoc 0.16.0-snapshot.