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: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5274).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcProductRepresentation
- TIfcProductDefinitionShape
Overview
Methods
| Public | constructor Create(AOwner: TComponent); override; |
| Public | destructor Destroy; override; |
Properties
| Published | property ShapeOfProduct: TIfcProductList read FShapeOfProduct; |
| Published | property HasShapeAspects: TIfcShapeAspectList read FHasShapeAspects; |
Description
Methods
| Public | constructor Create(AOwner: TComponent); override; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5279). | |
| Public | destructor Destroy; override; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5280). | |
Properties
| Published | property ShapeOfProduct: TIfcProductList read FShapeOfProduct; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5282). | |
| Published | property HasShapeAspects: TIfcShapeAspectList read FHasShapeAspects; |
|
Reference to the shape aspect that represents part of the shape or its feature distinctively. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5286). | |
Generated by PasDoc 0.17.0.snapshot.