NX Open C++ Reference Guide
|
Represents a Rout Swept Fold Builder
To create a new instance of this class, use Routing::RouteManager::CreateRouteSweptFoldBuilder
Created in NX7.0.0.
More...
Public Member Functions | |
NXOpen::Expression * | BendAngle () |
Returns the bend angle Created in NX7.5.0. | |
NXOpen::Expression * | BendRadius () |
Returns the bend radius Created in NX7.5.0. | |
NXOpen::GeometricUtilities::OnPathDimensionBuilder * | FoldLocation () |
Returns the fold location Created in NX7.5.0. | |
NXOpen::Expression * | FoldRotationAngle () |
Returns the fold rotation angle Created in NX7.5.0. | |
NXOpen::Expression * | FoldStartRotationAngle () |
Returns the fold start rotation angle Created in NX7.5.0. | |
NXOpen::Expression * | LengthAdjustment () |
Returns the length adjustment Created in NX7.5.0. | |
bool | ReverseBendAngle () |
Returns the reverse bend angle Created in NX7.5.0. | |
bool | ReverseFixedSegment () |
Returns the reverse fixed segment Created in NX7.5.0. | |
bool | ReverseFoldRotationAngle () |
Returns the reverse fold rotation angle Created in NX7.5.0. | |
void | SetReverseBendAngle (bool reverseBendAngle) |
Sets the reverse bend angle Created in NX7.5.0. | |
void | SetReverseFixedSegment (bool reverseFixedSegment) |
Sets the reverse fixed segment Created in NX7.5.0. | |
void | SetReverseFoldRotationAngle (bool reverseFoldRotationAngle) |
Sets the reverse fold rotation angle Created in NX7.5.0. | |
void | SetStock (NXOpen::Routing::Stock *stock) |
Sets the value of stock, stock width and stock thickness to the builder. | |
NXOpen::Curve * | Spline () |
Returns the spline stored in the builder. | |
NXOpen::SelectBody * | StockSelection () |
Returns the stock selection. |
Represents a Rout Swept Fold Builder
To create a new instance of this class, use Routing::RouteManager::CreateRouteSweptFoldBuilder
Created in NX7.0.0.
Returns the bend angle
Created in NX7.5.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
Returns the bend radius
Created in NX7.5.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
NXOpen::GeometricUtilities::OnPathDimensionBuilder* NXOpen::Routing::RouteSweptFoldBuilder::FoldLocation | ( | ) |
Returns the fold location
Created in NX7.5.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
Returns the fold rotation angle
Created in NX7.5.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
Returns the fold start rotation angle
Created in NX7.5.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
Returns the length adjustment
Created in NX7.5.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
Returns the reverse bend angle
Created in NX7.5.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
Returns the reverse fixed segment
Created in NX7.5.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
Returns the reverse fold rotation angle
Created in NX7.5.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
void NXOpen::Routing::RouteSweptFoldBuilder::SetReverseBendAngle | ( | bool | reverseBendAngle | ) |
Sets the reverse bend angle
Created in NX7.5.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
reverseBendAngle | reversebendangle |
void NXOpen::Routing::RouteSweptFoldBuilder::SetReverseFixedSegment | ( | bool | reverseFixedSegment | ) |
Sets the reverse fixed segment
Created in NX7.5.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
reverseFixedSegment | reversefixedsegment |
void NXOpen::Routing::RouteSweptFoldBuilder::SetReverseFoldRotationAngle | ( | bool | reverseFoldRotationAngle | ) |
Sets the reverse fold rotation angle
Created in NX7.5.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
reverseFoldRotationAngle | reversefoldrotationangle |
Sets the value of stock, stock width and stock thickness to the builder.
This will set the stock only if it has rectangular cross section. After setting the stock it will create and set the spline for the builder. It will also set the spline curves for the builder if the stock has more than one segments.
Created in NX7.5.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
stock | Selected Stock |
Returns the spline stored in the builder.
Created in NX7.5.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
Returns the stock selection.
This will be the solid body
Created in NX7.5.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")