NXOpen.UF.So.CreateXformThreePoints

So.CreateXformThreePoints()

Refer to UF_SO_create_xform_three_points for documentation.

Signature: CreateXformThreePoints(objectInPart, updateOption, point0, point1, point2, scale)

Parameters:
  • objectInPart (Tag) – determines the context
  • updateOption (NXOpen.UF.So.UpdateOption Refer to UF_SO_update_option_e for documentation.) – update option
  • point0 (Tag) – origin point
  • point1 (Tag) – x-dir point
  • point2 (Tag) – y-dir point NOTE: The y-dir specified as an input may be modified slightly if it doesn not result in a true orthogonal direction given the specified origin and x-dir.
  • scale (Tag) – scalar ( NULL_TAG => IDENTITY )
Returns:

Smart xform

Return type:

Tag

License requirements: None