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

The cope corner is a corner that trims stocks at a junction. More...

Inheritance diagram for NXOpen::Routing::CopeCorner:
NXOpen::Routing::Corner NXOpen::NXObject NXOpen::TaggedObject NXOpen::INXObject

List of all members.

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::FeatureGetStockCopeFeature (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.

Detailed Description

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.


Member Function Documentation

Returns the ordered list of stocks coped at this corner.

Returns:

Created in NX4.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Returns the list of ROUTE_COPE features created to trim stocks.

Returns:

Created in NX4.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Get ROUTE_COPE feature applied the given stock at the cope corner.

Returns:
Cope feature at the given stock.
Created in NX4.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
Parameters:
stockstock
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")

Parameters:
copeStockscope stocks

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