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

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

Properties

Published property ContextIdentifier: TIfcLabel read FContextIdentifier write FContextIdentifier;
Published property ContextType: TIfcLabel read FContextType write FContextType;
Published property RepresentationsInContext: TIfcRepresentationList read FRepresentationsInContext;

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 ContextIdentifier: TIfcLabel read FContextIdentifier write FContextIdentifier;

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

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

Published property RepresentationsInContext: TIfcRepresentationList read FRepresentationsInContext;

All shape representations that are defined in the same representation context.


Generated by PasDoc 0.16.0-snapshot.