Gets the weights of a point defined by its parametric coordinates. 
 
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void GetWeight(
	SbVec3f pcoord,
	float[] weight
)
Public Sub GetWeight ( 
	pcoord As SbVec3f,
	weight As Single()
)
public:
void GetWeight(
	SbVec3f pcoord, 
	array<float>^ weight
)
member GetWeight : 
        pcoord : SbVec3f * 
        weight : float32[] -> unit 
Parameters
- pcoord
 - Type: OIV.InventorSbVec3f
 - weight
 - Type: SystemSingle
 
Remarks
See Also