Class TIfcProductRepresentation

Unit

Declaration

type TIfcProductRepresentation = class abstract(TIfcPersistent)

Description

Representation of a product, including its (geometric or topological) representation. A product can have zero, one or many geometric representations.

Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcProductRepresentation.htm

Hierarchy

  • TObject
  • TPersistent
  • TComponent
  • TIfcPersistent
  • TIfcProductRepresentation

Overview

Methods

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;
Public function BuildNode(const Mapping: TCastleIfcMapping): TAbstractChildNode;

Properties

Published property Name: TIfcLabel read FName write FName;
Published property Description: TIfcText read FDescription write FDescription;
Published property Representations: TIfcRepresentationList read FRepresentations;

Description

Methods

Public constructor Create(AOwner: TComponent); override;

This item has no description.

Public destructor Destroy; override;

This item has no description.

Public function BuildNode(const Mapping: TCastleIfcMapping): TAbstractChildNode;

This item has no description.

Properties

Published property Name: TIfcLabel read FName write FName;

The word or group of words by which the product representation is known.

Published property Description: TIfcText read FDescription write FDescription;

The word or group of words that characterize the product representation.

Published property Representations: TIfcRepresentationList read FRepresentations;

Contained list of representations (including shape representations).


Generated by PasDoc 0.16.0-snapshot.