Class TIfcPolygonalFaceSet
Unit
Declaration
type TIfcPolygonalFaceSet = class(TIfcTessellatedFaceSet)
Description
Tessellated face set with all faces being bound by polygons. This is what is most commonly referred to as "a mesh" in 3D.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcPolygonalFaceSet.htm
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRepresentationItem
- TIfcGeometricRepresentationItem
- TIfcTessellatedItem
- TIfcTessellatedFaceSet
- TIfcPolygonalFaceSet
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
function BuildNode(const Mapping: TCastleIfcMapping): TAbstractChildNode; override; |
Properties
![]() |
property Closed: Boolean read FClosed write FClosed default false; |
![]() |
property Faces: TIfcIndexedPolygonalFaceList read FFaces; |
![]() |
property PnIndex: TIntegerList read FPnIndex; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
This item has no description. Showing description inherited from TIfcTessellatedFaceSet.Create. TODO FHasColours: TIfcIndexedColourMap; TODO FHasTextures: TIfcIndexedTextureMapList; |
![]() |
destructor Destroy; override; |
This item has no description. |
![]() |
function BuildNode(const Mapping: TCastleIfcMapping): TAbstractChildNode; override; |
This item has no description. Showing description inherited from TIfcRepresentationItem.BuildNode. Build a node to display this using Castle Game Engine. Does nothing (adds nothing to Parent) if not possible / not implemented. |
Properties
![]() |
property Faces: TIfcIndexedPolygonalFaceList read FFaces; |
List of polygonal faces. |
![]() |
property PnIndex: TIntegerList read FPnIndex; |
The list of integers defining the locations in the IfcCartesianPointList3D to obtain the point coordinates for the indices at the indexed polygonal faces. If the |
Generated by PasDoc 0.16.0-snapshot.