NXOpen.UF.Vec3.AffineComb

Vec3.AffineComb()

Refer to UF_VEC3_affine_comb for documentation.

Signature: AffineComb(vec, scale, vecToScale)

Parameters:
  • vec (list of float) – Unscaled vector
  • scale (float) – Scale to apply to vec_to_scale[3]
  • vecToScale (list of float) – The second three dimensional vector which is scaled.
Returns:

Vector sum of unscaled vector and scaled vector where vec_comb = vec + (scale * vec_to_scale)

Return type:

list of float

License requirements: None