ProbeToleranceParametersBuilder Class¶
-
class
NXOpen.CAM.ProbeToleranceParametersBuilder¶ Bases:
NXOpen.TaggedObjectRepresents a
NXOpen.CAM.ProbeToleranceParametersBuilderNew in version NX5.0.0.
Properties¶
| Property | Description |
|---|---|
| CylTolerance | Returns or sets the cyl tolerance |
| NullBandTolerance | Returns or sets the null band tolerance |
| OutputCylTolerance | Returns or sets the option to output the cylindrical tolerance |
| OutputNullBandTolerance | Returns or sets the option to output the null band tolerance zone |
| OutputTolerance | Returns or sets the option to output the tolerance |
| OutputUpperTolerance | Returns or sets the option to output the upper tolerance limit |
| Tag | Returns the Tag for this object. |
| Tolerance | Returns or sets the tolerance |
| UpperTolerance | Returns or sets the upper tolerance |
Methods¶
Property Detail¶
CylTolerance¶
-
ProbeToleranceParametersBuilder.CylTolerance¶ Returns or sets the cyl tolerance
-------------------------------------Getter Method
Signature
CylToleranceReturns: Return type: float New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CylToleranceParameters: cylTolerance (float) – New in version NX5.0.0.
License requirements: None.
NullBandTolerance¶
-
ProbeToleranceParametersBuilder.NullBandTolerance¶ Returns or sets the null band tolerance
-------------------------------------Getter Method
Signature
NullBandToleranceReturns: Return type: float New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
NullBandToleranceParameters: nullBandTolerance (float) – New in version NX5.0.0.
License requirements: None.
OutputCylTolerance¶
-
ProbeToleranceParametersBuilder.OutputCylTolerance¶ Returns or sets the option to output the cylindrical tolerance
-------------------------------------Getter Method
Signature
OutputCylToleranceReturns: Return type: bool New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
OutputCylToleranceParameters: newValue (bool) – New in version NX5.0.0.
License requirements: None.
OutputNullBandTolerance¶
-
ProbeToleranceParametersBuilder.OutputNullBandTolerance¶ Returns or sets the option to output the null band tolerance zone
-------------------------------------Getter Method
Signature
OutputNullBandToleranceReturns: Return type: bool New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
OutputNullBandToleranceParameters: newValue (bool) – New in version NX5.0.0.
License requirements: None.
OutputTolerance¶
-
ProbeToleranceParametersBuilder.OutputTolerance¶ Returns or sets the option to output the tolerance
-------------------------------------Getter Method
Signature
OutputToleranceReturns: Return type: bool New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
OutputToleranceParameters: newValue (bool) – New in version NX5.0.0.
License requirements: None.
OutputUpperTolerance¶
-
ProbeToleranceParametersBuilder.OutputUpperTolerance¶ Returns or sets the option to output the upper tolerance limit
-------------------------------------Getter Method
Signature
OutputUpperToleranceReturns: Return type: bool New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
OutputUpperToleranceParameters: newValue (bool) – New in version NX5.0.0.
License requirements: None.
Tolerance¶
-
ProbeToleranceParametersBuilder.Tolerance¶ Returns or sets the tolerance
-------------------------------------Getter Method
Signature
ToleranceReturns: Return type: float New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ToleranceParameters: tolerance (float) – New in version NX5.0.0.
License requirements: None.
UpperTolerance¶
-
ProbeToleranceParametersBuilder.UpperTolerance¶ Returns or sets the upper tolerance
-------------------------------------Getter Method
Signature
UpperToleranceReturns: Return type: float New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
UpperToleranceParameters: upperTolerance (float) – New in version NX5.0.0.
License requirements: None.