Class TIfcPresentationLayerAssignment

Unit

Declaration

type TIfcPresentationLayerAssignment = class(TIfcPersistent)

Description

The presentation layer assignment provides the layer name (and optionally a description and an identifier) for a collection of geometric representation items.

Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcPresentationLayerAssignment.htm

Hierarchy

  • TObject
  • TPersistent
  • TComponent
  • TIfcPersistent
  • TIfcPresentationLayerAssignment

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 AssignedItems: TIfcLayeredItemList read FAssignedItems;
Published property Identifier: TIfcIdentifier read FIdentifier write FIdentifier;

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

Published property Description: TIfcText read FDescription write FDescription;

Additional description of the layer.

Published property AssignedItems: TIfcLayeredItemList read FAssignedItems;

The set of layered items, which are assigned to this layer. Always at least 1 element.

Published property Identifier: TIfcIdentifier read FIdentifier write FIdentifier;

An (internal) identifier assigned to the layer.


Generated by PasDoc 0.16.0-snapshot.