NXOpen.UF.Vec3.ConvexComb

Vec3.ConvexComb()

Refer to UF_VEC3_convex_comb for documentation.

Signature: ConvexComb(parameter, pnt1, pnt2)

Parameters:
  • parameter (float) – Parameter of point to calculate
  • pnt1 (list of float) – First end point of line segment
  • pnt2 (list of float) – Second end point of line segment
Returns:

Point on line segment

Return type:

list of float

License requirements: None