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

A discontinuity corner is a corner that forces Routing::Stock objects to split as they cover the segments attached to the discontinuity corner. More...

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

List of all members.

Public Member Functions

NXOpen::Routing::ISegmentFirstSegment ()
 Returns the first segment of a discontinuity corner, segment must be attached to the Routing::ControlPoint that defines this corner.
void Remove ()
 Removes (deletes) the input discontinuity corner.
NXOpen::Routing::ISegmentSecondSegment ()
 Returns the second segment of a discontinuity corner, segment must be attached to the Routing::ControlPoint that defines this corner.
void SetFirstSegment (NXOpen::Routing::ISegment *segment)
 Sets the first segment of a discontinuity corner, segment must be attached to the Routing::ControlPoint that defines this corner.
void SetSecondSegment (NXOpen::Routing::ISegment *segment)
 Sets the second segment of a discontinuity corner, segment must be attached to the Routing::ControlPoint that defines this corner.

Detailed Description

A discontinuity corner is a corner that forces Routing::Stock objects to split as they cover the segments attached to the discontinuity corner.

The discontinuity specifies over which two segments (at a junction of 2 or more segments) that the break should occur.
To create a new instance of this class, use Routing::DiscontinuityCornerCollection::Create

Created in NX4.0.0.


Member Function Documentation

Returns the first segment of a discontinuity corner, segment must be attached to the Routing::ControlPoint that defines this corner.


Created in NX4.0.0.

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

Removes (deletes) the input discontinuity corner.


Created in NX5.0.0.

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

Returns the second segment of a discontinuity corner, segment must be attached to the Routing::ControlPoint that defines this corner.


Created in NX4.0.0.

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

Sets the first segment of a discontinuity corner, segment must be attached to the Routing::ControlPoint that defines this corner.


Created in NX4.0.0.

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

Parameters:
segmentsegment

Sets the second segment of a discontinuity corner, segment must be attached to the Routing::ControlPoint that defines this corner.


Created in NX4.0.0.

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

Parameters:
segmentsegment

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