NX Open C++ Reference Guide
Classes | Public Types | Public Member Functions
NXOpen::CAM::OperationCollection Class Reference

Represents the operation collection
To obtain an instance of this class, refer to CAM::CAMSetup

Created in NX4.0.0. More...

Inheritance diagram for NXOpen::CAM::OperationCollection:
NXOpen::TaggedObjectCollection

List of all members.

Classes

class  iterator
 Iterator for accessing the contents of the collection. More...

Public Types

enum  UseDefaultName { UseDefaultNameFalse, UseDefaultNameTrue }
 Whether use the default name in creation. More...

Public Member Functions

iterator begin ()
 Returns an iterator addressing the first element.
NXOpen::CAM::OperationCreate (NXOpen::CAM::NCGroup *parentProgramGroup, NXOpen::CAM::NCGroup *parentMethodGroup, NXOpen::CAM::NCGroup *parentToolGroup, NXOpen::CAM::NCGroup *parentGeometryGroup, const NXString &typeName, const NXString &subtypeName, NXOpen::CAM::OperationCollection::UseDefaultName useDefaultName, const NXString &newOperationName)
 Create an operation of the specified type and subtype under the parent groups.
NXOpen::CAM::CavityMillingBuilderCreateCavityMillingBuilder (NXOpen::CAM::CAMObject *param)
 Creates a planar milling cavity operation builder.
NXOpen::CAM::CenterlineDrillTurningBuilderCreateCenterlineDrillTurningBuilder (NXOpen::CAM::CAMObject *param)
 Creates a centerline drill turning operation builder.
NXOpen::CAM::CylinderMillingBuilderCreateCylinderMillingBuilder (NXOpen::CAM::CAMObject *param)
 Creates a Cylinder Milling operation builder.
NXOpen::CAM::DPMItpBuilderCreateDpmitpBuilder (NXOpen::CAM::CAMObject *param)
 Creates an itp builder.
NXOpen::CAM::EngravingBuilderCreateEngravingBuilder (NXOpen::CAM::CAMObject *param)
 Creates a planar milling text operation builder.
NXOpen::CAM::FaceMillingBuilderCreateFaceMillingBuilder (NXOpen::CAM::CAMObject *param)
 Creates a planar milling facing operation builder.
NXOpen::CAM::FeatureMillingBuilderCreateFeatureMillingBuilder (NXOpen::CAM::CAMObject *param)
 Creates a planar milling hole (feature based) operation builder.
NXOpen::CAM::FinishTurningBuilderCreateFinishTurningBuilder (NXOpen::CAM::CAMObject *param)
 Creates a finish turning operation builder.
NXOpen::CAM::FloorMillingBuilderCreateFloorMillingBuilder (NXOpen::CAM::CAMObject *param)
 Creates a floor milling operation builder.
NXOpen::CAM::FloorWallMillingBuilderCreateFloorWallMillingBuilder (NXOpen::CAM::CAMObject *param)
 Creates a floor wall milling operation builder.
NXOpen::CAM::GmcOpBuilderCreateGmcopBuilder (NXOpen::CAM::CAMObject *param)
 Creates GmcOp builder.
NXOpen::CAM::HoleMakingBuilderCreateHoleMakingBuilder (NXOpen::CAM::CAMObject *param)
 Creates a hole making operation builder.
NXOpen::CAM::LatheMachineControlBuilderCreateLatheMachineControlBuilder (NXOpen::CAM::CAMObject *param)
 Creates a lathe machine control operation builder.
NXOpen::CAM::LatheUserDefinedBuilderCreateLatheUserDefinedBuilder (NXOpen::CAM::CAMObject *param)
 Creates a lathe user defined operation builder.
NXOpen::CAM::MillMachineControlBuilderCreateMillMachineControlBuilder (NXOpen::CAM::CAMObject *param)
 Creates a mill machine control operation builder.
NXOpen::CAM::MillUserDefinedBuilderCreateMillUserDefinedBuilder (NXOpen::CAM::CAMObject *param)
 Creates a mill user defined operation builder.
NXOpen::CAM::PlanarMillingBuilderCreatePlanarMillingBuilder (NXOpen::CAM::CAMObject *param)
 Creates a planar milling planar operation builder.
NXOpen::CAM::PlungeMillingBuilderCreatePlungeMillingBuilder (NXOpen::CAM::CAMObject *param)
 Creates a planar milling plunge operation builder.
NXOpen::CAM::PointToPointBuilderCreatePointToPointBuilder (NXOpen::CAM::CAMObject *param)
 Creates a point to point operation builder.
NXOpen::CAM::RoughTurningBuilderCreateRoughTurningBuilder (NXOpen::CAM::CAMObject *param)
 Creates a rough turning operation builder.
