Class TIfcMaterial
Unit
Declaration
type TIfcMaterial = class(TIfcMaterialDefinition)
Description
Homogeneous or inhomogeneous substance that can be used to form elements (physical products or their components).
Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5564).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcMaterialSelect
- TIfcMaterialDefinition
- TIfcMaterial
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 Category: TIfcLabel read FCategory write FCategory; |
![]() |
property HasRepresentation: TIfcMaterialDefinitionRepresentation read FHasRepresentation write FHasRepresentation; |
![]() |
property IsRelatedWith: TIfcMaterialRelationshipList read FIsRelatedWith; |
![]() |
property RelatesTo: TIfcMaterialRelationship read FRelatesTo write FRelatesTo; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5573). | |
![]() |
destructor Destroy; override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5574). | |
Properties
![]() |
property Name: TIfcLabel read FName write FName; |
|
Name of the material. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5577). | |
![]() |
property Description: TIfcText read FDescription write FDescription; |
|
Definition of the material in more descriptive terms than given by attributes Name or Category. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5580). | |
![]() |
property Category: TIfcLabel read FCategory write FCategory; |
|
Definition of the category (group or type) of material, in more general terms than given by attribute Name. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5583). | |
![]() |
property HasRepresentation: TIfcMaterialDefinitionRepresentation read FHasRepresentation write FHasRepresentation; |
|
Reference to the IfcMaterialDefinitionRepresentation that provides presentation information to a representation common to this material in style definitions. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5588). | |
![]() |
property IsRelatedWith: TIfcMaterialRelationshipList read FIsRelatedWith; |
|
Reference to a material relationship indicating that this material is a part (or constituent) in a material composite. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5592). | |
![]() |
property RelatesTo: TIfcMaterialRelationship read FRelatesTo write FRelatesTo; |
|
Reference to a material relationship indicating that this material composite has parts (or constituents). Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5596). | |
Generated by PasDoc 0.17.0.snapshot.

