PartSheetmetalBendDefinitionMethodOptions Enumeration

NXOpen.Preferences.PartSheetmetal.BendDefinitionMethodOptions is an alias for NXOpen.Preferences.PartSheetmetalBendDefinitionMethodOptions

class NXOpen.Preferences.PartSheetmetalBendDefinitionMethodOptions

Bases: object

This enum represents the bend definition method options in preferences.

This is used to specify the bend definition method. You can choose to use a global Neutral Factor value OR a Bend Table OR a Bend Allowance Formula OR a Material Table.

New in version NX12.0.0.

Enum Members

Enum Member Enum Member Description
NeutralFactorValue The neutral factor value method
BendTable The bend table method
BendAllowanceFormula The bend allowance formula method
MaterialTable The material table method
ToolTable The tool table method
BendAllowanceTable The bend allowance table method
BendDeductionTable The bend deduction table method
BendDeductionFormula The bend deduction formula method
Din6935Formula The DIN6935 formula method
ValueOf()

Returns enum member equivalent to the value passed. Useful for bit operations of enum members.

Signature ValueOf(value)

Parameters:value – Any integer value or bit operation result of enum members:type value: int:returns: Enum member equivalent to the value passed.
Return type:Enum Member type.

New in version NX9.0.1.

License requirements: None.