Click or drag to resize
PbIsovaluesList Class

Class to define a list of isovalues.

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.MeshViz.GraphPbBase
      OIV.MeshViz.GraphPbIsovaluesList

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public class PbIsovaluesList : PbBase

The PbIsovaluesList type exposes the following members.

Constructors
  NameDescription
Public methodPbIsovaluesList

Default constructor.

Public methodPbIsovaluesList(Single, Single, Int32)

Constructor of a regular list of numValues isovalues.

Top
Methods
  NameDescription
Public methodCopyFrom(PbBase)

Assignment operator.

(Inherited from PbBase.)
Public methodCopyFrom(PbIsovaluesList)

Assignment operator.

Public methodEnableConnection

Activates/deactivates the mechanism of connection.

(Inherited from PbBase.)
Public methodEquals
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetIsoList

Returns information about the isovalue list.

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

Returns true if the connection mechanism is active, otherwise false.

(Inherited from PbBase.)
Public methodSetIrregularIsoList

Creates an irregular isovalue list with numValues values.

Public methodSetRegularIsoList(Int32)

Creates a regular isovalue list with numValues values.

Public methodSetRegularIsoList(Int32, Single)

Creates a new regular isovalue list, but the current number of isovalues is kept.

Public methodSetRegularIsoList(Single, Single)

Creates a new regular isovalue list, but the current number of isovalues is kept.

Public methodSetRegularIsoList(Int32, Single, Single)

Creates a regular isovalue list with numValues values.

Public methodSetRegularIsoList(Int32, Single, Int32)

Creates a regular isovalue list with numValues values.

Public methodSetRegularIsoList(Single, Single, Int32)

Creates a regular isovalue list with numValues values.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTouch

Simulates the changing of an instance of this object, so all connected objects are informed of this change.

(Inherited from PbBase.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality
Top
Remarks

This class is used to define a list of isovalues. An isovalue list is a list of floating-point values sorted by increasing order. By default the isovalue list is regular and contains ten values. The minimum value equals 1, the maximum value equals 10, and the difference between two consecutive values is constant (1 in this case).

See Also