SbStructuredQuadrilateralMesh Class |
Structured quadrilateral mesh.
Namespace: OIV.ImageViz
The SbStructuredQuadrilateralMesh type exposes the following members.
Name | Description | |
---|---|---|
![]() | SbStructuredQuadrilateralMesh | Constructor requiring the mesh number of cells in row and column. |
Name | Description | |
---|---|---|
![]() | Dispose |
Releases all resources used by SoDisposable.
(Inherited from SoDisposable.) |
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) |
![]() | GetNumCellsI | Returns the mesh number of cell by row. |
![]() | GetNumCellsJ | Returns the mesh number of cell by column. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetVertex | Returns the vertex position. |
![]() | SetVertex | Sets the position of a vertex. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | IsDisposable | ISafeDisposable interface implementation.
(Inherited from SoDisposable.) |
Its nodes are ordered and can be accessed by i, j indices. All cells are quadrilateral.
Defines a list of 3d vertices that can be accessed by (i,j) indices.