NXOpen::CAM::SurfaceContourBuilderCreateSurfaceContourBuilder (NXOpen::CAM::CAMObject *param)
 Creates a surface contour operation builder.
NXOpen::CAM::TeachmodeTurningBuilderCreateTeachmodeTurningBuilder (NXOpen::CAM::CAMObject *param)
 Creates a teachmode turning operation builder.
NXOpen::CAM::ThreadMillingBuilderCreateThreadMillingBuilder (NXOpen::CAM::CAMObject *param)
 Creates a Thread Milling operation builder.
NXOpen::CAM::ThreadTurningBuilderCreateThreadTurningBuilder (NXOpen::CAM::CAMObject *param)
 Creates a thread turning operation builder.
NXOpen::CAM::VazlMillingBuilderCreateVazlMillingBuilder (NXOpen::CAM::CAMObject *param)
 Creates a planar milling vazl operation builder.
NXOpen::CAM::WedmMachineControlBuilderCreateWedmMachineControlBuilder (NXOpen::CAM::CAMObject *param)
 Creates a wire edm machine control operation builder.
NXOpen::CAM::WedmOperationBuilderCreateWedmOperationBuilder (NXOpen::CAM::CAMObject *param)
 Creates a WEDM operation builder.
NXOpen::CAM::WedmUserDefinedBuilderCreateWedmUserDefinedBuilder (NXOpen::CAM::CAMObject *param)
 Creates a wire edm user defined operation builder.
NXOpen::CAM::ZLevelMillingBuilderCreateZlevelMillingBuilder (NXOpen::CAM::CAMObject *param)
 Creates a planar milling z level operation builder.
iterator end ()
 Returns an iterator addressing one past the last element.
NXOpen::CAM::OperationFindObject (const NXString &sid)
 Finds the CAM.Operation object with the given identifier as recorded in a journal.
tag_t Tag () const
 Returns the tag of this object.

Detailed Description

Represents the operation collection
To obtain an instance of this class, refer to CAM::CAMSetup

Created in NX4.0.0.



Member Enumeration Documentation

Whether use the default name in creation.

Enumerator:
UseDefaultNameFalse 

don't user the default name

UseDefaultNameTrue 

use the default name


Member Function Documentation

Returns an iterator addressing the first element.

NXOpen::CAM::Operation* NXOpen::CAM::OperationCollection::Create ( NXOpen::CAM::NCGroup parentProgramGroup,
NXOpen::CAM::NCGroup parentMethodGroup,
NXOpen::CAM::NCGroup parentToolGroup,
NXOpen::CAM::NCGroup parentGeometryGroup,
const NXString typeName,
const NXString subtypeName,
NXOpen::CAM::OperationCollection::UseDefaultName  useDefaultName,
const NXString newOperationName 
)

Create an operation of the specified type and subtype under the parent groups.

If the value of use_default_name is true, default name will be used for the created operation; otherwise, the specified name will be used.

Returns:
the created operation
Created in NX4.0.0.

License requirements : cam_base ("CAM BASE")
Parameters:
parentProgramGroupthe parent program group
parentMethodGroupthe parent method group
parentToolGroupthe parent tool group
parentGeometryGroupthe parent geometry group
typeNamethe name of the template type
NOTE: The full Unicode character set is not supported for this parameter.
subtypeNamethe name of the template subtype
NOTE: The full Unicode character set is not supported for this parameter.
useDefaultNameuse default name or not
newOperationNamethe name of the created operation, only used when use_default_name == true
NOTE: The full Unicode character set is not supported for this parameter.

Creates a planar milling cavity operation builder.

Returns:
operation builder created
Created in NX5.0.0.

License requirements : cam_base ("CAM BASE")
Parameters:
paramoperation to be edited

Creates a centerline drill turning operation builder.

Returns:
operation builder created
Created in NX6.0.0.

License requirements : cam_base ("CAM BASE")
Parameters:
paramoperation to be edited

Creates a Cylinder Milling operation builder.

Returns:
operation builder created
Created in NX8.0.0.

License requirements : cam_base ("CAM BASE")
Parameters:
paramoperation to be edited

Creates an itp builder.

Returns:
dpmitp builder created
Created in NX5.0.0.

License requirements : cam_base ("CAM BASE")
Parameters:
paramdpmitp to be edited

Creates a planar milling text operation builder.

Returns:
operation builder created
Created in NX5.0.0.

License requirements : cam_base ("CAM BASE")
Parameters:
paramoperation to be edited

Creates a planar milling facing operation builder.

Returns:
operation builder created
Created in NX5.0.0.

