PbCellGetValue Method (SbVec3f, SbVec3f) |
Get the vector 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 SbVec3f GetValue(
SbVec3f pcoord,
SbVec3f[] v
)
Public Function GetValue (
pcoord As SbVec3f,
v As SbVec3f()
) As SbVec3f
public:
SbVec3f GetValue(
SbVec3f pcoord,
array<SbVec3f>^ v
)
member GetValue :
pcoord : SbVec3f *
v : SbVec3f[] -> SbVec3f
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:
SbVec3fThe interpolated value
Remarks See Also