NX Open C++ Reference Guide
|
Builder for creating automatically creating segments on end-to-end connected curves. More...
Public Member Functions | |
bool | AllowArcs () |
Returns the flag that allows traversal of arcs when finding connected curves. | |
bool | AllowLines () |
Returns the flag that allows traversal of lines when finding connected curves. | |
bool | AllowOccs () |
Returns the flag that allows traversal of curve occurrences when finding connected curves. | |
bool | AllowSplines () |
Returns the flag that allows traversal of splines when finding connected curves. | |
std::vector< NXOpen::Curve * > | ChainSelectedCurves () |
Finds all curves attached end-to-end with the current list of selected curves. | |
NXOpen::SelectCurveList * | CurveSelection () |
Returns the list of selected curves. | |
void | SetAllowArcs (bool allowArcs) |
Sets the flag that allows traversal of arcs when finding connected curves. | |
void | SetAllowLines (bool allowLines) |
Sets the flag that allows traversal of lines when finding connected curves. | |
void | SetAllowOccs (bool allowOccs) |
Sets the flag that allows traversal of curve occurrences when finding connected curves. | |
void | SetAllowSplines (bool allowSplines) |
Sets the flag that allows traversal of splines when finding connected curves. |
Builder for creating automatically creating segments on end-to-end connected curves.
To create a new instance of this class, use Routing::RouteManager::CreateConnectedCurvesBuilder
Default values.
Property | Value |
---|---|
AllowArcs |
1 |
AllowLines |
1 |
AllowOccs |
1 |
AllowSplines |
1 |
Created in NX6.0.0.
Returns the flag that allows traversal of arcs when finding connected curves.
If False, the traversal will stop when it hits an arc curve. In addition the curve selection list will not allow arcs to be added to the list.
Created in NX6.0.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
Returns the flag that allows traversal of lines when finding connected curves.
If False, the traversal will stop when it hits a line curve. In addition the curve selection list will not allow lines to be added to the list.
Created in NX6.0.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
Returns the flag that allows traversal of curve occurrences when finding connected curves.
If False, the traversal will stop when it hits a curve occurrence. In addition the curve selection list will not allow curve occurrences to be added to the list.
Created in NX6.0.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
Returns the flag that allows traversal of splines when finding connected curves.
If False, the traversal will stop when it hits an spline curve. In addition the curve selection list will not allow splines to be added to the list.
Created in NX6.0.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
std::vector<NXOpen::Curve *> NXOpen::Routing::ConnectedCurvesBuilder::ChainSelectedCurves | ( | ) |
Finds all curves attached end-to-end with the current list of selected curves.
The returned list of curves includes the selected curves.
Returns the list of selected curves.
Created in NX6.0.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
void NXOpen::Routing::ConnectedCurvesBuilder::SetAllowArcs | ( | bool | allowArcs | ) |
Sets the flag that allows traversal of arcs when finding connected curves.
If False, the traversal will stop when it hits an arc curve. In addition the curve selection list will not allow arcs to be added to the list.
Created in NX6.0.0.
License requirements : routing_mechanical ("Routing Mechanical") OR routing_electrical ("Routing Electrical") OR routing_combined ("Routing Combined")
allowArcs | allowarcs |
void NXOpen::Routing::ConnectedCurvesBuilder::SetAllowLines | ( | bool | allowLines | ) |
Sets the flag that allows traversal of lines when finding connected curves.
If False, the traversal will stop when it hits a line curve. In addition the curve selection list will not allow lines to be added to the list.
Created in NX6.0.0.
License requirements : routing_mechanical ("Routing Mechanical") OR routing_electrical ("Routing Electrical") OR routing_combined ("Routing Combined")
allowLines | allowlines |
void NXOpen::Routing::ConnectedCurvesBuilder::SetAllowOccs | ( | bool | allowOccs | ) |
Sets the flag that allows traversal of curve occurrences when finding connected curves.
If False, the traversal will stop when it hits a curve occurrence. In addition the curve selection list will not allow curve occurrences to be added to the list.
Created in NX6.0.0.
License requirements : routing_mechanical ("Routing Mechanical") OR routing_electrical ("Routing Electrical") OR routing_combined ("Routing Combined")
allowOccs | allowoccs |
void NXOpen::Routing::ConnectedCurvesBuilder::SetAllowSplines | ( | bool | allowSplines | ) |
Sets the flag that allows traversal of splines when finding connected curves.
If False, the traversal will stop when it hits an spline curve. In addition the curve selection list will not allow splines to be added to the list.
Created in NX6.0.0.
License requirements : routing_mechanical ("Routing Mechanical") OR routing_electrical ("Routing Electrical") OR routing_combined ("Routing Combined")
allowSplines | allowsplines |