Class TIfcTextureCoordinateIndices
Unit
Declaration
type TIfcTextureCoordinateIndices = class(TIfcPersistent)
Description
Provide the texture coordinates for an TIfcIndexedPolygonalFace.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcTextureCoordinateIndices.htm
Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 772).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcTextureCoordinateIndices
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
Properties
![]() |
property TexCoordIndex: TIntegerList read FTexCoordIndex; |
![]() |
property TexCoordsOf: TIfcIndexedPolygonalFace read FTexCoordsOf write FTexCoordsOf; |
![]() |
property ToTexMap: TIfcIndexedPolygonalTextureMap read FToTexMap write FToTexMap; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 778). | |
![]() |
destructor Destroy; override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 779). | |
Properties
![]() |
property TexCoordIndex: TIntegerList read FTexCoordIndex; |
|
List of index pointers into the TIfcTextureVertexList_Spec. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 782). | |
![]() |
property TexCoordsOf: TIfcIndexedPolygonalFace read FTexCoordsOf write FTexCoordsOf; |
|
The TIfcIndexedPolygonalFace for which the texture coordinate are provided. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 786). | |
![]() |
property ToTexMap: TIfcIndexedPolygonalTextureMap read FToTexMap write FToTexMap; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 788). | |
Generated by PasDoc 0.17.0.snapshot.

