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
constructor Create(AOwner: TComponent); override; |
|
destructor Destroy; override; |
|
function BuildNode(const Mapping: TCastleIfcMapping): TAbstractChildNode; |
Properties
property Name: TIfcLabel read FName write FName; |
|
property Description: TIfcText read FDescription write FDescription; |
|
property Representations: TIfcRepresentationList read FRepresentations; |
Description
Methods
constructor Create(AOwner: TComponent); override; |
|
This item has no description. |
destructor Destroy; override; |
|
This item has no description. |
function BuildNode(const Mapping: TCastleIfcMapping): 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.