NX Open C++ Reference Guide
|
The cope corner is a corner that trims stocks at a junction. More...
Public Member Functions | |
std::vector < NXOpen::Routing::Stock * > | GetCopeStocks () |
Returns the ordered list of stocks coped at this corner. | |
std::vector < NXOpen::Features::Feature * > | GetFeatures () |
Returns the list of ROUTE_COPE features created to trim stocks. | |
NXOpen::Features::Feature * | GetStockCopeFeature (NXOpen::Routing::Stock *stock) |
Get ROUTE_COPE feature applied the given stock at the cope corner. | |
void | SetCopeStocks (const std::vector< NXOpen::Routing::Stock * > &copeStocks) |
Set the ordered list of stocks to cope. |
The cope corner is a corner that trims stocks at a junction.
Each stock in the cope trims in successive order to all of the previous stocks. The first stock in the cope is not trimmed.
To create a new instance of this class, use Routing::CopeCornerCollection::AssignCopeCorner
Created in NX4.0.0.
std::vector<NXOpen::Routing::Stock *> NXOpen::Routing::CopeCorner::GetCopeStocks | ( | ) |
Returns the ordered list of stocks coped at this corner.
std::vector<NXOpen::Features::Feature *> NXOpen::Routing::CopeCorner::GetFeatures | ( | ) |
Returns the list of ROUTE_COPE features created to trim stocks.
NXOpen::Features::Feature* NXOpen::Routing::CopeCorner::GetStockCopeFeature | ( | NXOpen::Routing::Stock * | stock | ) |
Get ROUTE_COPE feature applied the given stock at the cope corner.
stock | stock |
void NXOpen::Routing::CopeCorner::SetCopeStocks | ( | const std::vector< NXOpen::Routing::Stock * > & | copeStocks | ) |
Set the ordered list of stocks to cope.
The stocks must follow segments which are attached the control point of this cope.
Created in NX4.0.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
copeStocks | cope stocks |