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.
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. |
destructor Destroy; override; |
|
This item has no description. |
Properties
property Name: TIfcLabel read FName write FName; |
|
Name of the layer. |
property Description: TIfcText read FDescription write FDescription; |
|
Additional description of the layer. |
property AssignedItems: TIfcLayeredItemList read FAssignedItems; |
|
The set of layered items, which are assigned to this layer. Always at least 1 element. |
property Identifier: TIfcIdentifier read FIdentifier write FIdentifier; |
|
An (internal) identifier assigned to the layer. |
Generated by PasDoc 0.16.0-snapshot.