DefineNeutralFactorBuilder Class

class NXOpen.Tooling.DefineNeutralFactorBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represeents a NXOpen.Tooling.DefineNeutralFactorBuilder to define neutral factor according to material and formula in the spreadsheet table.

New in version NX10.0.0.

Properties

Property Description
BendDevelopedLength Returns or sets the bend developed length, the length of a unfolded bend feature
NeutralFactor Returns or sets the neutral factor used to calculate bend developed length
NeutralFactorFormula Returns or sets the neutral factor formula option, decides which method used to calculate the neutral factor
PartMaterial Returns or sets the part material
Tag Returns the Tag for this object.

Methods

Method Description
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Enumerations

DefineNeutralFactorBuilderFormulaOptions Enumeration Specifies the formula used to calculate the neutral factor value

Property Detail

BendDevelopedLength

DefineNeutralFactorBuilder.BendDevelopedLength

Returns or sets the bend developed length, the length of a unfolded bend feature

-------------------------------------

Getter Method

Signature BendDevelopedLength

Returns:
Return type:float

New in version NX10.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature BendDevelopedLength

Parameters:bendDevelopedLength (float) –

New in version NX10.0.0.

License requirements: None.

NeutralFactor

DefineNeutralFactorBuilder.NeutralFactor

Returns or sets the neutral factor used to calculate bend developed length

-------------------------------------

Getter Method

Signature NeutralFactor

Returns:
Return type:str

New in version NX10.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature NeutralFactor

Parameters:neutralFactor (str) –

New in version NX10.0.0.

License requirements: None.

NeutralFactorFormula

DefineNeutralFactorBuilder.NeutralFactorFormula

Returns or sets the neutral factor formula option, decides which method used to calculate the neutral factor

-------------------------------------

Getter Method

Signature NeutralFactorFormula

Returns:
Return type:NXOpen.Tooling.DefineNeutralFactorBuilderFormulaOptions

New in version NX10.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature NeutralFactorFormula

Parameters:neutralFactorFormula (NXOpen.Tooling.DefineNeutralFactorBuilderFormulaOptions) –

New in version NX10.0.0.

License requirements: None.

PartMaterial

DefineNeutralFactorBuilder.PartMaterial

Returns or sets the part material

-------------------------------------

Getter Method

Signature PartMaterial

Returns:
Return type:str

New in version NX10.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature PartMaterial

Parameters:partMaterial (str) –

New in version NX10.0.0.

License requirements: None.

Method Detail

Validate

DefineNeutralFactorBuilder.Validate

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven’t set it. This method throws a not-yet-implemented NXException for some components.

Signature Validate()

Returns:Was self validation successful
Return type:bool

New in version NX3.0.1.

License requirements: None.