Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Dicom Namespace / VolumeRendering Class / VolumeRendering Constructor / VolumeRendering Constructor(IList<DicomElement>,Point3D,Int32,Int32,Int32,ScalarField3D)
The collection of DicomElement.
The 3D point that represents the origin of the selection grid.
The number of cells in the X direction.
The number of cells in the Y direction.
The number of cells in the Z direction.
The 3D scalar field function

In This Topic
    VolumeRendering Constructor(IList<DicomElement>,Point3D,Int32,Int32,Int32,ScalarField3D)
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal elements As IList(Of DicomElement), _
       ByVal gridOrigin As Point3D, _
       ByVal nCellsInX As Integer, _
       ByVal nCellsInY As Integer, _
       ByVal nCellsInZ As Integer, _
       Optional ByVal func As ScalarField3D _
    )
    public VolumeRendering( 
       IList<DicomElement> elements,
       Point3D gridOrigin,
       int nCellsInX,
       int nCellsInY,
       int nCellsInZ,
       ScalarField3D func
    )

    Parameters

    elements
    The collection of DicomElement.
    gridOrigin
    The 3D point that represents the origin of the selection grid.
    nCellsInX
    The number of cells in the X direction.
    nCellsInY
    The number of cells in the Y direction.
    nCellsInZ
    The number of cells in the Z direction.
    func
    The 3D scalar field function
    See Also