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. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
the decimal places
NXOpen::CAM::RoundPointBuilder::Output NXOpen::CAM::RoundPointBuilder::Decimals | ( | ) |
Returns the decimal places
Created in NX5.0.0.
License requirements : None
bool NXOpen::CAM::RoundPointBuilder::Rounding | ( | ) |
Returns the rounding status
Created in NX5.0.0.
License requirements : None
void NXOpen::CAM::RoundPointBuilder::SetDecimals | ( | NXOpen::CAM::RoundPointBuilder::Output | decimals | ) |
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 |