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 (number_in_x,number_in_y,distance_x,distance_y)

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

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

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

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

License requirements: None