Class TIfcStyledItem
Unit
Declaration
type TIfcStyledItem = class(TIfcRepresentationItem)
Description
Style information for products.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcStyledItem.htm
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRepresentationItem
- TIfcStyledItem
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
Properties
![]() |
property Item: TIfcRepresentationItem read FItem write FItem; |
![]() |
property Styles: TIfcPresentationStyleList read FStyles; |
![]() |
property Name: TIfcLabel read FName write FName; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
This item has no description. |
![]() |
destructor Destroy; override; |
This item has no description. |
Properties
![]() |
property Item: TIfcRepresentationItem read FItem write FItem; |
A geometric representation item to which the style is assigned. May be |
![]() |
property Styles: TIfcPresentationStyleList read FStyles; |
Representation |
![]() |
property Name: TIfcLabel read FName write FName; |
The word, or group of words, by which the styled item is referred to. |
Generated by PasDoc 0.16.0-snapshot.