DefineNeutralFactorBuilder Class¶
-
class
NXOpen.Tooling.DefineNeutralFactorBuilder¶ Bases:
NXOpen.TaggedObject,NXOpen.GeometricUtilities.IComponentBuilderRepreseents a
NXOpen.Tooling.DefineNeutralFactorBuilderto 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
BendDevelopedLengthReturns: Return type: float New in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
BendDevelopedLengthParameters: 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
NeutralFactorReturns: Return type: str New in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
NeutralFactorParameters: 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
NeutralFactorFormulaReturns: Return type: NXOpen.Tooling.DefineNeutralFactorBuilderFormulaOptionsNew in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
NeutralFactorFormulaParameters: 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
PartMaterialReturns: Return type: str New in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PartMaterialParameters: 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.