QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
opennurbs_mesh_tools.cpp File Reference
#include "opennurbs.h"

Classes

class  ON__MESHEDGE
 
class  ON__NEWVI
 

Typedefs

typedef int(* QSORTCMPFUNC) (const void *, const void *)
 

Functions

static int CompareInt (const void *a, const void *b)
 
static int CompareMESHEDGE (const ON__MESHEDGE *a, const ON__MESHEDGE *b)
 
static int CompareNEWVI (const ON__NEWVI *a, const ON__NEWVI *b)
 
ON_MeshON_ControlPolygonMesh (const ON_NurbsSurface &nurbs_surface, bool bCleanMesh, ON_Mesh *input_mesh)
 

Typedef Documentation

◆ QSORTCMPFUNC

typedef int(* QSORTCMPFUNC) (const void *, const void *)

Function Documentation

◆ CompareInt()

static int CompareInt ( const void * a,
const void * b )
static

◆ CompareMESHEDGE()

static int CompareMESHEDGE ( const ON__MESHEDGE * a,
const ON__MESHEDGE * b )
static

◆ CompareNEWVI()

static int CompareNEWVI ( const ON__NEWVI * a,
const ON__NEWVI * b )
static

◆ ON_ControlPolygonMesh()

ON_Mesh * ON_ControlPolygonMesh ( const ON_NurbsSurface & nurbs_surface,
bool bCleanMesh,
ON_Mesh * input_mesh )