Base class for all mesh classes.
More...
|
abstract int | NumNodes [get] |
| Returns number of grid points. More...
|
|
abstract bool | HasFaces [get] |
| Gets a value indicating whether the mesh has faces. More...
|
|
abstract int | NumFaces [get] |
| Returns the number of faces that the mesh has. More...
|
|
abstract bool | HasVolumes [get] |
| Gets a value indicating whether the mesh has volumes. More...
|
|
abstract int | NumVolumes [get] |
| Returns the number of volumes that the mesh has. More...
|
|
Base class for all mesh classes.
virtual int IG.Gr.Mesh.GetNodeNumber |
( |
int |
i | ) |
|
|
inlinevirtual |
abstract int IG.Gr.Mesh.NumNodes |
|
get |
Returns number of grid points.
abstract bool IG.Gr.Mesh.HasFaces |
|
get |
Gets a value indicating whether the mesh has faces.
abstract int IG.Gr.Mesh.NumFaces |
|
get |
Returns the number of faces that the mesh has.
abstract bool IG.Gr.Mesh.HasVolumes |
|
get |
Gets a value indicating whether the mesh has volumes.
abstract int IG.Gr.Mesh.NumVolumes |
|
get |
Returns the number of volumes that the mesh has.
The documentation for this class was generated from the following file: