Click or drag to resize
PbDefinedValueGetUndef Method
The default instance of PbDefinedValue always returns 0.0, the default float value used to indicate an "undefined" value.

Namespace: OIV.MeshViz.Data
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public abstract float GetUndef(
	int setIndex
)

Parameters

setIndex
Type: SystemInt32

Return Value

Type: Single
Remarks

This float value is used by MeshViz to set a node's value to something that means "undefined". This method should be overridden (by subclassing) if the application wants a value other than 0.0 to indicate an "undefined" value.

See Also