NX Open C++ Reference Guide
|
Represents a MachineGroup Builder
To create a new instance of this class, use CAM::NCGroupCollection::CreateMachineGroupBuilder
Created in NX5.0.0.
More...
Public Types | |
enum | RetrieveToolPocketInformation { RetrieveToolPocketInformationNo, RetrieveToolPocketInformationYes } |
retrieve tool pocket information flag. More... | |
Public Member Functions | |
NXOpen::Assemblies::Component * | MachinePartOccurrence () |
Returns the Machine Part Occurrence This is only needed when the option assembly positioning is selected in Part Mounting Dialog and should be called before update cam setup. | |
NXOpen::CAM::InheritableFeedBuilder * | RapidFeed () |
Returns the Rapid Feed Rate Created in NX7.5.0. | |
void | RemoveMachine () |
Removes the machine part component from the CAM assembly and removes the machine data from the CAM setup. | |
void | SetMachinePartOccurrence (NXOpen::Assemblies::Component *machinePart) |
Sets the Machine Part Occurrence This is only needed when the option assembly positioning is selected in Part Mounting Dialog and should be called before update cam setup. | |
NXOpen::CAM::InheritableDoubleBuilder * | ToolChangeTime () |
Returns the Tool Change Time Created in NX7.5.0. | |
void | UpdateCamSetup (NXOpen::CAM::MachineGroupBuilder::RetrieveToolPocketInformation retrieveFlag, NXOpen::CAM::NcmctPartMountingBuilder *ncmctPartMountingBuilder) |
Adds machine model part file to the CAM part. | |
void | UpdateToolPathTime () |
Recalculate tool path time and update the operation navigator Created in NX7.5.0. |
Represents a MachineGroup Builder
To create a new instance of this class, use CAM::NCGroupCollection::CreateMachineGroupBuilder
Created in NX5.0.0.
Returns the Rapid Feed Rate
Created in NX7.5.0.
License requirements : None
void NXOpen::CAM::MachineGroupBuilder::SetMachinePartOccurrence | ( | NXOpen::Assemblies::Component * | machinePart | ) |
Returns the Tool Change Time
Created in NX7.5.0.
License requirements : None
void NXOpen::CAM::MachineGroupBuilder::UpdateCamSetup | ( | NXOpen::CAM::MachineGroupBuilder::RetrieveToolPocketInformation | retrieveFlag, |
NXOpen::CAM::NcmctPartMountingBuilder * | ncmctPartMountingBuilder | ||
) |
Adds machine model part file to the CAM part.
Creates Turret and Pocket Objects in the Operation Navigator - Machine Tool. Assign all tools to suitable pockets and displays the mounted tools if needed.
Create MCS Spindle groups in the operation navigator - geometry if _LATHE_SPINDLE component with Lathe Workplane junctions were defined in the machine kinematic model.
Created in NX8.0.0.
License requirements : cam_base ("CAM BASE")
retrieveFlag | retrieveflag |
ncmctPartMountingBuilder | ncmctpartmountingbuilder |
Recalculate tool path time and update the operation navigator
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")