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
![]() |
function WantsGlobalId: Boolean; override; |
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
function BuildNode(const Mapping: TCastleIfcMapping; const ParentProduct: TIfcProduct; const LitAppearance, UnlitAppearance: TAppearanceNode): TAbstractChildNode; override; |
Properties
![]() |
property Closed: Boolean read FClosed write FClosed default false; |
![]() |
property Faces: TIfcIndexedPolygonalFaceList read FFaces; |
![]() |
property PnIndex: TIntegerList read FPnIndex; |
Description
Methods
![]() |
function WantsGlobalId: Boolean; override; |
This item has no description. Showing description inherited from TIfcPersistent.WantsGlobalId.
If Strictly following the spec, this should be only defined for TIfcRoot, because only IfcRoot has GlobalId. In reality, we need GlobalId at TIfcPersistent to load some files, and we sometimes need |
![]() |
constructor Create(AOwner: TComponent); override; |
This item has no description. |
![]() |
destructor Destroy; override; |
This item has no description. |
![]() |
function BuildNode(const Mapping: TCastleIfcMapping; const ParentProduct: TIfcProduct; const LitAppearance, UnlitAppearance: TAppearanceNode): TAbstractChildNode; override; |
This item has no description. Showing description inherited from TIfcRepresentationItem.BuildNode.
Build a node to display this using Castle Game Engine. Returns
|
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.