ProbeToleranceParametersBuilder Class

class NXOpen.CAM.ProbeToleranceParametersBuilder

Bases: NXOpen.TaggedObject

Represents a NXOpen.CAM.ProbeToleranceParametersBuilder

New 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 CylTolerance

Returns:
Return type:float

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature CylTolerance

Parameters:cylTolerance (float) –

New in version NX5.0.0.

License requirements: None.

NullBandTolerance

ProbeToleranceParametersBuilder.NullBandTolerance

Returns or sets the null band tolerance

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

Getter Method

Signature NullBandTolerance

Returns:
Return type:float

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature NullBandTolerance

Parameters: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 OutputCylTolerance

Returns:
Return type:bool

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature OutputCylTolerance

Parameters: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 OutputNullBandTolerance

Returns:
Return type:bool

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature OutputNullBandTolerance

Parameters: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 OutputTolerance

Returns:
Return type:bool

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature OutputTolerance

Parameters: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 OutputUpperTolerance

Returns:
Return type:bool

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature OutputUpperTolerance

Parameters:newValue (bool) –

New in version NX5.0.0.

License requirements: None.

Tolerance

ProbeToleranceParametersBuilder.Tolerance

Returns or sets the tolerance

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

Getter Method

Signature Tolerance

Returns:
Return type:float

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature Tolerance

Parameters:tolerance (float) –

New in version NX5.0.0.

License requirements: None.

UpperTolerance

ProbeToleranceParametersBuilder.UpperTolerance

Returns or sets the upper tolerance

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

Getter Method

Signature UpperTolerance

Returns:
Return type:float

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature UpperTolerance

Parameters:upperTolerance (float) –

New in version NX5.0.0.

License requirements: None.