Class TIfcTextureCoordinate

Unit

Declaration

type TIfcTextureCoordinate = class abstract(TIfcPresentationItem)

Description

An abstract supertype of the different kinds to apply texture coordinates to geometries. For vertex based geometries an explicit assignment of 2D texture vertices to the 3D geometry points is supported by the subtype IfcTextureMap, in addition there can be a procedural description of how texture coordinates shall be applied to geometric items. If no IfcTextureCoordinate is provided for the IfcSurfaceTexture, the default mapping shall be used.

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

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

Hierarchy

Overview

Methods

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

Properties

Published property Maps: TIfcSurfaceTextureList read FMaps;

Description

Methods

Public constructor Create(AOwner: TComponent); override;

This item has no description.

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

Public destructor Destroy; override;

This item has no description.

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

Properties

Published property Maps: TIfcSurfaceTextureList read FMaps;

Reference to the one (or many in case of multi textures with identity transformation to geometric surfaces) subtype(s) of TIfcSurfaceTexture that are mapped to a geometric surface by the texture coordinate transformation.

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


Generated by PasDoc 0.17.0.snapshot.