Tessellation for solids and surfaces. More...

Modules

 TessFace
 Functions and structures for defining tessellation face data.
 

Data Structures

struct  A3DTess3DData
 Structure used to create or parse an A3DTess3D entity. More...
 

Functions

A3DStatus A3DTess3DCreate (const A3DTess3DData *pData, A3DTess3D **ppTess)
 Creates an A3DTess3D from an A3DTess3DData structure. More...
 
A3DStatus A3DTess3DGet (const A3DTess3D *pTess, A3DTess3DData *pData)
 Populates the A3DTess3DData structure. More...
 

Detailed Description

Tessellation for solids and surfaces.

Entity type is kA3DTypeTess3D.

An A3DTess3D is a tessellation dedicated to solids and surfaces. This structure is a derivation of A3DTessBase and can be obtained by using the A3DTessBaseGet function on any A3DRiRepresentationItem. This structure may contain collections of points that define mesh vertices, normals (per vertex, per entity), and UV coordinates if textures are stored.

Function Documentation

◆ A3DTess3DGet()

◆ A3DTess3DCreate()