Class TIfcTessellatedFaceSet
Unit
Declaration
type TIfcTessellatedFaceSet = class abstract(TIfcTessellatedItem)
Description
Topological model limited to planar faces and straight edges.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcTessellatedFaceSet.htm
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRepresentationItem
- TIfcGeometricRepresentationItem
- TIfcTessellatedItem
- TIfcTessellatedFaceSet
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
Properties
![]() |
property Coordinates: TIfcCartesianPointList3D read FCoordinates write FCoordinates; |
![]() |
property HasTextures: TIfcIndexedTextureMapList read FHasTextures; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
This item has no description. |
![]() |
destructor Destroy; override; |
This item has no description. |
Properties
![]() |
property Coordinates: TIfcCartesianPointList3D read FCoordinates write FCoordinates; |
Ordered list of Cartesian points. |
![]() |
property HasTextures: TIfcIndexedTextureMapList read FHasTextures; |
Reference to the indexed texture map providing the corresponding texture coordinates to the vertices. |
Generated by PasDoc 0.16.0-snapshot.