PbCellGetValue Method (SbVec3f, Single) |
Get the scalar value of a point in the cell.
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public float GetValue(
SbVec3f pcoord,
float[] s
)
Public Function GetValue (
pcoord As SbVec3f,
s As Single()
) As Single
public:
float GetValue(
SbVec3f pcoord,
array<float>^ s
)
member GetValue :
pcoord : SbVec3f *
s : float32[] -> float32
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:
SingleThe interpolated value
Remarks See Also