NX Open C++ Reference Guide
|
Defines the various options for determining the rounded lengths of formboard geometry during the layout or update process. More...
Public Types | |
enum | RoundingMethod { RoundingMethodExact, RoundingMethodNearest, RoundingMethodUpToNearest, RoundingMethodDownToNearest } |
Methods of rounding lengths for Formboard geometry. More... | |
Public Member Functions | |
NXOpen::Expression * | NetlistLengthIncrement () |
Returns the connection list length increment. | |
NXOpen::Formboard::LayoutLengthOptions::RoundingMethod | NetlistRoundingMethod () |
Returns the rounding method to apply to Connection List lengths. | |
NXOpen::Expression * | OverstockLengthIncrement () |
Returns the overstock length increment. | |
NXOpen::Formboard::LayoutLengthOptions::RoundingMethod | OverstockRoundingMethod () |
Returns the rounding method to apply to overstock wrapped lengths. | |
NXOpen::Expression * | SegmentLengthIncrement () |
Returns the segment length increment. | |
NXOpen::Formboard::LayoutLengthOptions::RoundingMethod | SegmentRoundingMethod () |
Returns the rounding method to apply to segment lengths. | |
void | SetNetlistRoundingMethod (NXOpen::Formboard::LayoutLengthOptions::RoundingMethod netlistRoundingMethod) |
Sets the rounding method to apply to Connection List lengths. | |
void | SetOverstockRoundingMethod (NXOpen::Formboard::LayoutLengthOptions::RoundingMethod overstockRoundingMethod) |
Sets the rounding method to apply to overstock wrapped lengths. | |
void | SetSegmentRoundingMethod (NXOpen::Formboard::LayoutLengthOptions::RoundingMethod segmentRoundingMethod) |
Sets the rounding method to apply to segment lengths. |
Defines the various options for determining the rounded lengths of formboard geometry during the layout or update process.
Created automatically by containing classes.
Created in NX7.5.0.
Methods of rounding lengths for Formboard geometry.
The rounding method determines the value of the length in the Formboard by modifying the original length values from the 3D harness part file.
Returns the connection list length increment.
Only used when the Formboard::LayoutLengthOptions::NetlistRoundingMethod and Formboard::LayoutLengthOptions::SetNetlistRoundingMethod is Formboard::LayoutLengthOptions::RoundingMethodUpToNearest or Formboard::LayoutLengthOptions::RoundingMethodDownToNearest .
Created in NX7.5.0.
License requirements : None
NXOpen::Formboard::LayoutLengthOptions::RoundingMethod NXOpen::Formboard::LayoutLengthOptions::NetlistRoundingMethod | ( | ) |
Returns the rounding method to apply to Connection List lengths.
Created in NX7.5.0.
License requirements : None
Returns the overstock length increment.
Only used when the Formboard::LayoutLengthOptions::OverstockRoundingMethod and Formboard::LayoutLengthOptions::SetOverstockRoundingMethod is Formboard::LayoutLengthOptions::RoundingMethodUpToNearest or Formboard::LayoutLengthOptions::RoundingMethodDownToNearest .
Created in NX7.5.0.
License requirements : None
NXOpen::Formboard::LayoutLengthOptions::RoundingMethod NXOpen::Formboard::LayoutLengthOptions::OverstockRoundingMethod | ( | ) |
Returns the rounding method to apply to overstock wrapped lengths.
Created in NX7.5.0.
License requirements : None
Returns the segment length increment.
Only used when the Formboard::LayoutLengthOptions::SegmentRoundingMethod and Formboard::LayoutLengthOptions::SetSegmentRoundingMethod is Formboard::LayoutLengthOptions::RoundingMethodUpToNearest or Formboard::LayoutLengthOptions::RoundingMethodDownToNearest .
Created in NX7.5.0.
License requirements : None
NXOpen::Formboard::LayoutLengthOptions::RoundingMethod NXOpen::Formboard::LayoutLengthOptions::SegmentRoundingMethod | ( | ) |
Returns the rounding method to apply to segment lengths.
Created in NX7.5.0.
License requirements : None
void NXOpen::Formboard::LayoutLengthOptions::SetNetlistRoundingMethod | ( | NXOpen::Formboard::LayoutLengthOptions::RoundingMethod | netlistRoundingMethod | ) |
Sets the rounding method to apply to Connection List lengths.
Created in NX7.5.0.
License requirements : None
netlistRoundingMethod | netlistroundingmethod |
void NXOpen::Formboard::LayoutLengthOptions::SetOverstockRoundingMethod | ( | NXOpen::Formboard::LayoutLengthOptions::RoundingMethod | overstockRoundingMethod | ) |
Sets the rounding method to apply to overstock wrapped lengths.
Created in NX7.5.0.
License requirements : None
overstockRoundingMethod | overstockroundingmethod |
void NXOpen::Formboard::LayoutLengthOptions::SetSegmentRoundingMethod | ( | NXOpen::Formboard::LayoutLengthOptions::RoundingMethod | segmentRoundingMethod | ) |
Sets the rounding method to apply to segment lengths.
Created in NX7.5.0.
License requirements : None
segmentRoundingMethod | segmentroundingmethod |