NXOpen.UF.ModlFeatures.CreateVariableTaperFromEdges

ModlFeatures.CreateVariableTaperFromEdges()

Refer to UF_MODL_create_variable_taper_from_edges for documentation.

Signature: CreateVariableTaperFromEdges(directionTag, angleStr, taperAllInstances, numEdges, edges, numPoints, points, angles, distTol, angleTol)

Parameters:
  • directionTag (Tag) – taper direction
  • angleStr (str) – taper angle
  • taperAllInstances (bool) – all instances or else just this one
  • numEdges (int) – number of edges in array
  • edges (list of Tag) – array of edges to taper
  • numPoints (int) – number of points where angles are specified
  • points (list of float) – coordinates of the points (size is 3*num_points)
  • angles (list of str) – angle values or expressions at the points
  • distTol (float) – distance tolerances
  • angleTol (float) – angle tolerances
Returns:

feature eid of created feature taper

Return type:

Tag

License requirements: SOLIDS MODELING