Class TIfcMaterialConstituentSet
Unit
Declaration
type TIfcMaterialConstituentSet = class(TIfcMaterialDefinition)
Description
Collection of individual material constituents, each assigning a material to a part of an element. The parts are only identified by a keyword (as opposed to an IfcMaterialLayerSet or IfcMaterialProfileSet where each part has an individual shape parameter (layer thickness or layer profile).
Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5652).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcMaterialSelect
- TIfcMaterialDefinition
- TIfcMaterialConstituentSet
Overview
Methods
| Public | constructor Create(AOwner: TComponent); override; |
| Public | destructor Destroy; override; |
Properties
| Published | property Name: TIfcLabel read FName write FName; |
| Published | property Description: TIfcText read FDescription write FDescription; |
| Published | property MaterialConstituents: TIfcMaterialConstituentList read FMaterialConstituents; |
Description
Methods
| Public | constructor Create(AOwner: TComponent); override; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5658). | |
| Public | destructor Destroy; override; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5659). | |
Properties
| Published | property Name: TIfcLabel read FName write FName; |
|
Name by which the constituent set is known. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5662). | |
| Published | property Description: TIfcText read FDescription write FDescription; |
|
Definition of the material constituent in descriptive terms. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5665). | |
| Published | property MaterialConstituents: TIfcMaterialConstituentList read FMaterialConstituents; |
|
Identification of the constituents from which the material constituent set is composed. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5668). | |
Generated by PasDoc 0.17.0.snapshot.