NX Open C++ Reference Guide
|
A discontinuity corner is a corner that forces Routing::Stock objects to split as they cover the segments attached to the discontinuity corner. More...
Public Member Functions | |
NXOpen::Routing::ISegment * | FirstSegment () |
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::ISegment * | SecondSegment () |
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. |
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.
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")
segment | segment |
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")
segment | segment |