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