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

Overview

Methods

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;

Properties

Published property MappingOrigin: TIfcAxis2Placement read FMappingOrigin write FMappingOrigin;
Published property MappedRepresentation: TIfcRepresentation read FMappedRepresentation write FMappedRepresentation;
Published property HasShapeAspects: TIfcShapeAspectList read FHasShapeAspects;

Description

Methods

Public constructor Create(AOwner: TComponent); override;

TODO FMapUsage: TIfcMappedItemList;

Public destructor Destroy; override;

This item has no description.

Properties

Published property MappingOrigin: TIfcAxis2Placement read FMappingOrigin write FMappingOrigin;

An axis2 placement that defines the position about which the mapped representation is mapped.

Published property MappedRepresentation: TIfcRepresentation read FMappedRepresentation write FMappedRepresentation;

A representation that is mapped to at least one mapped item.

Published 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.