Class TIfcRepresentation

Unit

Declaration

type TIfcRepresentation = class abstract(TIfcPersistent)

Description

How to display the product.

Hierarchy

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.

Public destructor Destroy; override;

This item has no description.

Properties

Published property ContextOfItems: TIfcRepresentationContext read FContextOfItems write FContextOfItems;

Definition of the representation context for which the different subtypes of representation are valid.

Published property RepresentationIdentifier: TIfcLabel read FRepresentationIdentifier write FRepresentationIdentifier;

The optional identifier of the representation as used within a project.

Published property RepresentationType: TIfcLabel read FRepresentationType write FRepresentationType;

The description of the type of a representation context.

Published property Items: TIfcRepresentationItemList read FItems;

Set of geometric representation items that are defined for this representation.

Published property RepresentationMap: TIfcRepresentationMapList read FRepresentationMap;

Use of the representation within an IfcRepresentationMap.

Published property LayerAssignments: TIfcPresentationLayerAssignmentList read FLayerAssignments;

Assignment of the whole representation to a single or multiple layer(s).

Published property OfProductRepresentation: TIfcProductRepresentationList read FOfProductRepresentation;

Reference to the product representations to which this individual representation applies.


Generated by PasDoc 0.16.0-snapshot.