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: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5576).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcMaterialSelect
- TIfcMaterialDefinition
- TIfcMaterial
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 Category: TIfcLabel read FCategory write FCategory; |
| Published | property HasRepresentation: TIfcMaterialDefinitionRepresentation read FHasRepresentation write FHasRepresentation; |
| Published | property IsRelatedWith: TIfcMaterialRelationshipList read FIsRelatedWith; |
| Published | property RelatesTo: TIfcMaterialRelationship read FRelatesTo write FRelatesTo; |
Description
Methods
| Public | constructor Create(AOwner: TComponent); override; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5585). | |
| Public | destructor Destroy; override; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5586). | |
Properties
| Published | property Name: TIfcLabel read FName write FName; |
|
Name of the material. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5589). | |
| Published | property Description: TIfcText read FDescription write FDescription; |
|
Definition of the material in more descriptive terms than given by attributes Name or Category. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5592). | |
| Published | 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: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5595). | |
| Published | 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: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5600). | |
| Published | property IsRelatedWith: TIfcMaterialRelationshipList read FIsRelatedWith; |
|
Reference to a material relationship indicating that this material is a part (or constituent) in a material composite. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5604). | |
| Published | property RelatesTo: TIfcMaterialRelationship read FRelatesTo write FRelatesTo; |
|
Reference to a material relationship indicating that this material composite has parts (or constituents). Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5608). | |
Generated by PasDoc 0.17.0.snapshot.