NXOpen.UF.ModlFeatures.AskRectPocketParms

ModlFeatures.AskRectPocketParms()

Refer to UF_MODL_ask_rect_pocket_parms for documentation.

Signature: AskRectPocketParms(featureObjId, edit)

Parameters:
  • featureObjId (Tag) – A feature object identifier
  • edit (int) – This is an unused flag. It 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 (length,cornerRad,floorRad,taperAngle)

length(list of str): Pointer to an array of three character pointers for length, width, and depth. This must be freed by calling UF_free.

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

floorRad(str): Pocket floor radius. This must be freed by calling UF_free.

taperAngle(str): Pocket taper angle. This must be freed by calling UF_free.

License requirements: None