Class TIfcMaterialDefinition
Unit
Declaration
type TIfcMaterialDefinition = class abstract(TIfcPersistent)
Description
General supertype for all material related information items in IFC that have common material related properties that may include association of material with some shape parameters or assignments to identified parts of a component.
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcMaterialDefinition
Overview
Methods
constructor Create(AOwner: TComponent); override; |
|
destructor Destroy; override; |
Properties
property AssociatedTo: TIfcRelAssociatesMaterialList read FAssociatedTo; |
|
property HasExternalReferences: TIfcExternalReferenceRelationshipList read FHasExternalReferences; |
|
property HasProperties: TIfcMaterialPropertiesList read FHasProperties; |
Description
Methods
constructor Create(AOwner: TComponent); override; |
|
This item has no description. |
destructor Destroy; override; |
|
This item has no description. |
Properties
property AssociatedTo: TIfcRelAssociatesMaterialList read FAssociatedTo; |
|
Use of the IfcMaterialDefinition subtypes within the material association of an element occurrence or element type. |
property HasExternalReferences: TIfcExternalReferenceRelationshipList read FHasExternalReferences; |
|
Reference to external references, e.g. library, classification, or document information, that are associated to the material. |
property HasProperties: TIfcMaterialPropertiesList read FHasProperties; |
|
Material properties assigned to instances of subtypes of IfcMaterialDefinition. |
Generated by PasDoc 0.16.0-snapshot.