Class TIfcShapeAspect
Unit
Declaration
type TIfcShapeAspect = class(TIfcPersistent)
Description
Grouping of shape representation items that represent aspects (or components) of the shape of a product.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcShapeAspect.htm
Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5225).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcShapeAspect
Overview
Methods
| Public | constructor Create(AOwner: TComponent); override; |
| Public | destructor Destroy; override; |
Properties
| Published | property ShapeRepresentations: TIfcShapeModelList read FShapeRepresentations; |
| Published | property Name: TIfcLabel read FName write FName; |
| Published | property Description: TIfcText read FDescription write FDescription; |
| Published | property ProductDefinitional: Boolean read FPProductDefinitional write FPProductDefinitional; |
| Published | property HasExternalReferences: TIfcExternalReferenceRelationshipList read FHasExternalReferences; |
Description
Methods
| Public | constructor Create(AOwner: TComponent); override; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5234). | |
| Public | destructor Destroy; override; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5235). | |
Properties
| Published | property ShapeRepresentations: TIfcShapeModelList read FShapeRepresentations; |
|
List of shape representations. Each member defines a valid representation of a particular type within a particular representation context as being an aspect (or part) of a product definition. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5241). | |
| Published | property Name: TIfcLabel read FName write FName; |
|
The word or group of words by which the shape aspect is known. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5244). | |
| Published | property Description: TIfcText read FDescription write FDescription; |
|
The word or group of words that characterize the shape aspect. It can be used to add additional meaning to the name of the aspect. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5248). | |
| Published | property ProductDefinitional: Boolean read FPProductDefinitional write FPProductDefinitional; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5250). | |
| Published | property HasExternalReferences: TIfcExternalReferenceRelationshipList read FHasExternalReferences; |
|
TODO: property PartOfProductDefinitionShape: TIfcProductRepresentationSelect read FPartOfProductDefinitionShape write FPartOfProductDefinitionShape; Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5254). | |
Generated by PasDoc 0.17.0.snapshot.