MarchingSquares(Int32, Single, Int32, Single, ScalarField2D) Constructor

Centered in world origin constructor.
Public Sub New( _ 
ByVal nCellsInX As Integer, _ 
ByVal cellSizeX As Single, _ 
ByVal nCellsInY As Integer, _ 
ByVal cellSizeY As Single, _ 
ByVal func As ScalarField2D
)
This language is not supported or no code example is available.
public MarchingSquares( 
int nCellsInX
float cellSizeX
int nCellsInY
float cellSizeY
ScalarField2D func 
)
This language is not supported or no code example is available.

Parameters

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

func
ScalarField2D

The 3D scalar field function

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition