NX Open C++ Reference Guide
|
The Routing Corner is the abstract parent class of all other corner objects. More...
Public Types | |
enum | Type { TypeBend, TypeMiter, TypeCope, TypeDiscontinuity, TypeNone } |
Various Corner subtypes. More... | |
Public Member Functions | |
std::vector < NXOpen::Routing::Stock * > | GetStocks () |
Returns the stocks that are assigned to segments affected by this corner object. | |
NXOpen::Routing::ControlPoint * | Rcp () |
Returns the corner ControlPoint referenced by the Corner object. | |
void | SetRcp (NXOpen::Routing::ControlPoint *rcp) |
Sets the corner ControlPoint referenced by the Corner object. |
The Routing Corner is the abstract parent class of all other corner objects.
The corner object defines some behavior associated with segments and stocks that are connected at a single routing control point.
Corners are abstract objects.
Created in NX4.0.0.
Various Corner subtypes.
std::vector<NXOpen::Routing::Stock *> NXOpen::Routing::Corner::GetStocks | ( | ) |
Returns the stocks that are assigned to segments affected by this corner object.
Returns the corner ControlPoint referenced by the Corner object.
Created in NX4.0.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
void NXOpen::Routing::Corner::SetRcp | ( | NXOpen::Routing::ControlPoint * | rcp | ) |
Sets the corner ControlPoint referenced by the Corner object.
Created in NX4.0.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
rcp | rcp |