Class TIfcRepresentation
Unit
Declaration
type TIfcRepresentation = class abstract(TIfcPersistent)
Description
How to display the product.
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRepresentation
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
Properties
![]() |
property ContextOfItems: TIfcRepresentationContext read FContextOfItems write FContextOfItems; |
![]() |
property RepresentationIdentifier: TIfcLabel read FRepresentationIdentifier write FRepresentationIdentifier; |
![]() |
property RepresentationType: TIfcLabel read FRepresentationType write FRepresentationType; |
![]() |
property Items: TIfcRepresentationItemList read FItems; |
![]() |
property RepresentationMap: TIfcRepresentationMapList read FRepresentationMap; |
![]() |
property LayerAssignments: TIfcPresentationLayerAssignmentList read FLayerAssignments; |
![]() |
property OfProductRepresentation: TIfcProductRepresentationList read FOfProductRepresentation; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
This item has no description. |
![]() |
destructor Destroy; override; |
This item has no description. |
Properties
![]() |
property ContextOfItems: TIfcRepresentationContext read FContextOfItems write FContextOfItems; |
Definition of the representation context for which the different subtypes of representation are valid. |
![]() |
property RepresentationIdentifier: TIfcLabel read FRepresentationIdentifier write FRepresentationIdentifier; |
The optional identifier of the representation as used within a project. |
![]() |
property RepresentationType: TIfcLabel read FRepresentationType write FRepresentationType; |
The description of the type of a representation context. |
![]() |
property Items: TIfcRepresentationItemList read FItems; |
Set of geometric representation items that are defined for this representation. |
![]() |
property RepresentationMap: TIfcRepresentationMapList read FRepresentationMap; |
Use of the representation within an IfcRepresentationMap. |
![]() |
property LayerAssignments: TIfcPresentationLayerAssignmentList read FLayerAssignments; |
Assignment of the whole representation to a single or multiple layer(s). |
![]() |
property OfProductRepresentation: TIfcProductRepresentationList read FOfProductRepresentation; |
Reference to the product representations to which this individual representation applies. |
Generated by PasDoc 0.16.0-snapshot.