A3DSDKTessellation.h File Reference

Header file for tessellation. More...

Data Structures

struct  A3DTess3DData
 Structure used to create or parse an A3DTess3D entity. More...
 
struct  A3DTess3DWireData
 3D wire data structure More...
 
struct  A3DTessBaseData
 Structure for defining tessellation base data. More...
 
struct  A3DTessFaceData
 Structure that describes basic entities of a face in a solid or surface mesh representations. More...
 
struct  A3DTessMarkupData
 TessMarkupData structure. More...
 

Macros

#define kA3DTess3DWireDataIsClosing   0x10000000
 
#define kA3DTess3DWireDataIsContinuous   0x20000000
 

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...
 
A3DStatus A3DTess3DWireCreate (const A3DTess3DWireData *pData, A3DTess3DWire **ppTess)
 Creates the A3DTess3DWire from A3DTess3DWireData structure. More...
 
A3DStatus A3DTess3DWireGet (const A3DTess3DWire *pTess, A3DTess3DWireData *pData)
 Populates the A3DTess3DWireData structure. More...
 
A3DStatus A3DTessBaseGet (const A3DTessBase *pTessBase, A3DTessBaseData *pData)
 Populates the A3DTessBaseData structure. More...
 
A3DStatus A3DTessBaseSet (A3DTessBase *pTessBase, const A3DTessBaseData *pData)
 Function to set the tessellation base from the A3DTessBaseData structure. Results use a hash table to simplify the final tesselation. More...
 
A3DStatus A3DTessBaseSetNoHash (A3DTessBase *pTessBase, const A3DTessBaseData *pData)
 Function to set the tessellation base from the A3DTessBaseData structure. Results do not use a hash table to simplify the final tesselation. More...
 
A3DStatus A3DTessMarkupCreate (const A3DTessMarkupData *pData, A3DTessMarkup **ppTess)
 Creates an A3DTessMarkup entity from an A3DTessMarkupData structure. More...
 
A3DStatus A3DTessMarkupGet (const A3DTessMarkup *pTess, A3DTessMarkupData *pData)
 Populates the A3DTessMarkupData structure. More...
 

Detailed Description

Header file for tessellation.

Author
Tech Soft 3D
Version
22.1
Date
April 2022
Copyright (c) 2010 - 2022 by Tech Soft 3D, Inc. All rights reserved.