NX Open C++ Reference Guide
|
This class defines a mitered corner. More...
Public Member Functions | |
std::vector < NXOpen::Routing::ISegment * > | GetSegments () |
Gets the segments of the miter corner object. |
This class defines a mitered corner.
That is a corner where the stock is extended and trimmed to form a flush connection at an angle. When stock is updated, the stock solid body is extended and then trimmed to the miter plain. The miter plane is defined as the plane that is perpendicular to the plane formed by the two linear segments that meet at the corner, and bisecting the angle between the two linear segments.
To create a new instance of this class, use Routing::MiterCornerCollection::AssignCorner
Created in NX4.0.0.
std::vector<NXOpen::Routing::ISegment *> NXOpen::Routing::MiterCorner::GetSegments | ( | ) |
Gets the segments of the miter corner object.