Creates a new 3D spatial grid by splitting the provided area into uniform cells of the given size.
Namespace: Ico.Windows.Media.Media3DAssembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public SpatialGrid3D(
double cellSize,
Rect3D bounds
) |
Visual Basic |
---|
Public Sub New ( _
cellSize As Double, _
bounds As Rect3D _
) |
JScript |
---|
public function SpatialGrid3D(
cellSize : double,
bounds : Rect3D
) |
Parameters
- cellSize
- Type: System..::..Double
Size of the cells.
- bounds
- Type: System.Windows.Media.Media3D..::..Rect3D
Bounds of the area to be separated into the cells.
See Also