NXOpen.UF.Curve.SectionGeneralData Structure

NXOpen.UF.Curve.SectionGeneralData is an alias for NXOpen.UF.CurveSectionGeneralData_Struct

class NXOpen.UF.CurveSectionGeneralData_Struct

Bases: object

Refer to UF_CURVE_section_general_data_s for documentation.

Fields

NXOpen.UF.CurveSectionGeneralData_Struct.Objects Array of objects to be sectioned (Bodies, faces, planes, curves)
NXOpen.UF.CurveSectionGeneralData_Struct.NumObjects Number of objects
NXOpen.UF.CurveSectionGeneralData_Struct.Associate 1 for associative curves, 0 for non_associative curves (a group of curves is returned)
NXOpen.UF.CurveSectionGeneralData_Struct.Grouping 1 if the curves are to be grouped by plane, 0 otherwise (ignored if associate is 1)
NXOpen.UF.CurveSectionGeneralData_Struct.JoinType 0 for no joining of the section curves, 1 if the curves are to be joined into cubic polynomial spline curves, 2 if the curves are to be joined into general spline curves, 3 if the curves are to be joined into quintic polynomial spline curves
NXOpen.UF.CurveSectionGeneralData_Struct.Tolerance tolerance (in part units) for the section curves
NXOpen.UF.CurveSectionGeneralData_Struct.CurveFitData curve fit method, max degree & max segments