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
Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 392).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRepresentationItem
- TIfcStyledItem
Overview
Methods
| Public | constructor Create(AOwner: TComponent); override; |
| Public | destructor Destroy; override; |
Properties
| Published | property Item: TIfcRepresentationItem read FItem write FItem; |
| Published | property Styles: TIfcPresentationStyleList read FStyles; |
| Published | property Name: TIfcLabel read FName write FName; |
Description
Methods
| Public | constructor Create(AOwner: TComponent); override; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 398). | |
| Public | destructor Destroy; override; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 399). | |
Properties
| Published | property Item: TIfcRepresentationItem read FItem write FItem; |
|
A geometric representation item to which the style is assigned. May be Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 403). | |
| Published | property Styles: TIfcPresentationStyleList read FStyles; |
|
Representation Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 408). | |
| Published | property Name: TIfcLabel read FName write FName; |
|
The word, or group of words, by which the styled item is referred to. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 411). | |
Generated by PasDoc 0.17.0.snapshot.