VolumeRenderingBase<T>(String(), Point3D, Int32, Single, Int32, Single, Int32, Single, ScalarField3D) Constructor

Standard constructor.
Protected Sub New( _ 
ByVal fileNames As String(), _ 
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.
protected VolumeRenderingBase( 
string[] fileNames
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

fileNames
string[]

The list of file names

gridOrigin
Point3D

The 3D point that represents the origin of the selection grid.

nCellsInX
int

The number of cells in the X direction.

cellSizeX
float

The cell's size in the X direction.

nCellsInY
int

The number of cells in the Y direction.

cellSizeY
float

The cell's size in the Y direction.

nCellsInZ
int

The number of cells in the Z direction.

cellSizeZ
float

The cell's size in the Z direction.

func
ScalarField3D

The 3D scalar field function

.NET Framework

Supported in: 4.8

In this article

Definition