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

Overview

Properties

Published property Name: TIfcLabel read FName write FName;
Published property Description: TIfcText read FDescription write FDescription;
Published property Material: TIfcMaterial read FMaterial write FMaterial;
Published property Profile: TIfcProfileDef read FProfile write FProfile;
Published property Priority: Integer read FPriority write FPriority;
Published property Category: TIfcLabel read FCategory write FCategory;
Published property ToMaterialProfileSet: TIfcMaterialProfileSet read FToMaterialProfileSet write FToMaterialProfileSet;

Description

Properties

Published property Name: TIfcLabel read FName write FName;

The name by which the material profile is known.

Published property Description: TIfcText read FDescription write FDescription;

Definition of the material profile in descriptive terms.

Published property Material: TIfcMaterial read FMaterial write FMaterial;

Optional reference to the material from which the profile is constructed.

Published property Profile: TIfcProfileDef read FProfile write FProfile;

Identification of the profile for which this material profile is associating material.

Published property Priority: Integer read FPriority write FPriority;

The relative priority of the profile, expressed as normalised integer range [0..100]. Controls how profiles intersect in connections and corners of building elements: A profile from one element protrudes into (i.e. displaces) a profile from another element in a joint of these elements if the former element's profile has higher priority than the latter. The priority value for a material profile in an element has to be set and maintained by software applications in relation to the material profiles in connected elements.

Published 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.

Published property ToMaterialProfileSet: TIfcMaterialProfileSet read FToMaterialProfileSet write FToMaterialProfileSet;

Material profile set in which this material profile is included.


Generated by PasDoc 0.16.0-snapshot.