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

Represents a Routing::ConnectPathBuilder . More...

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

List of all members.

Public Member Functions

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

Detailed Description

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.


Member Function Documentation

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

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

Parameters:
tolerancetolerance

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


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