NX Open C++ Reference Guide
|
Represents a Routing::ConnectPathBuilder . More...
Public Member Functions | |
NXOpen::SelectNXObjectList * | Selection () |
Returns the Routing.ControlPoints that are selected. | |
void | SetTolerance (double tolerance) |
Sets the 3D distance within which Routing.ControlPoints will be considered duplicates and some will be merged away so that only one Routing.ControlPoint remains. | |
double | Tolerance () |
Returns the 3D distance within which Routing.ControlPoints will be considered duplicates and some will be merged away so that only one Routing.ControlPoint remains. |
Represents a Routing::ConnectPathBuilder .
Routing.ConnectPathBuilderis used to control the connecting of Routing.ControlPoints within the distance tolerance specified. This eliminates duplicate Routing.ControlPoints such that only one Routing.ControlPoint remains. The Routing.Segments that were defined by the duplicate Routing.ControlPoints are now defined by the remaining Routing.ControlPoint. Routing.ConnectPath is the reverse operation to Routing.DiscontinuityCorner.
To create a new instance of this class, use Routing::RouteManager::CreateConnectPathBuilder
Default values.
Property | Value |
---|---|
Tolerance |
0.01 (millimeters part), 0.001 (inches part) |
Created in NX7.5.0.
Returns the Routing.ControlPoints that are selected.
Created in NX7.5.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
void NXOpen::Routing::ConnectPathBuilder::SetTolerance | ( | double | tolerance | ) |
Sets the 3D distance within which Routing.ControlPoints will be considered duplicates and some will be merged away so that only one Routing.ControlPoint remains.
Created in NX7.5.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
tolerance | tolerance |
Returns the 3D distance within which Routing.ControlPoints will be considered duplicates and some will be merged away so that only one Routing.ControlPoint remains.
Created in NX7.5.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")