NXOpen.UF.Curve.AskOffsetDirection

Curve.AskOffsetDirection()

Refer to UF_CURVE_ask_offset_direction for documentation.

Deprecated since version NX5.0.

Signature: AskOffsetDirection(inputCurves)

Parameters:inputCurves (NXOpen.UF.Modl.StringList Refer to string_list for documentation.) – Pointer to curves list structure int num Total number of primary strings (min=1,max=1) int string[] Total number of segment curves/ sketch id of each primary string (min=1,max=402) int dir[] Direction of each primary string 1 = Start to End -1 = End to Start tag_t id[] Identifier of primary curves Use UF_MODL_init_string_list and UF_MODL_create_string_list to create input strings. Use UF_MODL_free_string_list to free memory after the string is created.
Returns:A Tuple
Return type:A tuple consisting of (offsetDirectionVector,draftDirectionVector,basePoint)

offsetDirectionVector(list of float): direction vector which is opposite of offset direction vector

draftDirectionVector(list of float): positive draft height direction

basePoint(list of float): base point of vectors

License requirements: None