Class TIfcTriangulatedFaceSet
Unit
Declaration
type TIfcTriangulatedFaceSet = class(TIfcTessellatedFaceSet)
Description
Tessellated face set with all faces being bound by triangles.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcTriangulatedFaceSet.htm
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRepresentationItem
- TIfcGeometricRepresentationItem
- TIfcTessellatedItem
- TIfcTessellatedFaceSet
- TIfcTriangulatedFaceSet
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
function BuildNode(const Mapping: TCastleIfcMapping; const ParentProduct: TIfcProduct; const LitAppearance, UnlitAppearance: TAppearanceNode): TAbstractChildNode; override; |
Properties
![]() |
property Normals: TVector3List read FNormals; |
![]() |
property Closed: Boolean read FClosed write FClosed default false; |
![]() |
property CoordIndex: TVector3IntegerList read FCoordIndex; |
![]() |
property PnIndex: TIntegerList read FPnIndex; |
Description
Methods
![]() |
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 Normals: TVector3List read FNormals; |
Ordered list of three directions for normals. |
![]() |
property CoordIndex: TVector3IntegerList read FCoordIndex; |
List of indices for the vertices of the triangles. |
![]() |
property PnIndex: TIntegerList read FPnIndex; |
The list of integers defining the locations in the TIfcCartesianPointList3D to obtain the point coordinates for the indices withint the CoordIndex. If the |
Generated by PasDoc 0.16.0-snapshot.