License requirements : cam_base ("CAM BASE")
Parameters:
paramoperation to be edited

Creates a planar milling hole (feature based) operation builder.

Returns:
operation builder created
Created in NX5.0.0.

License requirements : cam_base ("CAM BASE")
Parameters:
paramoperation to be edited

Creates a finish turning operation builder.

Returns:
operation builder created
Created in NX6.0.0.

License requirements : cam_base ("CAM BASE")
Parameters:
paramoperation to be edited

Creates a floor milling operation builder.

Returns:
operation builder created
Created in NX8.0.0.

License requirements : cam_base ("CAM BASE")
Parameters:
paramoperation to be edited

Creates a floor wall milling operation builder.

Returns:
operation builder created
Created in NX8.0.0.

License requirements : cam_base ("CAM BASE")
Parameters:
paramoperation to be edited

Creates GmcOp builder.

Returns:
GmcOp builder created
Created in NX5.0.0.

License requirements : cam_base ("CAM BASE")
Parameters:
paramGmcOp to be edited

Creates a hole making operation builder.

Returns:
operation builder created
Created in NX5.0.0.

License requirements : cam_base ("CAM BASE")
Parameters:
paramoperation to be edited

Creates a lathe machine control operation builder.

Returns:
operation builder created
Created in NX5.0.0.

License requirements : cam_base ("CAM BASE")
Parameters:
paramoperation to be edited

Creates a lathe user defined operation builder.

Returns:
operation builder created
Created in NX5.0.0.

License requirements : cam_base ("CAM BASE")
Parameters:
paramoperation to be edited

Creates a mill machine control operation builder.

Returns:
operation builder created
Created in NX5.0.0.

License requirements : cam_base ("CAM BASE")
Parameters:
paramoperation to be edited

Creates a mill user defined operation builder.

Returns:
operation builder created
Created in NX5.0.0.

License requirements : cam_base ("CAM BASE")
Parameters:
paramoperation to be edited

Creates a planar milling planar operation builder.

Returns:
operation builder created
Created in NX5.0.0.

License requirements : cam_base ("CAM BASE")
Parameters:
paramoperation to be edited

Creates a planar milling plunge operation builder.

Returns:
operation builder created
Created in NX5.0.0.

License requirements : cam_base ("CAM BASE")
Parameters:
paramoperation to be edited

Creates a point to point operation builder.

Returns:
operation builder created
Created in NX5.0.0.

License requirements : cam_base ("CAM BASE")
Parameters:
paramoperation to be edited

Creates a rough turning operation builder.

Returns:
operation builder created
Created in NX6.0.0.

License requirements : cam_base ("CAM BASE")
Parameters:
paramoperation to be edited

Creates a surface contour operation builder.

Returns:
operation builder created
Created in NX5.0.0.

License requirements : cam_base ("CAM BASE")
Parameters:
paramoperation to be edited

Creates a teachmode turning operation builder.

Returns:
operation builder created
Created in NX7.5.0.

License requirements : cam_base ("CAM BASE")
Parameters:
paramoperation to be edited

Creates a Thread Milling operation builder.

Returns:
operation builder created
Created in NX7.5.0.

License requirements : cam_base ("CAM BASE")
Parameters:
paramoperation to be edited

Creates a thread turning operation builder.

Returns:
operation builder created
Created in NX6.0.0.

License requirements : cam_base ("CAM BASE")
Parameters:
paramoperation to be edited

Creates a planar milling vazl operation builder.

Returns:
operation builder created
Created in NX5.0.0.

License requirements : cam_base ("CAM BASE")
Parameters:
paramoperation to be edited

Creates a wire edm machine control operation builder.

Returns:
operation builder created
Created in NX5.0.0.

License requirements : cam_base ("CAM BASE")
Parameters:
paramoperation to be edited

Creates a WEDM operation builder.

Returns:
builder created
Created in NX6.0.0.

License requirements : cam_base ("CAM BASE")
Parameters:
paramthe object to be edited

Creates a wire edm user defined operation builder.

Returns:
operation builder created
Created in NX5.0.0.

License requirements : cam_base ("CAM BASE")
Parameters:
paramoperation to be edited

Creates a planar milling z level operation builder.

Returns:
operation builder created
Created in NX5.0.0.

License requirements : cam_base ("CAM BASE")
Parameters:
paramoperation to be edited

Returns an iterator addressing one past the last element.

Finds the CAM.Operation object with the given identifier as recorded in a journal.

Returns:
the found object
Created in NX4.0.0.

License requirements : cam_base ("CAM BASE")
Parameters:
sidthe name of the object

Returns the tag of this object.


The documentation for this class was generated from the following file:
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.