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. | |
![]() | |
NXOpen::NXObject * | Commit () |
Commits any edits that have been applied to the builder. | |
void | Destroy () |
Deletes the builder, and cleans up any objects created by the builder. | |
std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
For builders that create more than one object, this method returns the objects that are created by commit. | |
NXOpen::NXObject * | GetObject () |
Returns the object currently being edited by this builder. | |
void | ShowResults () |
Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
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.
NXOpen::Expression* NXOpen::Formboard::LayoutLengthOptions::NetlistLengthIncrement | ( | ) |
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 : routing_harness ("Routing Harness")
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 : routing_harness ("Routing Harness")
NXOpen::Expression* NXOpen::Formboard::LayoutLengthOptions::OverstockLengthIncrement | ( | ) |
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 : routing_harness ("Routing Harness")
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 : routing_harness ("Routing Harness")
NXOpen::Expression* NXOpen::Formboard::LayoutLengthOptions::SegmentLengthIncrement | ( | ) |
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 : routing_harness ("Routing Harness")
NXOpen::Formboard::LayoutLengthOptions::RoundingMethod NXOpen::Formboard::LayoutLengthOptions::SegmentRoundingMethod | ( | ) |
Returns the rounding method to apply to segment lengths.
Created in NX7.5.0.
License requirements : routing_harness ("Routing Harness")
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 : routing_harness ("Routing Harness")
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 : routing_harness ("Routing Harness")
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 : routing_harness ("Routing Harness")
segmentRoundingMethod | segmentroundingmethod |