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
![]() |
function WantsGlobalId: Boolean; override; |
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
function BuildNode(const Mapping: TCastleIfcMapping; const ParentProduct: TIfcProduct; const Appearance: TAppearanceNode): TAbstractChildNode; |
Properties
![]() |
property Name: TIfcLabel read FName write FName; |
![]() |
property Description: TIfcText read FDescription write FDescription; |
![]() |
property Representations: TIfcRepresentationList read FRepresentations; |
Description
Methods
![]() |
function WantsGlobalId: Boolean; override; |
This item has no description. Showing description inherited from TIfcPersistent.WantsGlobalId.
If Strictly following the spec, this should be only defined for TIfcRoot, because only IfcRoot has GlobalId. In reality, we need GlobalId at TIfcPersistent to load some files, and we sometimes need |
![]() |
constructor Create(AOwner: TComponent); override; |
This item has no description. |
![]() |
destructor Destroy; override; |
This item has no description. |
![]() |
function BuildNode(const Mapping: TCastleIfcMapping; const ParentProduct: TIfcProduct; const Appearance: TAppearanceNode): TAbstractChildNode; |
This item has no description. |
Properties
![]() |
property Name: TIfcLabel read FName write FName; |
The word or group of words by which the product representation is known. |
![]() |
property Description: TIfcText read FDescription write FDescription; |
The word or group of words that characterize the product representation. |
![]() |
property Representations: TIfcRepresentationList read FRepresentations; |
Contained list of representations (including shape representations). |
Generated by PasDoc 0.16.0-snapshot.