Class TIfcIndexedPolygonalTextureMap
Unit
Declaration
type TIfcIndexedPolygonalTextureMap = class(TIfcIndexedTextureMap)
Description
Mapping of the 2-dimensional texture coordinates to a set of polygonal bounded faces onto which it is mapped. It is used for mapping the texture to faces of an IfcPolygonalFaceSet. Such faces may have inner loops.
Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 757).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcPresentationItem
- TIfcTextureCoordinate
- TIfcIndexedTextureMap
- TIfcIndexedPolygonalTextureMap
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
Properties
![]() |
property TexCoordIndices: TIfcTextureCoordinateIndicesList read FTexCoordIndices; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 761). | |
![]() |
destructor Destroy; override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 762). | |
Properties
![]() |
property TexCoordIndices: TIfcTextureCoordinateIndicesList read FTexCoordIndices; |
|
Set of texture coordinate indices for polygonal faces with and without inner loops. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 766). | |
Generated by PasDoc 0.17.0.snapshot.

