NXOpen.UF.ModlFeatures.CreateFrenetDaxis

ModlFeatures.CreateFrenetDaxis()

Refer to UF_MODL_create_frenet_daxis for documentation.

Signature: CreateFrenetDaxis(curveTag, directionTag, percString, directionType)

Parameters:
  • curveTag (Tag) – eid of the curve, it could be UF_line_type, UF_circle_type, UF_conic_type, UF_spline_type or UF_solid_edge_subtype.
  • directionTag (Tag) – eid of the constraint object which defines the direction of the projection curve, NULL if not the case. it could be a face, edge, line, datum plane or datum axis.
  • percString (str) – the parameter of curve, range from 0 to 100
  • directionType (int) – the direction of frenet datum axis, 1 and 4 are tangent direction and its opposite, 2 and 5 are normal direction and its opposite, 3 and 6 are binormal and its opposite, and 0 when projection curve is created
Returns:

the created daxis eid

Return type:

Tag

License requirements: SOLIDS MODELING