Class TIfcRepresentationMap
Unit
Declaration
type TIfcRepresentationMap = class(TIfcPersistent)
Description
Base definition (also referred to as block, cell or macro) called MappedRepresentation within the MappingOrigin. The MappingOrigin defines the coordinate system in which the MappedRepresentation is defined.
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRepresentationMap
Overview
Methods
constructor Create(AOwner: TComponent); override; |
|
destructor Destroy; override; |
Properties
property MappingOrigin: TIfcAxis2Placement read FMappingOrigin write FMappingOrigin; |
|
property MappedRepresentation: TIfcRepresentation read FMappedRepresentation write FMappedRepresentation; |
|
property HasShapeAspects: TIfcShapeAspectList read FHasShapeAspects; |
Description
Methods
constructor Create(AOwner: TComponent); override; |
|
TODO FMapUsage: TIfcMappedItemList; |
destructor Destroy; override; |
|
This item has no description. |
Properties
property MappingOrigin: TIfcAxis2Placement read FMappingOrigin write FMappingOrigin; |
|
An axis2 placement that defines the position about which the mapped representation is mapped. |
property MappedRepresentation: TIfcRepresentation read FMappedRepresentation write FMappedRepresentation; |
|
A representation that is mapped to at least one mapped item. |
property HasShapeAspects: TIfcShapeAspectList read FHasShapeAspects; |
|
Reference to the shape aspect that represents part of the shape or its feature distinctively. |
Generated by PasDoc 0.16.0-snapshot.