NXOpen.UF.ModlFeatures.AskUGrooveParms

ModlFeatures.AskUGrooveParms()

Refer to UF_MODL_ask_u_groove_parms for documentation.

Signature: AskUGrooveParms(featureObjId, edit)

Parameters:
  • featureObjId (Tag) – A feature object identifier.
  • edit (int) – This is an unused flag. It was used to determine whether to return the right-hand side or both sides of an expression. Currently, both sides of an expression are returned.
Returns:

A Tuple

Return type:

A tuple consisting of (grooveDia,width,cornerRad)

grooveDia(str): Groove diameter. This must be freed by calling UF_free.

width(str): Groove width. This must be freed by calling UF_free.

cornerRad(str): Groove corner radius. This must be freed by calling UF_free.

License requirements: None