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.

Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcIndexedPolygonalTextureMap.htm

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 757).

Hierarchy

Overview

Methods

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;

Properties

Published property TexCoordIndices: TIfcTextureCoordinateIndicesList read FTexCoordIndices;

Description

Methods

Public constructor Create(AOwner: TComponent); override;

This item has no description.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 761).

Public destructor Destroy; override;

This item has no description.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 762).

Properties

Published 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.