Click or drag to resize
SbStructuredQuadrilateralMesh Class

Structured quadrilateral mesh.

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.InventorSoDisposable
      OIV.ImageVizSbStructuredQuadrilateralMesh

Namespace: OIV.ImageViz
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public class SbStructuredQuadrilateralMesh : SoDisposable

The SbStructuredQuadrilateralMesh type exposes the following members.

Constructors
  NameDescription
Public methodSbStructuredQuadrilateralMesh

Constructor requiring the mesh number of cells in row and column.

Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by SoDisposable.
(Inherited from SoDisposable.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetNumCellsI

Returns the mesh number of cell by row.

Public methodGetNumCellsJ

Returns the mesh number of cell by column.

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetVertex

Returns the vertex position.

Public methodSetVertex

Sets the position of a vertex.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyIsDisposable
ISafeDisposable interface implementation.
(Inherited from SoDisposable.)
Top
Remarks

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.

See Also