Class TIfcTessellatedItem
Unit
Declaration
type TIfcTessellatedItem = class abstract(TIfcGeometricRepresentationItem)
Description
Abstract supertype of all tessellated geometric models.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcTessellatedItem.htm
Hierarchy
- TObject
 - TPersistent
 - TComponent
 - TIfcPersistent
 - TIfcRepresentationItem
 - TIfcGeometricRepresentationItem
 - TIfcTessellatedItem
 
Overview
Methods
![]()  | 
constructor Create(AOwner: TComponent); override; | 
![]()  | 
destructor Destroy; override; | 
Properties
![]()  | 
property LayerAssignment: TIfcPresentationLayerAssignmentList
      read FLayerAssignment; | 
![]()  | 
property StyledByItem: TIfcStyledItem read FStyledByItem write FStyledByItem; | 
Description
Methods
![]()  | 
constructor Create(AOwner: TComponent); override; | 
| 
 This item has no description.  | |
![]()  | 
destructor Destroy; override; | 
| 
 This item has no description.  | |
Properties
![]()  | 
property LayerAssignment: TIfcPresentationLayerAssignmentList
      read FLayerAssignment; | 
| 
 Assignment of the representation item to a single or multiple layer(s).  | |
![]()  | 
property StyledByItem: TIfcStyledItem read FStyledByItem write FStyledByItem; | 
| 
 Reference to the IfcStyledItem that provides presentation information to the representation, e.g. a curve style, including colour and thickness to a geometric curve.  | |
Generated by PasDoc 0.16.0-snapshot.

