NXOpen.UF.Vec2.ConvexComb

Vec2.ConvexComb()

Refer to UF_VEC2_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