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
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcShapeAspect
Overview
Methods
constructor Create(AOwner: TComponent); override; |
|
destructor Destroy; override; |
Properties
property ShapeRepresentations: TIfcShapeModelList read FShapeRepresentations; |
|
property Name: TIfcLabel read FName write FName; |
|
property Description: TIfcText read FDescription write FDescription; |
|
property ProductDefinitional: Boolean read FPProductDefinitional write FPProductDefinitional; |
|
property HasExternalReferences: TIfcExternalReferenceRelationshipList read FHasExternalReferences; |
Description
Methods
constructor Create(AOwner: TComponent); override; |
|
This item has no description. |
destructor Destroy; override; |
|
This item has no description. |
Properties
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. |
property Name: TIfcLabel read FName write FName; |
|
The word or group of words by which the shape aspect is known. |
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. |
property ProductDefinitional: Boolean read FPProductDefinitional write FPProductDefinitional; |
|
This item has no description. |
property HasExternalReferences: TIfcExternalReferenceRelationshipList read FHasExternalReferences; |
|
TODO: property PartOfProductDefinitionShape: TIfcProductRepresentationSelect read FPartOfProductDefinitionShape write FPartOfProductDefinitionShape; |
Generated by PasDoc 0.16.0-snapshot.