Click or drag to resize
PbCellGetValue Method (Single, Single)

Gets the scalar value of a point in this cell, given the point's weights.

Namespace: OIV.MeshViz.Data
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public float GetValue(
	float[] weight,
	float[] s
)

Parameters

weight
Type: SystemSingle
s
Type: SystemSingle

Return Value

Type: Single
Remarks

See Also