NX Open C++ Reference Guide
Public Member Functions
NXOpen::Routing::ConnectedCurvesBuilder Class Reference

Builder for creating automatically creating segments on end-to-end connected curves. More...

Inheritance diagram for NXOpen::Routing::ConnectedCurvesBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

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::SelectCurveListCurveSelection ()
 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.

Detailed Description

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.


Member Function Documentation

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")

Finds all curves attached end-to-end with the current list of selected curves.

The returned list of curves includes the selected curves.

Returns:

Created in NX6.0.0.

License requirements : routing_mechanical ("Routing Mechanical") OR routing_electrical ("Routing Electrical") OR routing_combined ("Routing Combined")

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")

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")

Parameters:
allowArcsallowarcs

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")

Parameters:
allowLinesallowlines

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")

Parameters:
allowOccsallowoccs

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")

Parameters:
allowSplinesallowsplines

The documentation for this class was generated from the following file:
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.