GeometryGrid3d<T> Class
Public Class GeometryGrid3d(Of _
T As IExtents3d)
This language is not supported or no code example is available.
public class GeometryGrid3d<T>
where T : IExtents3d
This language is not supported or no code example is available.
generic<typename T>
where T : IExtents3d^
public ref class GeometryGrid3d
This language is not supported or no code example is available.
Type Parameters
- T
| Name | Description | |
|---|---|---|
|
GeometryGrid3d() | |
|
GeometryGrid3d(Extents3d, int) | cnt is the number of cells in the largest dimension |
|
GeometryGrid3d(Extents3d, int, int, int) | |
|
GeometryGrid3d(GeometryGrid3d<T>) |
Top
| Name | Description | |
|---|---|---|
|
GeometryGrid3d.xcnt | |
|
GeometryGrid3d.ycnt | |
|
GeometryGrid3d.zcnt |
IGS.Genamo.GeometryGrid3d<T>