NX Open C++ Reference Guide
|
Represents a Routing::Electrical::AssignProxyBuilder . More...
Public Member Functions | |
NXOpen::Point * | Point () |
Returns the position of the proxy port to be created. | |
void | SetPoint (NXOpen::Point *point) |
Sets the position of the proxy port to be created. | |
void | SetVector (NXOpen::Direction *vector) |
Sets the direction of the proxy port to be created. | |
NXOpen::Direction * | Vector () |
Returns the direction of the proxy port to be created. |
Represents a Routing::Electrical::AssignProxyBuilder .
This is used to create a proxy port and assign it to a connector.
To create a new instance of this class, use Routing::RouteManager::CreateAssignProxyBuilder
Created in NX8.0.0.
Returns the position of the proxy port to be created.
Created in NX8.0.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical")
Sets the position of the proxy port to be created.
Created in NX8.0.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical")
point | point |
Sets the direction of the proxy port to be created.
Created in NX8.0.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical")
vector | vector |
Returns the direction of the proxy port to be created.
Created in NX8.0.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical")