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

Get the scalar value of a point in the cell.

Namespace: OIV.MeshViz.Data
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public float GetValue(
	SbVec3f pcoord,
	float[] s
)

Parameters

pcoord
Type: OIV.InventorSbVec3f

[in] Parametric [0..1] coordinate of the point inside the cell.

s
Type: SystemSingle

[in] The scalar dataset to interpolate

Return Value

Type: Single

The interpolated value

Remarks

See Also