Class TIfcRepresentationContext
Unit
Declaration
type TIfcRepresentationContext = class(TIfcPersistent)
Description
Context to which the IfcRepresentation of a product is related.
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRepresentationContext
Overview
Methods
constructor Create(AOwner: TComponent); override; |
|
destructor Destroy; override; |
Properties
property ContextIdentifier: TIfcLabel read FContextIdentifier write FContextIdentifier; |
|
property ContextType: TIfcLabel read FContextType write FContextType; |
|
property RepresentationsInContext: TIfcRepresentationList read FRepresentationsInContext; |
Description
Methods
constructor Create(AOwner: TComponent); override; |
|
This item has no description. |
destructor Destroy; override; |
|
This item has no description. |
Properties
property ContextIdentifier: TIfcLabel read FContextIdentifier write FContextIdentifier; |
|
The optional identifier of the representation context as used within a project. |
property ContextType: TIfcLabel read FContextType write FContextType; |
|
The description of the type of a representation context. The supported values for context type are to be specified by implementers agreements. |
property RepresentationsInContext: TIfcRepresentationList read FRepresentationsInContext; |
|
All shape representations that are defined in the same representation context. |
Generated by PasDoc 0.16.0-snapshot.