|
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 | RemoveKinematics () |
| Removes the machine data from the CAM setup, but does not remove the machine part component from the CAM assembly. | |
| 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. | |
Public Member Functions inherited from NXOpen::CAM::NCGroupBuilder | |
| NXString | Description () |
| Returns the description Created in NX9.0.0. | |
| NXOpen::CAM::UdeSet * | EndUdeSet () |
| Returns the end ude set Created in NX7.5.0. | |
| void | SetDescription (const NXString &description) |
| Sets the description Created in NX9.0.0. | |
| void | SetDescription (const char *description) |
| Sets the description Created in NX9.0.0. | |
| NXOpen::CAM::UdeSet * | StartUdeSet () |
| Returns the start ude set Created in NX7.5.0. | |
Public Member Functions inherited from NXOpen::CAM::ParamBuilder | |
| NXOpen::CAM::Ude * | CycleEvent () |
| Returns the cycle event Created in NX7.5.0. | |
| NXOpen::CAM::Cycle * | CycleTable () |
| Returns the cycle Created in NX9.0.0. | |
| NXOpen::CAM::ParamBuilder::OptimizationTypes | OptimizationMethod () |
| Returns the optim method Created in NX5.0.0. | |
| void | SetOptimizationMethod (NXOpen::CAM::ParamBuilder::OptimizationTypes optimMethod) |
| Sets the optim method Created in NX5.0.0. | |
Public Member Functions inherited from NXOpen::Builder | |
| NXOpen::NXObject * | Commit () |
| Commits any edits that have been applied to the builder. | |
| void | Destroy () |
| Deletes the builder, and cleans up any objects created by the builder. | |
| std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
| For builders that create more than one object, this method returns the objects that are created by commit. | |
| NXOpen::NXObject * | GetObject () |
| Returns the object currently being edited by this builder. | |
| void | ShowResults () |
| Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
| virtual bool | Validate () |
| Validate whether the inputs to the component are sufficient for commit to be called. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents a MachineGroup Builder
To create a new instance of this class, use CAM::NCGroupCollection::CreateMachineGroupBuilder
Created in NX5.0.0.
| NXOpen::Assemblies::Component* NXOpen::CAM::MachineGroupBuilder::MachinePartOccurrence | ( | ) |
| NXOpen::CAM::InheritableFeedBuilder* NXOpen::CAM::MachineGroupBuilder::RapidFeed | ( | ) |
Returns the Rapid Feed Rate
Created in NX7.5.0.
License requirements : None
| void NXOpen::CAM::MachineGroupBuilder::RemoveKinematics | ( | ) |
| void NXOpen::CAM::MachineGroupBuilder::RemoveMachine | ( | ) |
| void NXOpen::CAM::MachineGroupBuilder::SetMachinePartOccurrence | ( | NXOpen::Assemblies::Component * | machinePart | ) |
| NXOpen::CAM::InheritableDoubleBuilder* NXOpen::CAM::MachineGroupBuilder::ToolChangeTime | ( | ) |
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 |
| void NXOpen::CAM::MachineGroupBuilder::UpdateToolPathTime | ( | ) |
Recalculate tool path time and update the operation navigator
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")