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

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.

Public destructor Destroy; override;

This item has no description.

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.


Generated by PasDoc 0.16.0-snapshot.