NXOpen.UF.ModlFeatures.AskCBoreHoleParms

ModlFeatures.AskCBoreHoleParms()

Refer to UF_MODL_ask_c_bore_hole_parms for documentation.

Signature: AskCBoreHoleParms(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 (diameter1,diameter2,depth1,depth2,tipAngle,thruFlag)

diameter1(str): Counterbore diameter. This must be freed by calling UF_free.

diameter2(str): Hole diameter. This must be freed by calling UF_free.

depth1(str): Counterbore depth. This must be freed by calling UF_free.

depth2(str): Hole depth for a none thru hole. This must be freed by calling UF_free.

tipAngle(str): Tip angle. This must be freed by calling UF_free.

thruFlag(int): A thru flag can be TRUE or FALSE, if set to TRUE then there is no depth to the hole.

License requirements: None