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.
Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 313).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcPresentationLayerAssignment
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 AssignedItems: TIfcLayeredItemList read FAssignedItems; |
![]() |
property Identifier: TIfcIdentifier read FIdentifier write FIdentifier; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 320). | |
![]() |
destructor Destroy; override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 321). | |
Properties
![]() |
property Name: TIfcLabel read FName write FName; |
|
Name of the layer. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 324). | |
![]() |
property Description: TIfcText read FDescription write FDescription; |
|
Additional description of the layer. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 327). | |
![]() |
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). | |
![]() |
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.

