| 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: 2025.2.0.0 (10.18.0.0)
Syntaxpublic 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: 
SbVec3f
Remarks
See Also