NXOpen.UF.Modeling.AskChamferParms

Modeling.AskChamferParms()

Refer to UF_MODL_ask_chamfer_parms for documentation.

Signature: AskChamferParms(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 (subtype,radius1,radius2,theta)

subtype(int): Chamfer subtype 1 = Single offset. 2 = Double offsets. 3 = Offset and angle. 4 = Freeform Single Offset 5 = Freeform Double Offset

radius1(str): Chamfer offset. This must be freed by calling UF_free.

radius2(str): Chamfer offset not valid for subtype 1 and 3. This must be freed by calling UF_free.

theta(str): Chamfer angle not valid for subtype 1 and 2. This must be freed by calling UF_free.

License requirements: None