NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::Routing::Corner Class Reference

The Routing Corner is the abstract parent class of all other corner objects. More...

Inheritance diagram for NXOpen::Routing::Corner:
NXOpen::NXObject NXOpen::TaggedObject NXOpen::INXObject NXOpen::Routing::BendCorner NXOpen::Routing::CopeCorner NXOpen::Routing::DiscontinuityCorner NXOpen::Routing::MiterCorner

List of all members.

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::ControlPointRcp ()
 Returns the corner ControlPoint referenced by the Corner object.
void SetRcp (NXOpen::Routing::ControlPoint *rcp)
 Sets the corner ControlPoint referenced by the Corner object.

Detailed Description

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.


Member Enumeration Documentation

Various Corner subtypes.

Enumerator:
TypeBend 

Bend corner.

TypeMiter 

Miter corner.

TypeCope 

Cope corner.

TypeDiscontinuity 

Discontinuity corner.

TypeNone 

No corner.


Member Function Documentation

Returns the stocks that are assigned to segments affected by this corner object.

Returns:

Created in NX4.0.0.

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

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

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

Parameters:
rcprcp

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