NXOpen.UF.ModlGeneral.AskLinearIsetParms

ModlGeneral.AskLinearIsetParms()

Refer to UF_MODL_ask_linear_iset_parms for documentation.

Signature: AskLinearIsetParms(featureObjId, edit)

Parameters:
  • featureObjId (Tag) – Linear instance set feature identifier.
  • edit (int) – This is an unused flag. It normally determines whether to return the right-hand side or both sides of an expression. Currently, both sides of an expression are returned. Set the value of this flag to integer value 1.
Returns:

A Tuple

Return type:

A tuple consisting of (numberInX,numberInY,distanceX,distanceY)

numberInX(str): Expression containing the number of instances in the X direction. This must be freed by calling UF_free.

numberInY(str): Expression containing the number of instances in the Y direction. This must be freed by calling UF_free.

distanceX(str): The distance between instances in the X direction. This must be freed by calling UF_free.

distanceY(str): The distance between instances in the Y direction. This must be freed by calling UF_free.

License requirements: None