Eyeshot 10 WinForms API Reference
MarchingCubes Constructor(Int32,Double,Int32,Double,Int32,Double,ScalarField3D)

WinForms Assembly > devDept.Eyeshot.Triangulation Namespace > MarchingCubes Class > MarchingCubes Constructor : MarchingCubes Constructor(Int32,Double,Int32,Double,Int32,Double,ScalarField3D)
Number of cells along the X axis
Cell size in X
Number of cells along the Y axis
Cell size in Y
Number of cells along the Z axis
Cell size in Z
The 3D scalar field function
Centered in world origin constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal nCellsInX As Integer, _
   ByVal cellSizeX As Double, _
   ByVal nCellsInY As Integer, _
   ByVal cellSizeY As Double, _
   ByVal nCellsInZ As Integer, _
   ByVal cellSizeZ As Double, _
   ByVal func As ScalarField3D _
)
public MarchingCubes( 
   int nCellsInX,
   double cellSizeX,
   int nCellsInY,
   double cellSizeY,
   int nCellsInZ,
   double cellSizeZ,
   ScalarField3D func
)

Parameters

nCellsInX
Number of cells along the X axis
cellSizeX
Cell size in X
nCellsInY
Number of cells along the Y axis
cellSizeY
Cell size in Y
nCellsInZ
Number of cells along the Z axis
cellSizeZ
Cell size in Z
func
The 3D scalar field function
See Also

Reference

MarchingCubes Class
MarchingCubes Members
Overload List