C3D Toolkit  Kernel - 117982, Vision - 2.9.2.2
surf_mesh_surface.h File Reference

The surface passing through two families of curves. More...

#include <surface.h>
#include <curve3d.h>
#include <math_define.h>
#include <templ_dptr.h>
#include <system_types.h>
#include <function.h>
#include <tool_multithreading.h>
#include <surf_tessellation.h>
#include <map>

Classes

class  MbMeshSurface
 The surface constructed by the grid curves. More...
 

Enumerations

enum  MbeMeshSurfaceVersion {
  msv_Ver0 = 0 , msv_Ver1 , msv_Ver2 , msv_Ver3 ,
  msv_Ver4 , msv_Ver5 , msv_Count
}
 Version of implementation of surface constructed by the grid curves. More...
 
enum  MbeTransversCalculationType { tct_auto =-1 , tct_local = 0 , tct_global = 1 }
 

Detailed Description

The surface passing through two families of curves.

Enumeration Type Documentation

◆ MbeTransversCalculationType

Enumerator
tct_auto 

Automatic method choosing for each interval.

tct_local 

Interpolation in local coordinate system.

tct_global 

Interpolation in global coordinate system.