Class TIfcTypeProduct
Unit
Declaration
type TIfcTypeProduct = class(TIfcTypeObject)
Description
Type definition of a product without being already inserted into a project structure (without having a placement).
Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 2221).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRoot
- TIfcDefinitionSelect
- TIfcObjectDefinition
- TIfcTypeObject
- TIfcTypeProduct
Overview
Methods
| Public | constructor Create(AOwner: TComponent); override; |
| Public | destructor Destroy; override; |
Properties
| Published | property RepresentationMaps: TIfcRepresentationMapList read FRepresentationMaps; |
| Published | property Tag: TIfcLabel read FTag write FTag; |
Description
Methods
| Public | constructor Create(AOwner: TComponent); override; |
|
FReferencedBy: TIfcRelAssignsToProductList; Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 2227). | |
| Public | destructor Destroy; override; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 2228). | |
Properties
| Published | property RepresentationMaps: TIfcRepresentationMapList read FRepresentationMaps; |
|
List of unique representation maps. Each representation map describes a block definition of the shape of the product style. By providing more than one representation map, a multi-view block definition can be given. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 2234). | |
| Published | property Tag: TIfcLabel read FTag write FTag; |
|
The tag (or label) identifier at the particular type of a product, e.g. the article number (like the EAN). It is the identifier at the specific level. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 2239). | |
Generated by PasDoc 0.17.0.snapshot.