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

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 313).

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.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 320).

Public destructor Destroy; override;

This item has no description.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 321).

Properties

Published property Name: TIfcLabel read FName write FName;

Name of the layer.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 324).

Published property Description: TIfcText read FDescription write FDescription;

Additional description of the layer.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 327).

Published property AssignedItems: TIfcLayeredItemList read FAssignedItems;

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

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 331).

Published property Identifier: TIfcIdentifier read FIdentifier write FIdentifier;

An (internal) identifier assigned to the layer.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 334).


Generated by PasDoc 0.17.0.snapshot.