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).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- 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. |
destructor Destroy; override; |
|
This item has no description. |
Properties
property Name: TIfcLabel read FName write FName; |
|
Name of the material. |
property Description: TIfcText read FDescription write FDescription; |
|
Definition of the material in more descriptive terms than given by attributes Name or Category. |
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. |
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. |
property IsRelatedWith: TIfcMaterialRelationshipList read FIsRelatedWith; |
|
Reference to a material relationship indicating that this material is a part (or constituent) in a material composite. |
property RelatesTo: TIfcMaterialRelationship read FRelatesTo write FRelatesTo; |
|
Reference to a material relationship indicating that this material composite has parts (or constituents). |
Generated by PasDoc 0.16.0-snapshot.