NXOpen.UF.Curve.PtSlopeCrvatr Structure

NXOpen.UF.Curve.PtSlopeCrvatr is an alias for NXOpen.UF.CurvePtSlopeCrvatr_Struct

class NXOpen.UF.CurvePtSlopeCrvatr_Struct

Bases: object

Refer to UF_CURVE_pt_slope_crvatr_s for documentation.

Fields

NXOpen.UF.CurvePtSlopeCrvatr_Struct.Point 3D coordinates of input ordered points. For creating periodic curves, you should not repeat the first point as the last point
NXOpen.UF.CurvePtSlopeCrvatr_Struct.SlopeType type of control being defined: UF_CURVE_SLOPE_NONE, UF_CURVE_SLOPE_AUTO, UF_CURVE_SLOPE_VEC, UF_CURVE_SLOPE_DIR (see Note 1)
NXOpen.UF.CurvePtSlopeCrvatr_Struct.Slope 3D vector defining the slope assigned at this input point (see Note 1, 4, 5)
NXOpen.UF.CurvePtSlopeCrvatr_Struct.CrvatrType type of control being defined UF_CURVE_CRVATR_NONE, UF_CURVE_CRVATR_AUTO_DIR, UF_CURVE_CRVATR_VEC (see Note 2)
NXOpen.UF.CurvePtSlopeCrvatr_Struct.Crvatr 3D vector defining the curvature assigned at this input point (see Note 2, 3, 6)