NXOpen.UF.Eval.Hyperbola Structure

NXOpen.UF.Eval.Hyperbola is an alias for NXOpen.UF.EvalHyperbola_Struct

class NXOpen.UF.EvalHyperbola_Struct

Bases: object

Refer to UF_EVAL_hyperbola_s for documentation.

Fields

NXOpen.UF.EvalHyperbola_Struct.Limits Curve limits: [0] = min [1] = max
NXOpen.UF.EvalHyperbola_Struct.K1 First coefficient for evaluating hyperbola
NXOpen.UF.EvalHyperbola_Struct.K2 Second coefficient for evaluating hyperbola Note that the limits and k1,k2 are values used for efficient evaluation of the hyperbola and are not the same as the start/end parameters and k1,k2 of UF_CURVE_ask_conic_data.
NXOpen.UF.EvalHyperbola_Struct.Center
NXOpen.UF.EvalHyperbola_Struct.XAxis Unit direction vector of the x axis (ABS)
NXOpen.UF.EvalHyperbola_Struct.YAxis Unit direction vector of the y axis (ABS)