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

Get the vector value of a point in the cell.

Namespace: OIV.MeshViz.Data
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SbVec3f GetValue(
	SbVec3f pcoord,
	SbVec3f[] v
)

Parameters

pcoord
Type: OIV.InventorSbVec3f

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

v
Type: OIV.InventorSbVec3f

[in] The vector dataset to interpolate

Return Value

Type: SbVec3f

The interpolated value

Remarks

See Also