MarchingCubes(Point3D, Int32, Single, Int32, Single, Int32, Single, ScalarField3D) Constructor

Standard constructor.
Public Sub New( _ 
ByVal gridOrigin As Point3D, _ 
ByVal nCellsInX As Integer, _ 
ByVal cellSizeX As Single, _ 
ByVal nCellsInY As Integer, _ 
ByVal cellSizeY As Single, _ 
ByVal nCellsInZ As Integer, _ 
ByVal cellSizeZ As Single, _ 
ByVal func As ScalarField3D
)
This language is not supported or no code example is available.
public MarchingCubes( 
Point3D gridOrigin
int nCellsInX
float cellSizeX
int nCellsInY
float cellSizeY
int nCellsInZ
float cellSizeZ
ScalarField3D func 
)
This language is not supported or no code example is available.

Parameters

gridOrigin
Point3D

Grid origin point

nCellsInX
int

Number of cells along the X axis

cellSizeX
float

Cell size in X

nCellsInY
int

Number of cells along the Y axis

cellSizeY
float

Cell size in Y

nCellsInZ
int

Number of cells along the Z axis

cellSizeZ
float

Cell size in Z

func
ScalarField3D

The 3D scalar field function

.NET Framework

Supported in: 4.8

In this article

Definition