NXOpen.UF.ModlGeneral.CreateIsoclineCurves

ModlGeneral.CreateIsoclineCurves()

Refer to UF_MODL_create_isocline_curves for documentation.

Signature: CreateIsoclineCurves(faceId, direction, angle, distTol)

Parameters:
  • faceId (Tag) – The face identifier
  • direction (list of float) – Isocline direction (normalized vector)
  • angle (float) – Isocline angle (between specified direction and normals of the curves) in degrees. Angle range is from -90 to +90 degrees.
  • distTol (float) – Tolerance value. The tolerance is only used when the input face is foreign or an offset of a non analytic face.
Returns:

A Tuple

Return type:

A tuple consisting of (isocurveId,isocurveCnt)

isocurveId(list of Tag): Array of isocline curve object identifiers. The allocated arrays must be freed with UF_free().

isocurveCnt(int): Number of curves created.

License requirements: SOLIDS MODELING