NXOpen.UF.Curve.EditTrimCurve

Curve.EditTrimCurve()

Refer to UF_CURVE_edit_trim_curve for documentation.

Signature: EditTrimCurve(curveTag, boundingId, refPoint, intPoint, extInd)

Parameters:
  • curveTag (Tag) – tag of curve to trim
  • boundingId (Tag) – tag of first bounding object ( curve, edge, plane, face, point)
  • refPoint (list of float) – ref_point[3] are the coordinates of a point used to specify which portion of the curve to trim also used as start point intersection point iteration (ACS)
  • intPoint (list of float) – int_point[3] is the start point for finding the intersection of the curve to trim and the bounding object.
  • extInd (int) – shape of the extension of the curve: UF_CURVE_NATURAL_SHAPE UF_CURVE_LINEAR_SHAPE UF_CURVE_CIRCULAR_SHAPE

License requirements: SOLIDS MODELING or DRAFTING