Class TIfcMaterialProfile
Unit
Declaration
type TIfcMaterialProfile = class(TIfcMaterialDefinition)
Description
Single and identifiable cross section of an element which is constructed of a number of profiles (one or more).
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcMaterialProfile.htm
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcMaterialSelect
- TIfcMaterialDefinition
- TIfcMaterialProfile
Overview
Properties
![]() |
property Name: TIfcLabel read FName write FName; |
![]() |
property Description: TIfcText read FDescription write FDescription; |
![]() |
property Material: TIfcMaterial read FMaterial write FMaterial; |
![]() |
property Profile: TIfcProfileDef read FProfile write FProfile; |
![]() |
property Priority: Integer read FPriority write FPriority; |
![]() |
property Category: TIfcLabel read FCategory write FCategory; |
![]() |
property ToMaterialProfileSet: TIfcMaterialProfileSet read FToMaterialProfileSet write FToMaterialProfileSet; |
Description
Properties
![]() |
property Name: TIfcLabel read FName write FName; |
The name by which the material profile is known. |
![]() |
property Description: TIfcText read FDescription write FDescription; |
Definition of the material profile in descriptive terms. |
![]() |
property Material: TIfcMaterial read FMaterial write FMaterial; |
Optional reference to the material from which the profile is constructed. |
![]() |
property Profile: TIfcProfileDef read FProfile write FProfile; |
Identification of the profile for which this material profile is associating material. |
![]() |
property Category: TIfcLabel read FCategory write FCategory; |
Category of the material profile, e.g. the role it has in the profile set it belongs to. The list of keywords might be extended by model view definitions, however the following keywords shall apply in general: * 'LoadBearing' — the material profile having a load bearing function. * 'Insulation' — the material profile having an insolating function. * 'Finish' — the material profile being the finish. |
![]() |
property ToMaterialProfileSet: TIfcMaterialProfileSet read FToMaterialProfileSet write FToMaterialProfileSet; |
Material profile set in which this material profile is included. |
Generated by PasDoc 0.16.0-snapshot.