PbIsovaluesListSetRegularIsoList Method (Single, Single) |
Creates a new regular isovalue list, but the current number of isovalues is kept.
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetRegularIsoList(
float min,
float max
)
Public Sub SetRegularIsoList (
min As Single,
max As Single
)
public:
void SetRegularIsoList(
float min,
float max
)
member SetRegularIsoList :
min : float32 *
max : float32 -> unit
Parameters
- min
- Type: SystemSingle
- max
- Type: SystemSingle
Remarks The isovalues are between min and max.
See Also