Class TIfcRepresentationContext

Unit

Declaration

type TIfcRepresentationContext = class(TIfcPersistent)

Description

Context to which the IfcRepresentation of a product is related.

Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 4767).

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.

Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 4773).

Public destructor Destroy; override;

This item has no description.

Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 4774).

Properties

Published property ContextIdentifier: TIfcLabel read FContextIdentifier write FContextIdentifier;

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

Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 4777).

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.

Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 4781).

Published property RepresentationsInContext: TIfcRepresentationList read FRepresentationsInContext;

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

Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 4784).


Generated by PasDoc 0.17.0.snapshot.