Gets the weights of a point defined by its parametric coordinates.
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public 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