PbIsovaluesListGetIsoList Method |
Returns information about the isovalue list.
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SbNativeArray<float> GetIsoList(
out int numValues,
out float min,
out float max,
out float step,
out bool isRegularIsoList
)
Public Function GetIsoList (
<OutAttribute> ByRef numValues As Integer,
<OutAttribute> ByRef min As Single,
<OutAttribute> ByRef max As Single,
<OutAttribute> ByRef step As Single,
<OutAttribute> ByRef isRegularIsoList As Boolean
) As SbNativeArray(Of Single)
public:
SbNativeArray<float>^ GetIsoList(
[OutAttribute] int% numValues,
[OutAttribute] float% min,
[OutAttribute] float% max,
[OutAttribute] float% step,
[OutAttribute] bool% isRegularIsoList
)
member GetIsoList :
numValues : int byref *
min : float32 byref *
max : float32 byref *
step : float32 byref *
isRegularIsoList : bool byref -> SbNativeArray<float32>
Parameters
- numValues
- Type: SystemInt32
- min
- Type: SystemSingle
- max
- Type: SystemSingle
- step
- Type: SystemSingle
- isRegularIsoList
- Type: SystemBoolean
Return Value
Type:
SbNativeArraySingleRemarks See Also