Class TIfcProductDefinitionShape
Unit
Declaration
type TIfcProductDefinitionShape = class(TIfcProductRepresentation)
Description
Defines a representation of a product, including its (geometric or topological) representation.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcProductRepresentation.htm
Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5262).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcProductRepresentation
- TIfcProductDefinitionShape
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
Properties
![]() |
property ShapeOfProduct: TIfcProductList read FShapeOfProduct; |
![]() |
property HasShapeAspects: TIfcShapeAspectList read FHasShapeAspects; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5267). | |
![]() |
destructor Destroy; override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5268). | |
Properties
![]() |
property ShapeOfProduct: TIfcProductList read FShapeOfProduct; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5270). | |
![]() |
property HasShapeAspects: TIfcShapeAspectList read FHasShapeAspects; |
|
Reference to the shape aspect that represents part of the shape or its feature distinctively. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5274). | |
Generated by PasDoc 0.17.0.snapshot.

