RoundPointBuilder Class

class NXOpen.CAM.RoundPointBuilder

Bases: NXOpen.TaggedObject

Represents the round Point Builder

New in version NX5.0.0.

Properties

Property Description
Decimals Returns or sets the decimal places
Rounding Returns or sets the rounding status
Tag Returns the Tag for this object.

Methods

Enumerations

RoundPointBuilderOutput Enumeration the decimal places

Property Detail

Decimals

RoundPointBuilder.Decimals

Returns or sets the decimal places

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

Getter Method

Signature Decimals

Returns:
Return type:NXOpen.CAM.RoundPointBuilderOutput

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature Decimals

Parameters:decimals (NXOpen.CAM.RoundPointBuilderOutput) –

New in version NX5.0.0.

License requirements: None.

Rounding

RoundPointBuilder.Rounding

Returns or sets the rounding status

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

Getter Method

Signature Rounding

Returns:
Return type:bool

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature Rounding

Parameters:rounding (bool) –

New in version NX5.0.0.

License requirements: None.