PbCellGetValue Method (Single, SbVec3f) |
Gets the vector value of a point in this cell, given the point's weights.
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SbVec3f GetValue(
float[] weight,
SbVec3f[] v
)
Public Function GetValue (
weight As Single(),
v As SbVec3f()
) As SbVec3f
public:
SbVec3f GetValue(
array<float>^ weight,
array<SbVec3f>^ v
)
member GetValue :
weight : float32[] *
v : SbVec3f[] -> SbVec3f
Parameters
- weight
- Type: SystemSingle
- v
- Type: OIV.InventorSbVec3f
Return Value
Type:
SbVec3fRemarks See Also