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

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.

Public destructor Destroy; override;

This item has no description.

Properties

Published property Name: TIfcLabel read FName write FName;

Name of the material.

Published property Description: TIfcText read FDescription write FDescription;

Definition of the material in more descriptive terms than given by attributes Name or Category.

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.

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.

Published property IsRelatedWith: TIfcMaterialRelationshipList read FIsRelatedWith;

Reference to a material relationship indicating that this material is a part (or constituent) in a material composite.

Published 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.