NX Open C++ Reference Guide
|
To create a new instance of this class, use Routing::RouteManager::CreatePlacementSolutionsBuilder
Created in NX7.5.0.
More...
Public Member Functions | |
void | ApplyConstraintsAndClear () |
Commit the solution and apply constraints if needed. | |
void | ApplyConstraintsAndClear (bool lockEngagement, bool lockRotation) |
Commit the solution and apply constraints if needed. | |
void | ApplyConstraintsAndClear (bool lockEngagement, bool lockRotation, bool fixPart) |
Commit the solution and apply constraints if needed. | |
void | ApplyPortRotation (double angle) |
Applies a rotation to the component about the axis of the port being used for placement. | |
void | FirstSolution () |
Cycle to the first solution. | |
void | InitializePlacementData (NXOpen::TaggedObject *part, const NXOpen::Point3d &placementPos, NXOpen::TaggedObject *partToPlace) |
Initialize Placement Data Created in NX7.5.0. | |
void | NextSolution () |
Cycle to the next solution. | |
void | PreviousSolution () |
Cycle to the previous solution Created in NX7.5.0. |
To create a new instance of this class, use Routing::RouteManager::CreatePlacementSolutionsBuilder
Created in NX7.5.0.
Commit the solution and apply constraints if needed.
Created in NX7.5.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
void NXOpen::Routing::PlacementSolutionsBuilder::ApplyConstraintsAndClear | ( | bool | lockEngagement, |
bool | lockRotation | ||
) |
Commit the solution and apply constraints if needed.
Created in NX7.5.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
lockEngagement | Lock engagement if applicable. |
lockRotation | Lock Rotation if applicable. |
void NXOpen::Routing::PlacementSolutionsBuilder::ApplyConstraintsAndClear | ( | bool | lockEngagement, |
bool | lockRotation, | ||
bool | fixPart | ||
) |
Commit the solution and apply constraints if needed.
Created in NX7.5.2.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
lockEngagement | Lock engagement if applicable. |
lockRotation | Lock Rotation if applicable. |
fixPart | Fix Part if applicable. |
void NXOpen::Routing::PlacementSolutionsBuilder::ApplyPortRotation | ( | double | angle | ) |
Applies a rotation to the component about the axis of the port being used for placement.
Created in NX7.5.2.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
angle | Angle to apply. |
Cycle to the first solution.
Created in NX7.5.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
void NXOpen::Routing::PlacementSolutionsBuilder::InitializePlacementData | ( | NXOpen::TaggedObject * | part, |
const NXOpen::Point3d & | placementPos, | ||
NXOpen::TaggedObject * | partToPlace | ||
) |
Initialize Placement Data
Created in NX7.5.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
part | The part which the new part was dropped on. |
placementPos | Location the part was placed |
partToPlace | The part being placed. |
Cycle to the next solution.
Created in NX7.5.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
Cycle to the previous solution
Created in NX7.5.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")