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
Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 532).
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. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 537). | |
![]() |
destructor Destroy; override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 538). | |
Properties
![]() |
property LayerAssignment: TIfcPresentationLayerAssignmentList
read FLayerAssignment; |
|
Assignment of the representation item to a single or multiple layer(s). Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 541). | |
![]() |
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. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 547). | |
Generated by PasDoc 0.17.0.snapshot.

