NX Open C++ Reference Guide
|
Represents the round Point Builder
Created in NX5.0.0.
More...
Public Types | |
enum | Output { OutputNoRounding, OutputThousand, OutputHundred, OutputTen, OutputOne, OutputTenth, OutputHundredth, OutputThousandth, OutputTenThousandth, OutputHundredThousandth, OutputMillionth, OutputTenMillionth } |
the decimal places More... | |
Public Member Functions | |
NXOpen::CAM::RoundPointBuilder::Output | Decimals () |
Returns the decimal places Created in NX5.0.0. | |
bool | Rounding () |
Returns the rounding status Created in NX5.0.0. | |
void | SetDecimals (NXOpen::CAM::RoundPointBuilder::Output decimals) |
Sets the decimal places Created in NX5.0.0. | |
void | SetRounding (bool rounding) |
Sets the rounding status Created in NX5.0.0. |
the decimal places
Returns the decimal places
Created in NX5.0.0.
License requirements : None
Returns the rounding status
Created in NX5.0.0.
License requirements : None
Sets the decimal places
Created in NX5.0.0.
License requirements : None
decimals | decimals |
void NXOpen::CAM::RoundPointBuilder::SetRounding | ( | bool | rounding | ) |
Sets the rounding status
Created in NX5.0.0.
License requirements : None
rounding | rounding |