NXOpen.UF.Modl.AskTSlotParms

Modl.AskTSlotParms()

Refer to UF_MODL_ask_t_slot_parms for documentation.

Signature: AskTSlotParms(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 (topWidth,topDepth,bottomWidth,bottomDepth,distance,thruFlag)

topWidth(str): Slot top width. This must be freed by calling UF_free.

topDepth(str): Slot top depth. This must be freed by calling UF_free.

bottomWidth(str): Slot bottom width. This must be freed by calling UF_free.

bottomDepth(str): Slot bottom depth. This must be freed by calling UF_free.

distance(str): Slot distance for a none thru slot. 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 distance to the slot.

License requirements: None