NXOpen .NET Reference  12.0.0
Public Types | Public Member Functions | Properties | List of all members
NXOpen.CAM.CAMSetup Class Reference

cam setup More...

Inheritance diagram for NXOpen.CAM.CAMSetup:
NXOpen.CAM.CAMObject NXOpen.NXObject NXOpen.INXObject

Public Types

enum  OutputUnits { Inch, Metric, PostDefined }
 Output units used in output clsf and postprocess. More...
 
enum  PostprocessSettingsOutputWarning { Yes, No, PostDefined }
 Output warning setting for Postprocess More...
 
enum  PostprocessSettingsReviewTool { On, Off, PostDefined }
 Review tool setting for Postprocess More...
 
enum  Paste { Before, Inside, After }
 Paste position. More...
 
enum  Ude { Start, End }
 The UDE type More...
 
enum  View { ProgramOrder, MachineMethod, Geometry, MachineTool }
 ONT view. More...
 
- Public Types inherited from NXOpen.CAM.CAMObject
enum  FeedRateUnit { None, PerMinute, PerRevolution }
 The unit of feed rate More...
 
enum  Attr {
  ProjDiffTaxis = 1, ProfileFlipMside, BndSplineTangent, BlankNormalDiffTaxis,
  BndHasSleepObj, ClrnrNotParallelTaxis, BndNotParallelFloor, FloorNotUpToDate,
  SingleProfileWithFirstCut, CutterConversionProblem, AcceptDrivePosition = 100, Reparametrization = 110,
  BetweenFromStart = 120, CurveCutRange = 130, FixGssmCornerData = 140, PlmConversion = 150,
  PlmFeedcomp, PlmFillet, PlmSlowdown, PlmGeometry,
  WedmPoints = 160, CavityMillInheritTrimBnds = 170, RtdObsolete = 1000, ZlevelHolderParamChange = 2000,
  NcmObsoleteSeqControl = 2100, NcmObsoleteCustomFeed, NcmObsoleteLocalRetract, NcmClearTraversalZero,
  NcmObsoleteEngretToClearance, GmcInvalidNxVersion = 2201, ProbingInvalidNxVersion, InspPathInvalidNxVersion = 2300,
  CustomDataGougingObsolete, CustomDataGougingPartObsolete, CustomDataGougingDriveObsolete, CustomDataIgnoreLoopsObsolete,
  CustomDataIgnoreLoopsRemoved, LimitToolRunOn = 2400, ScoprNcmChangeLinearNormalToPart, PossibleToolAxisProblem
}
 Represents the CAM attribute type. More...
 
enum  Status { Complete, Repost, Regen, Approved = 4 }
 The status of the object More...
 
- Public Types inherited from NXOpen.NXObject
enum  AttributeType {
  Invalid, Null, Boolean, Integer,
  Real, String, Time, Reference,
  Any = 100
}
 Specifies attribute type. More...
 
enum  DateAndTimeFormat { Numeric, Textual }
 Specifies the format of the date and time attribute. More...
 

Public Member Functions

unsafe void Show2dWorkpiece (NXOpen.CAM.CAMObject[] objects)
 Show 2D workpiece More...
 
unsafe void Show2dWorkpieceIn (NXOpen.CAM.CAMObject[] objects)
 Show ingoing 2D workpiece More...
 
unsafe void Show2dWorkpieceOut (NXOpen.CAM.CAMObject[] objects)
 Show outgoing 2D workpiece More...
 
unsafe void Show3dWorkpiece (NXOpen.CAM.CAMObject[] objects)
 Show 3D workpiece More...
 
unsafe void ParallelCreate3d (NXOpen.CAM.CAMObject[] objects)
 Parallel create 3D More...
 
unsafe void ShowSpinning3dWorkpiece (NXOpen.CAM.CAMObject[] objects)
 Show spinning 3D workpiece More...
 
unsafe void Delete3dWorkpieces (NXOpen.CAM.CAMObject[] objects)
 Delete 3D workpieces of the selected operations More...
 
unsafe void GenerateToolPath (NXOpen.CAM.CAMObject[] objects)
 Generate tool path More...
 
unsafe void ReplayToolPath (NXOpen.CAM.CAMObject[] objects)
 Replay tool path More...
 
unsafe void ListToolPath (NXOpen.CAM.CAMObject[] objects)
 List tool path More...
 
unsafe void DeleteToolPath (NXOpen.CAM.CAMObject[] objects)
 Delete tool path More...
 
unsafe void OutputClsf (NXOpen.CAM.CAMObject[] objects, string clsfFormat, string outfileName, NXOpen.CAM.CAMSetup.OutputUnits outputUnits)
 Output CLSF More...
 
unsafe void Postprocess (NXOpen.CAM.CAMObject[] objects, string machineType, string outfileName, NXOpen.CAM.CAMSetup.OutputUnits outputUnits)
 Postprocess More...
 
unsafe void PostprocessWithSetting (NXOpen.CAM.CAMObject[] objects, string machineType, string outfileName, NXOpen.CAM.CAMSetup.OutputUnits outputUnits, NXOpen.CAM.CAMSetup.PostprocessSettingsOutputWarning outputWarning, NXOpen.CAM.CAMSetup.PostprocessSettingsReviewTool reviewTool)
 Postprocess More...
 
unsafe void CutObjects (NXOpen.CAM.CAMSetup.View view, NXOpen.CAM.CAMObject[] objectsToBeMoved)
 Cut objects More...
 
unsafe void MoveObjects (NXOpen.CAM.CAMSetup.View view, NXOpen.CAM.CAMObject[] objectsToBeMoved, NXOpen.CAM.CAMObject destinationObject, NXOpen.CAM.CAMSetup.Paste pastePosition)
 Move objects More...
 
unsafe void BufferObjects (NXOpen.CAM.CAMSetup.View view, NXOpen.CAM.CAMObject[] objectsToBeBuffered)
 Buffer objects to the clipboard and prepare for copy later More...
 
unsafe NXOpen.CAM.CAMObject[] CopyObjects (NXOpen.CAM.CAMSetup.View view, NXOpen.CAM.CAMObject[] objectsToBeMoved, NXOpen.CAM.CAMObject destinationObject, NXOpen.CAM.CAMSetup.Paste pastePosition)
 Copy objects More...
 
unsafe NXOpen.CAM.CAMObject[] CopyObjectsWithReference (NXOpen.CAM.CAMSetup.View view, NXOpen.CAM.CAMObject[] objectsToBeMoved, NXOpen.CAM.CAMObject destinationObject, NXOpen.CAM.CAMSetup.Paste pastePosition)
 Copy objects with reference More...
 
unsafe
NXOpen.CAM.ToolPathDivideBuilder 
CreateToolPathDivideBuilder (NXOpen.CAM.CAMObject[] tpObjectsToDivide)
 Create Tool Path Divide builder More...
 
unsafe void DivideToolPaths (NXOpen.CAM.CAMObject[] objects, NXOpen.CAM.ToolPathDivideBuilder builder)
 Tool Path Divide More...
 
unsafe void LockToolPaths (NXOpen.CAM.CAMObject[] objects, bool @lock)
 Lock Tool Path More...
 
unsafe bool IsToolPathLocked (NXOpen.CAM.CAMObject @object)
 Lock Tool Path More...
 
unsafe void ApproveObjects (NXOpen.CAM.CAMObject[] objects)
 Approve objects More...
 
unsafe void UnapproveObjects (NXOpen.CAM.CAMObject[] objects)
 Unapprove objects More...
 
unsafe
NXOpen.CAM.OperationTransformBuilder 
CreateOperationTransformBuilder (NXOpen.CAM.CAMObject[] objectsToTransform)
 Create Transform builder. More...
 
unsafe
NXOpen.CAM.PreprocessGeometryBuilder 
CreatePreprocessGeometryBuilder ()
 Creates a preprocess geometry builder More...
 
unsafe NXOpen.CAM.SurfaceRegions CreateSurfaceRegions (NXOpen.Features.Feature feature)
 Creates a surface regions builder More...
 
unsafe
NXOpen.CAM.FeatureRecognitionBuilder 
CreateFeatureRecognitionBuilder (NXOpen.CAM.CAMObject param)
 Creates a CAM. More...
 
unsafe NXOpen.CAM.FeatureTeaching CreateFeatureTeaching (NXOpen.CAM.CAMObject param)
 Creates a CAM. More...
 
unsafe NXOpen.CAM.OperationTeaching CreateOperationTeaching (NXOpen.CAM.CAMObject param)
 Creates a CAM. More...
 
unsafe void Optimize (NXOpen.CAM.CAMObject[] objects, bool consolidateTools, bool minimizeToolChanges, bool createOptimizationGroup)
 Optimize More...
 
unsafe void SetTemplateStatus (NXOpen.CAM.CAMObject[] objects, bool useAsParent, bool createIfParentCreated)
 Set Template status More...
 
unsafe void GougeCheck (NXOpen.CAM.CAMObject[] objects, bool checkForHolderCollision)
 Gouge Check More...
 
unsafe void GougeCheck (NXOpen.CAM.CAMObject[] objects, bool checkForHolderCollision, bool useParametric, bool useUserdefStock, double userdefStock)
 Gouge Check More...
 
unsafe void CustomizationUpdateFromTemplate (NXOpen.CAM.CAMObject[] objects)
 Customize from Template More...
 
unsafe void CustomizationUpdateFromObject (NXOpen.CAM.CAMObject destinationObject, NXOpen.CAM.CAMObject sourceObject)
 Customize from Object More...
 
unsafe
NXOpen.CAM.CAMObject.ErrorItem[] 
SetMachiningData (NXOpen.CAM.CAMObject[] objects)
 Set Machining Data More...
 
unsafe bool HasSuppressedGeom (NXOpen.CAM.CAMObject param)
 Check for suppressed geometry More...
 
unsafe void RemoveSuppressedGeom (NXOpen.CAM.CAMObject param)
 Remove suppressed geometry More...
 
unsafe
NXOpen.CAM.ToolPathSplitBuilder 
CreateToolPathSplitBuilder (NXOpen.CAM.CAMObject[] tpObjectsToDivide)
 Create Tool Path Split by Holder builder More...
 
unsafe void SplitToolPaths (NXOpen.CAM.CAMObject[] objects, NXOpen.CAM.ToolPathSplitBuilder builder)
 Tool Path Split by Holder More...
 
unsafe
NXOpen.CAM.ObjectsFeedsBuilder 
CreateFeedsBuilder (NXOpen.CAM.CAMObject[]@params)
 Create Feeds builder. More...
 
unsafe NXOpen.CAM.ObjectNotes CreateObjectNotes (NXOpen.CAM.CAMObject opr)
 Create Notes. More...
 
unsafe bool IsOperation (NXOpen.CAM.CAMObject camobject)
 Check if the specified object is an operation. More...
 
unsafe bool IsGroup (NXOpen.CAM.CAMObject camObject)
 Check if the specified object is a group. More...
 
unsafe NXOpen.CAM.NCGroup GetRoot (NXOpen.CAM.CAMSetup.View branch)
 Get root of the specified branch. More...
 
unsafe
NXOpen.CAM.NCAssistantBuilder 
CreateNCAssistantBuilder ()
 Creates NC Assistant builder More...
 
unsafe
NXOpen.CAM.FeedsOptimizeBuilder 
CreateFeedsOptimizeBuilder (NXOpen.CAM.CAMObject param)
 Creates a feeds optimize builder More...
 
unsafe NXOpen.CAM.ObjectsUdeSet CreateObjectsUdeSet (NXOpen.CAM.CAMObject[]@params, NXOpen.CAM.CAMSetup.Ude udeType)
 Create ObjectsUdeSet. More...
 
unsafe NXOpen.CAM.ObjectsUdeSet CreateObjectsUdeSet (NXOpen.CAM.CAMObject[]@params, NXOpen.CAM.CAMSetup.Ude udeType, NXOpen.CAM.CAMFeature[] features)
 Create ObjectsUdeSet for features More...
 
unsafe void MinToolLen (NXOpen.CAM.CAMObject[] objects)
 Minimum tool length More...
 
unsafe
NXOpen.CAM.FeatureProcessBuilder 
CreateFeatureProcessBuilder ()
 Creates a CAM. More...
 
unsafe NXOpen.CAM.Tool RetrieveTool (string libRef, out bool success)
 Retrieve a tool from library More...
 
unsafe NXOpen.CAM.Tool RetrieveTool (string libRef, NXOpen.CAM.CAMObject target, out NXOpen.CAM.CAMObject nextTarget, out bool success)
 Retrieve a tool from library to the target More...
 
unsafe
NXOpen.CAM.ToolPathTiltBuilder 
CreateToolPathTiltBuilder (NXOpen.CAM.CAMObject[] tpObjectsToTilt)
 Create Tool Path Tilt builder More...
 
unsafe void TiltToolPaths (NXOpen.CAM.CAMObject[] objects, NXOpen.CAM.ToolPathTiltBuilder builder)
 Tool Path Tilt More...
 
unsafe
NXOpen.CAM.NcmctPartMountingBuilder 
CreateNcmctPartMountingBuilder (string libRef)
 Creates a Part Mounting Builder. More...
 
unsafe NXOpen.CAM.NCGroup RetrieveDevice (string libRef)
 Retrieve a device from library More...
 
unsafe void ParallelGenerate (NXOpen.CAM.CAMObject[] objects)
 Parallel Generate tool path More...
 
unsafe string GetPartMaterial ()
 Part material More...
 
unsafe void SetPartMaterial (string libRef)
 Part material More...
 
unsafe NXOpen.CAM.CutDepthChecker CreateCutDepthChecker ()
 Creates a Cut Depth Checker. More...
 
unsafe void RemoveMachine ()
 Removes: More...
 
unsafe void DeleteVnckMachineData ()
 Removes vnck machine data More...
 
unsafe NXOpen.CAM.CAMObject GetCamExitObject ()
 Get the param object which is invoking the exit API More...
 
unsafe void GetPartMaterialData (out string libref, out string name, out string description, out string code, out string hardness)
 Get part material data More...
 
unsafe string GetMachineLibref ()
 Get machine libref More...
 
unsafe void RestoreDependencies (NXOpen.CAM.CAMObject[] objects)
 Restore dependencies of selected objects More...
 
unsafe void UpdateGeometryDependencies (NXOpen.CAM.CAMObject[] objects)
 Update geometry dependencies of selected objects More...
 
unsafe void RemoveDependencies (NXOpen.CAM.CAMObject[] objects)
 Remove dependencies of selected objects More...
 
unsafe void SwitchLayerLayout (NXOpen.CAM.CAMObject @object)
 Switch Layer and Layout More...
 
unsafe void TrimToolPath (NXOpen.CAM.OperationBuilder operationBuilder)
 Interactive Tool Path Trim More...
 
unsafe NXOpen.CAM.MirrorBuilder CreateMirrorBuilder (NXOpen.CAM.CAMObject[] objectsToMirror)
 Create Mirror builder. More...
 
unsafe
NXOpen.CAM.ObjectWorkInstructionBuilder 
CreateObjectWorkInstructionBuilder (NXOpen.CAM.CAMObject param)
 Create Object Work Instruction builder for authoring Work Instructions. More...
 
unsafe
NXOpen.CAM.WorkInstructionOutputBuilder 
CreateWorkInstructionOutputBuilder ()
 Create Work Instruction Output builder for publishing Work Instructions. More...
 
unsafe void DeleteWorkInstructions (NXOpen.CAM.CAMObject[] objects)
 Delete Work Instructions More...
 
unsafe
NXOpen.CAM.WorkInstructionBuilder 
CreateWorkInstructionBuilder (NXOpen.CAM.CAMObject param)
 Create Work Instruction builder for authoring Work Instructions. More...
 
unsafe bool UpdateResourcesOnRule ()
 Update Resources (Machine, Tools, Devices) based on assembly loading rule More...
 
unsafe NXOpen.CAM.GougeCheckBuilder CreateGougeCheckBuilder (NXOpen.CAM.CAMObject[] objects)
 Create Gouge Check builder. More...
 
unsafe void CopyFromComponent ()
 Copy From Component. More...
 
- Public Member Functions inherited from NXOpen.CAM.CAMObject
unsafe void SetIntegerValue (string title, int value)
 Set an integer value to the parameter index for the object. More...
 
unsafe void SetRealValue (string title, double value)
 Set a real value to the parameter index for the object. More...
 
unsafe void SetStringValue (string title, string value)
 Set a string value to the parameter index for the object. More...
 
unsafe void SetBooleanValue (string title, bool value)
 Set a boolean value to the parameter index for the object. More...
 
unsafe void SetObject (string title, NXOpen.NXObject value)
 Set a object to the parameter index for the object. More...
 
unsafe void SetFeedRate (string title, double value, NXOpen.CAM.CAMObject.FeedRateUnit unit)
 Set feed rate value and unit to the parameter index for the object. More...
 
unsafe void SetWireEdmFeedRate (string title, double value, int side)
 Set feed rate value and side to the parameter index for the object, side is only used in wire edm. More...
 
unsafe void SetFeedRateColor (string title, int value)
 Set feed rate display color to the parameter index for the object. More...
 
unsafe void SetIntegerArrayValue (string title, int[] value)
 Set integer array value to the parameter index for the object. More...
 
unsafe void SetRealArrayValue (string title, double[] value)
 Set real array to the parameter index for the object. More...
 
unsafe void SetStringArrayValue (string title, string[] value)
 Set string array to the parameter index for the object More...
 
unsafe void SetObjectArrayValue (string title, NXOpen.NXObject[] value)
 Set object array to the parameter index for the object More...
 
unsafe int GetIntegerValue (string title)
 Get the integer value of the parameter index from the object. More...
 
unsafe double GetRealValue (string title)
 Get the real value of the parameter index from the object. More...
 
unsafe bool GetBooleanValue (string title)
 Get the boolean value of the parameter index from the object More...
 
unsafe string GetStringValue (string title)
 Get the string value of the parameter index from the object More...
 
unsafe NXOpen.NXObject GetObject (string title)
 Get the object value of the parameter index from the object More...
 
unsafe
NXOpen.CAM.CAMObject.FeedRateUnit 
GetFeedRate (string title, out double value)
 Get the feed rate value and unit of the parameter index from the object More...
 
unsafe int GetWireEdmFeedRate (string title, out double value)
 Get the feed rate value and side of the parameter index from the object, side is only used in wire edm. More...
 
unsafe int GetFeedRateColor (string title)
 Get the feed rate color of the parameter index from the object. More...
 
unsafe int[] GetIntegerArrayValue (string title)
 Get the integer array value of the parameter index from the object. More...
 
unsafe double[] GetRealArrayValue (string title)
 Get the real array value of the parameter index from the object. More...
 
unsafe string[] GetStringArrayValue (string title)
 Get the string array value of the parameter index from the object. More...
 
unsafe NXOpen.NXObject[] GetObjectArrayValue (string title)
 Get the object array value of the parameter index from the object. More...
 
unsafe NXOpen.CAM.CAMObject.Status GetStatus ()
 Get the status of the input object. More...
 
unsafe void Remove911Attribute (NXOpen.CAM.CAMObject.Attr attrId)
 Remove a specific 911 attribute from an object. More...
 
unsafe void RemoveAll911Attributes ()
 Remove all 911 attributes from an object. More...
 
unsafe bool Has911Attribute (NXOpen.CAM.CAMObject.Attr attrId)
 Check if a 911 attribute exists in an object. More...
 
unsafe NXOpen.CAM.Path GetPath ()
 Returns the path More...
 
unsafe void SavePath (NXOpen.CAM.Path theBuilder)
 This must be called to establish proper part status More...
 
unsafe bool AskPathExists ()
 Tells if the object has a path More...
 
unsafe NXOpen.CAM.Path CreateEmptyPath ()
 Create an empty path for the object More...
 
- Public Member Functions inherited from NXOpen.NXObject
unsafe void SetUserAttribute (NXOpen.NXObject.AttributeInformation info, NXOpen.Update.Option option)
 Creates or modifies an attribute with the option to update or not. More...
 
unsafe void SetUserAttribute (string title, int index, int value, NXOpen.Update.Option option)
 Creates or modifies an integer attribute with the option to update or not. More...
 
unsafe void SetUserAttribute (string title, int index, double value, NXOpen.Update.Option option)
 Creates or modifies a real attribute with the option to update or not. More...
 
unsafe void SetUserAttribute (string title, int index, string value, NXOpen.Update.Option option)
 Creates or modifies a string attribute with the option to update or not. More...
 
unsafe void SetUserAttribute (string title, int index, NXOpen.Update.Option option)
 Creates or modifies a null attribute with the option to update or not. More...
 
unsafe void SetTimeUserAttribute (string title, int index, string value, NXOpen.Update.Option option)
 Creates or modifies a time attribute with the option to update or not. More...
 
unsafe void SetTimeUserAttribute (string title, int index, NXOpen.NXObject.ComputationalTime value, NXOpen.Update.Option option)
 Creates or modifies a time attribute with the option to update or not. More...
 
unsafe void SetBooleanUserAttribute (string title, int index, bool value, NXOpen.Update.Option option)
 Creates or modifies a boolean attribute with the option to update or not. More...
 
unsafe NXOpen.AttributeIterator CreateAttributeIterator ()
 Create an attribute iterator More...
 
unsafe bool HasUserAttribute (NXOpen.AttributeIterator iterator)
 Determines if an attribute exists on the object, that satisfies the given iterator More...
 
unsafe bool HasUserAttribute (string title, NXOpen.NXObject.AttributeType type, int index)
 Determines if an attribute with the given Title, Type and array Index is present on the object Unset attributes will not be detected by this function, as its purpose is to test for the actual presence of the attribute on the object. More...
 
unsafe int GetUserAttributeCount (NXOpen.AttributeIterator iterator)
 Gets the count of set attributes on the object, if any, that satisfy the given iterator. More...
 
unsafe int GetUserAttributeCount (NXOpen.AttributeIterator iterator, bool countArrayAsOneAttribute)
 Gets the count of set attributes on the object, if any, that satisfy the given iterator. More...
 
unsafe int GetUserAttributeCount (NXOpen.NXObject.AttributeType type)
 Gets the count of set attributes on the object, if any, of the given type. More...
 
unsafe int GetUserAttributeCount (NXOpen.NXObject.AttributeType type, bool includeUnset, bool countArrayAsOneAttribute)
 Gets the count of attributes on the object, if any, of the given type. More...
 
unsafe int GetUserAttributeSize (string title, NXOpen.NXObject.AttributeType type)
 Gets the size of the first attribute encountered on the object, if any, with a given Title and Type. More...
 
unsafe bool GetNextUserAttribute (NXOpen.AttributeIterator iterator, out NXOpen.NXObject.AttributeInformation info)
 Gets the next attribute encountered on the object, if any, that satisfies the given iterator. More...
 
unsafe
NXOpen.NXObject.AttributeInformation 
GetUserAttribute (string title, NXOpen.NXObject.AttributeType type, int index)
 Gets the first attribute encountered on the object, if any, with a given Title, Type and array Index. More...
 
unsafe bool GetBooleanUserAttribute (string title, int index)
 Gets a boolean attribute by Title and array Index. More...
 
unsafe int GetIntegerUserAttribute (string title, int index)
 Gets an integer attribute by Title and array Index. More...
 
unsafe double GetRealUserAttribute (string title, int index)
 Gets a real attribute by Title and array Index. More...
 
unsafe string GetStringUserAttribute (string title, int index)
 Gets a string attribute by Title and array Index. More...
 
unsafe string GetTimeUserAttribute (string title, int index)
 Gets a time attribute by Title and array Index. More...
 
unsafe
NXOpen.NXObject.ComputationalTime 
GetComputationalTimeUserAttribute (string title, int index)
 Gets a time attribute by Title and array Index. More...
 
unsafe
NXOpen.NXObject.AttributeInformation[] 
GetUserAttributes (NXOpen.AttributeIterator iterator)
 Gets all the attributes that have been set on the given object, if any, that satisfy the given iterator. More...
 
unsafe
NXOpen.NXObject.AttributeInformation[] 
GetUserAttributes ()
 Gets all the attributes that have been set on the given object. More...
 
unsafe
NXOpen.NXObject.AttributeInformation[] 
GetUserAttributes (bool includeUnset)
 Gets all the attributes of the given object. More...
 
unsafe string GetUserAttributeAsString (string title, NXOpen.NXObject.AttributeType type, int index)
 Gets the first attribute encountered on the object, if any, with a given title, type and array index. More...
 
unsafe void DeleteUserAttributes (NXOpen.AttributeIterator iterator, NXOpen.Update.Option option)
 Deletes the attributes on the object, if any, that satisfy the given iterator More...
 
unsafe void DeleteUserAttribute (NXOpen.NXObject.AttributeType type, string title, bool deleteEntireArray, NXOpen.Update.Option option)
 Deletes the first attribute encountered with the given Type, Title. More...
 
unsafe void DeleteUserAttributes (NXOpen.NXObject.AttributeType type, NXOpen.Update.Option option)
 Deletes the attributes encountered with the given Type with option to update or not. More...
 
unsafe void SetUserAttributeLock (string title, NXOpen.NXObject.AttributeType type, bool @lock)
 Lock or unlock the given attribute. More...
 
unsafe bool GetUserAttributeLock (string title, NXOpen.NXObject.AttributeType type)
 Determine the lock of the given attribute. More...
 
unsafe NXOpen.NXObject[] GetUserAttributeSourceObjects ()
 Returns an array of objects from which this object presents attributes. More...
 
unsafe void SetPdmReferenceAttribute (string attributeTitle, string attributeValue)
 Sets the value of PDM Reference attribute on the object. More...
 
unsafe string GetPdmReferenceAttributeValue (string attributeTitle)
 Gets the value of PDM Reference attribute for given object. More...
 
unsafe
NXOpen.NXObject.AttributeInformation[] 
GetUserAttribute (string title, bool includeUnset, bool addStringValues, NXOpen.NXObject.AttributeType type)
 Gets the first attribute (or attribute array) encountered on the object, if any, with a given Title and Type. More...
 
unsafe
NXOpen.NXObject.AttributeInformation[] 
GetUserAttributes (bool includeUnset, bool addStringValues)
 Gets all the attributes of the given object. More...
 
unsafe void DeleteAllAttributesByType (NXOpen.NXObject.AttributeType type)
 Deletes all attributes of a specific type. More...
 
unsafe void DeleteAllAttributesByType (NXOpen.NXObject.AttributeType type, NXOpen.Update.Option option)
 Deletes all attributes of a specific type with the option to update or not. More...
 
unsafe void SetAttribute (string title, int value)
 Creates or modifies an integer attribute. More...
 
unsafe void SetAttribute (string title, int value, NXOpen.Update.Option option)
 Creates or modifies an integer attribute with the option to update or not. More...
 
unsafe void SetAttribute (string title, double value)
 Creates or modifies a real attribute. More...
 
unsafe void SetAttribute (string title, double value, NXOpen.Update.Option option)
 Creates or modifies a real attribute with the option to update or not. More...
 
unsafe void SetAttribute (string title, string value)
 Creates or modifies a string attribute. More...
 
unsafe void SetAttribute (string title, string value, NXOpen.Update.Option option)
 Creates or modifies a string attribute with the option to update or not. More...
 
unsafe void SetAttribute (string title)
 Creates or modifies a null attribute which is an attribute with a title and no value. More...
 
unsafe void SetAttribute (string title, NXOpen.Update.Option option)
 Creates or modifies a null attribute with the option to update or not. More...
 
unsafe void SetTimeAttribute (string title, string value)
 Creates or modifies a time attribute. More...
 
unsafe void SetTimeAttribute (string title, string value, NXOpen.Update.Option option)
 Creates or modifies a time attribute with the option to update or not. More...
 
unsafe int GetIntegerAttribute (string title)
 Gets an integer attribute by title. More...
 
unsafe double GetRealAttribute (string title)
 Gets a real attribute by title. More...
 
unsafe string GetStringAttribute (string title)
 Gets a string attribute value by title. More...
 
unsafe string GetTimeAttribute (NXOpen.NXObject.DateAndTimeFormat format, string title)
 Gets a time attribute by title. More...
 
unsafe string GetReferenceAttribute (string title)
 Gets the reference string (not the calculated value) of a string attribute that uses a reference string. More...
 
unsafe void DeleteAttributeByTypeAndTitle (NXOpen.NXObject.AttributeType type, string title)
 Deletes an attribute by type and title. More...
 
unsafe void DeleteAttributeByTypeAndTitle (NXOpen.NXObject.AttributeType type, string title, NXOpen.Update.Option option)
 Deletes an attribute by type and title with the option to update or not. More...
 
unsafe void SetReferenceAttribute (string title, string value)
 Creates or modifies a string attribute which uses a reference string. More...
 
unsafe void SetReferenceAttribute (string title, string value, NXOpen.Update.Option option)
 Creates or modifies a string attribute which uses a reference string, with the option to update or not. More...
 
unsafe
NXOpen.NXObject.AttributeInformation[] 
GetAttributeTitlesByType (NXOpen.NXObject.AttributeType type)
 Gets all the attribute titles of a specific type. More...
 
unsafe string[] GetUserAttributesAsStrings ()
 Gets all the attributes that have been set on the given object. More...
 
unsafe NXOpen.INXObject FindObject (string journalIdentifier)
 Finds the NXOpen.NXObject with the given identifier as recorded in a journal. More...
 
unsafe void Print ()
 Prints a representation of this object to the system log file. More...
 
unsafe void SetName (string name)
 Sets the custom name of the object. More...
 

Properties

NXOpen.CAM.NCGroupCollection CAMGroupCollection [get]
 Returns the NCGroupCollection instance belonging to this setup More...
 
NXOpen.CAM.OperationCollection CAMOperationCollection [get]
 Returns the OperationCollection instance belonging to this setup More...
 
unsafe bool IsLibrarySetup [get]
 Returns the flag indicating if this setup is initialized from a library. More...
 
unsafe string LibraryReference [get, set]
 Returns or sets the template library reference More...
 
unsafe bool OutputBallCenter [get, set]
 Returns or sets the setting for ball center output at posting time More...
 

Detailed Description

cam setup

To obtain an instance of this class, use NXOpen.Part.CAMSetup

Created in NX4.0.0

Member Enumeration Documentation

Output units used in output clsf and postprocess.

Enumerator
Inch 

use inch as output unit

Metric 

use metric as output unit

PostDefined 

use post defined unit as output unit

Paste position.

Enumerator
Before 

paste before

Inside 

paste inside

After 

paste after

Output warning setting for Postprocess

Enumerator
Yes 

output the warning file

No 

not output the warning file

PostDefined 

use post defined setting

Review tool setting for Postprocess

Enumerator
On 

show the review tool window

Off 

not show the review tool window

PostDefined 

use post defined setting

The UDE type

Enumerator
Start 

start UDE

End 

end UDE

ONT view.

Enumerator
ProgramOrder 

program order

MachineMethod 

machine method

Geometry 

geometry

MachineTool 

machine tool

Member Function Documentation

unsafe void NXOpen.CAM.CAMSetup.ApproveObjects ( NXOpen.CAM.CAMObject[]  objects)

Approve objects

Created in NX6.0.0

License requirements: cam_base ("CAM BASE")

Parameters
objectsarray of objects
unsafe void NXOpen.CAM.CAMSetup.BufferObjects ( NXOpen.CAM.CAMSetup.View  view,
NXOpen.CAM.CAMObject[]  objectsToBeBuffered 
)

Buffer objects to the clipboard and prepare for copy later

Created in NX6.0.0

License requirements: cam_base ("CAM BASE")

Parameters
viewview
objectsToBeBufferedarray of objects to be buffered
unsafe void NXOpen.CAM.CAMSetup.CopyFromComponent ( )

Copy From Component.

Created in NX11.0.1

License requirements: cam_base ("CAM BASE")

unsafe NXOpen.CAM.CAMObject [] NXOpen.CAM.CAMSetup.CopyObjects ( NXOpen.CAM.CAMSetup.View  view,
NXOpen.CAM.CAMObject[]  objectsToBeMoved,
NXOpen.CAM.CAMObject  destinationObject,
NXOpen.CAM.CAMSetup.Paste  pastePosition 
)

Copy objects

Created in NX4.0.0

License requirements: cam_base ("CAM BASE")

Parameters
viewview
objectsToBeMovedarray of objects to be moved
destinationObjectthe destination object
pastePositionpaste inside or after the destination object
Returns
array of new objects
unsafe NXOpen.CAM.CAMObject [] NXOpen.CAM.CAMSetup.CopyObjectsWithReference ( NXOpen.CAM.CAMSetup.View  view,
NXOpen.CAM.CAMObject[]  objectsToBeMoved,
NXOpen.CAM.CAMObject  destinationObject,
NXOpen.CAM.CAMSetup.Paste  pastePosition 
)

Copy objects with reference

Created in NX9.0.0

License requirements: cam_base ("CAM BASE")

Parameters
viewview
objectsToBeMovedarray of objects to be moved
destinationObjectthe destination object
pastePositionpaste inside or after the destination object
Returns
array of new objects
unsafe NXOpen.CAM.CutDepthChecker NXOpen.CAM.CAMSetup.CreateCutDepthChecker ( )

Creates a Cut Depth Checker.

Note: Commit will not return an object

Created in NX8.5.0

License requirements: cam_base ("CAM BASE")

Returns
the cut depth checker object
unsafe NXOpen.CAM.FeatureProcessBuilder NXOpen.CAM.CAMSetup.CreateFeatureProcessBuilder ( )

Creates a CAM.

FeatureProcessBuilder

Created in NX7.5.0

License requirements: ug_holemaking ("UG Holemaking")

Returns
unsafe NXOpen.CAM.FeatureRecognitionBuilder NXOpen.CAM.CAMSetup.CreateFeatureRecognitionBuilder ( NXOpen.CAM.CAMObject  param)

Creates a CAM.

FeatureRecognitionBuilder

Created in NX6.0.0

License requirements: cam_base ("CAM BASE")

Parameters
paramnot used
Returns
unsafe NXOpen.CAM.FeatureTeaching NXOpen.CAM.CAMSetup.CreateFeatureTeaching ( NXOpen.CAM.CAMObject  param)

Creates a CAM.

FeatureTeaching

Created in NX8.0.0

License requirements: cam_base ("CAM BASE")

Parameters
paramnot used
Returns
unsafe NXOpen.CAM.ObjectsFeedsBuilder NXOpen.CAM.CAMSetup.CreateFeedsBuilder ( NXOpen.CAM.CAMObject @[]  params)

Create Feeds builder.

Created in NX6.0.0

License requirements: cam_base ("CAM BASE")

Parameters
paramsarray of objects
Returns
created object feed builder
unsafe NXOpen.CAM.FeedsOptimizeBuilder NXOpen.CAM.CAMSetup.CreateFeedsOptimizeBuilder ( NXOpen.CAM.CAMObject  param)

Creates a feeds optimize builder

Created in NX7.5.0

License requirements: cam_base ("CAM BASE")

Parameters
paramthe object to be edited
Returns
feeds optimize builder created
unsafe NXOpen.CAM.GougeCheckBuilder NXOpen.CAM.CAMSetup.CreateGougeCheckBuilder ( NXOpen.CAM.CAMObject[]  objects)

Create Gouge Check builder.

Created in NX11.0.0

License requirements: cam_base ("CAM BASE")

Parameters
objectsarray of objects
Returns
created Gouge Check Builder
unsafe NXOpen.CAM.MirrorBuilder NXOpen.CAM.CAMSetup.CreateMirrorBuilder ( NXOpen.CAM.CAMObject[]  objectsToMirror)

Create Mirror builder.

Created in NX9.0.3

License requirements: cam_base ("CAM BASE")

Parameters
objectsToMirrorarray of objects to mirror
Returns
created Mirror Builder
unsafe NXOpen.CAM.NCAssistantBuilder NXOpen.CAM.CAMSetup.CreateNCAssistantBuilder ( )

Creates NC Assistant builder

Created in NX7.5.0

License requirements: cam_base ("CAM BASE")

Returns
NC Assistant builder created
unsafe NXOpen.CAM.NcmctPartMountingBuilder NXOpen.CAM.CAMSetup.CreateNcmctPartMountingBuilder ( string  libRef)

Creates a Part Mounting Builder.

Note: Commit a Part Mounting Builder will perform the Part Mounting and no object is returned.

Created in NX8.0.0

License requirements: cam_base ("CAM BASE")

Parameters
libRefa unique library reference identifier
Returns
part mounting builder created
unsafe NXOpen.CAM.ObjectNotes NXOpen.CAM.CAMSetup.CreateObjectNotes ( NXOpen.CAM.CAMObject  opr)

Create Notes.

Created in NX9.0.0

License requirements: cam_base ("CAM BASE")

Parameters
opr
Returns
created object notes
unsafe NXOpen.CAM.ObjectsUdeSet NXOpen.CAM.CAMSetup.CreateObjectsUdeSet ( NXOpen.CAM.CAMObject @[]  params,
NXOpen.CAM.CAMSetup.Ude  udeType 
)

Create ObjectsUdeSet.

Created in NX7.5.0

License requirements: cam_base ("CAM BASE")

Parameters
paramsarray of operations or groups
udeTypeude type
Returns
created objects ude set
unsafe NXOpen.CAM.ObjectsUdeSet NXOpen.CAM.CAMSetup.CreateObjectsUdeSet ( NXOpen.CAM.CAMObject @[]  params,
NXOpen.CAM.CAMSetup.Ude  udeType,
NXOpen.CAM.CAMFeature[]  features 
)

Create ObjectsUdeSet for features

Created in NX7.5.0

License requirements: cam_base ("CAM BASE")

Parameters
paramsarray of operations
udeTypeude type
featuresarray of features
Returns
created objects ude set
unsafe NXOpen.CAM.ObjectWorkInstructionBuilder NXOpen.CAM.CAMSetup.CreateObjectWorkInstructionBuilder ( NXOpen.CAM.CAMObject  param)

Create Object Work Instruction builder for authoring Work Instructions.

Created in NX9.0.3

License requirements: cam_base ("CAM BASE")

Parameters
param
Returns
created builder object
unsafe NXOpen.CAM.OperationTeaching NXOpen.CAM.CAMSetup.CreateOperationTeaching ( NXOpen.CAM.CAMObject  param)

Creates a CAM.

OperationTeaching

Created in NX8.0.0

License requirements: cam_base ("CAM BASE")

Parameters
paramnot used
Returns
unsafe NXOpen.CAM.OperationTransformBuilder NXOpen.CAM.CAMSetup.CreateOperationTransformBuilder ( NXOpen.CAM.CAMObject[]  objectsToTransform)

Create Transform builder.

Note: Commit a Transform Builder will apply a transformation.

Created in NX6.0.0

License requirements: cam_base ("CAM BASE")

Parameters
objectsToTransformarray of objects to transform
Returns
created Transform Builder
unsafe NXOpen.CAM.PreprocessGeometryBuilder NXOpen.CAM.CAMSetup.CreatePreprocessGeometryBuilder ( )

Creates a preprocess geometry builder

Created in NX6.0.0

License requirements: cam_base ("CAM BASE")

Returns
preprocess geometry builder created
unsafe NXOpen.CAM.SurfaceRegions NXOpen.CAM.CAMSetup.CreateSurfaceRegions ( NXOpen.Features.Feature  feature)

Creates a surface regions builder

Created in NX8.0.0

License requirements: cam_base ("CAM BASE")

Parameters
featureFeature to be edited
Returns
surface regions builder created
unsafe NXOpen.CAM.ToolPathDivideBuilder NXOpen.CAM.CAMSetup.CreateToolPathDivideBuilder ( NXOpen.CAM.CAMObject[]  tpObjectsToDivide)

Create Tool Path Divide builder

Created in NX4.0.0

License requirements: cam_base ("CAM BASE")

Parameters
tpObjectsToDividearray of objects to divide
Returns
array of new objects
unsafe NXOpen.CAM.ToolPathSplitBuilder NXOpen.CAM.CAMSetup.CreateToolPathSplitBuilder ( NXOpen.CAM.CAMObject[]  tpObjectsToDivide)

Create Tool Path Split by Holder builder

Created in NX6.0.0

License requirements: cam_base ("CAM BASE")

Parameters
tpObjectsToDividearray of objects to divide
Returns
array of new objects
unsafe NXOpen.CAM.ToolPathTiltBuilder NXOpen.CAM.CAMSetup.CreateToolPathTiltBuilder ( NXOpen.CAM.CAMObject[]  tpObjectsToTilt)

Create Tool Path Tilt builder

Created in NX7.5.0

License requirements: cam_base ("CAM BASE")

Parameters
tpObjectsToTiltarray of objects to tilt
Returns
array of new objects
unsafe NXOpen.CAM.WorkInstructionBuilder NXOpen.CAM.CAMSetup.CreateWorkInstructionBuilder ( NXOpen.CAM.CAMObject  param)

Create Work Instruction builder for authoring Work Instructions.

Created in NX9.0.3

License requirements: cam_base ("CAM BASE")

Parameters
param
Returns
created builder object
unsafe NXOpen.CAM.WorkInstructionOutputBuilder NXOpen.CAM.CAMSetup.CreateWorkInstructionOutputBuilder ( )

Create Work Instruction Output builder for publishing Work Instructions.

Created in NX9.0.3

License requirements: cam_base ("CAM BASE")

Returns
created builder object
unsafe void NXOpen.CAM.CAMSetup.CustomizationUpdateFromObject ( NXOpen.CAM.CAMObject  destinationObject,
NXOpen.CAM.CAMObject  sourceObject 
)

Customize from Object

Created in NX7.5.0

License requirements: cam_base ("CAM BASE")

Parameters
destinationObjectdestination object for customization
sourceObjectsource object for customization
unsafe void NXOpen.CAM.CAMSetup.CustomizationUpdateFromTemplate ( NXOpen.CAM.CAMObject[]  objects)

Customize from Template

Created in NX7.5.0

License requirements: cam_base ("CAM BASE")

Parameters
objectsdestination objects for customization
unsafe void NXOpen.CAM.CAMSetup.CutObjects ( NXOpen.CAM.CAMSetup.View  view,
NXOpen.CAM.CAMObject[]  objectsToBeMoved 
)

Cut objects

Created in NX4.0.0

License requirements: cam_base ("CAM BASE")

Parameters
viewview
objectsToBeMovedarray of objects to be moved
unsafe void NXOpen.CAM.CAMSetup.Delete3dWorkpieces ( NXOpen.CAM.CAMObject[]  objects)

Delete 3D workpieces of the selected operations

Created in NX9.0.0

License requirements: cam_base ("CAM BASE")

Parameters
objectsarray of operations
unsafe void NXOpen.CAM.CAMSetup.DeleteToolPath ( NXOpen.CAM.CAMObject[]  objects)

Delete tool path

Created in NX4.0.0

License requirements: cam_base ("CAM BASE")

Parameters
objectsarray of objects
unsafe void NXOpen.CAM.CAMSetup.DeleteVnckMachineData ( )

Removes vnck machine data

Created in NX8.5.0

License requirements: cam_base ("CAM BASE")

unsafe void NXOpen.CAM.CAMSetup.DeleteWorkInstructions ( NXOpen.CAM.CAMObject[]  objects)

Delete Work Instructions

Created in NX9.0.3

License requirements: cam_base ("CAM BASE")

Parameters
objectsarray of objects
unsafe void NXOpen.CAM.CAMSetup.DivideToolPaths ( NXOpen.CAM.CAMObject[]  objects,
NXOpen.CAM.ToolPathDivideBuilder  builder 
)

Tool Path Divide

Created in NX4.0.0

License requirements: cam_base ("CAM BASE")

Parameters
objectsarray of objects
builderbuilder containing split parameters
unsafe void NXOpen.CAM.CAMSetup.GenerateToolPath ( NXOpen.CAM.CAMObject[]  objects)

Generate tool path

Created in NX4.0.0

License requirements: cam_base ("CAM BASE")

Parameters
objectsarray of objects
unsafe NXOpen.CAM.CAMObject NXOpen.CAM.CAMSetup.GetCamExitObject ( )

Get the param object which is invoking the exit API

Created in NX8.5.0

License requirements: cam_base ("CAM BASE")

Returns
the cam exit object
unsafe string NXOpen.CAM.CAMSetup.GetMachineLibref ( )

Get machine libref

Created in NX8.5.0

License requirements: None.

Returns
unsafe string NXOpen.CAM.CAMSetup.GetPartMaterial ( )

Part material

Created in NX8.0.1

License requirements: None.

Returns
unsafe void NXOpen.CAM.CAMSetup.GetPartMaterialData ( out string  libref,
out string  name,
out string  description,
out string  code,
out string  hardness 
)

Get part material data

Created in NX8.0.2

License requirements: None.

Parameters
libref
name
description
code
hardness
unsafe NXOpen.CAM.NCGroup NXOpen.CAM.CAMSetup.GetRoot ( NXOpen.CAM.CAMSetup.View  branch)

Get root of the specified branch.

Created in NX7.5.0

License requirements: None.

Parameters
branchbranch from which to get setup root
Returns
root of the specified branch
unsafe void NXOpen.CAM.CAMSetup.GougeCheck ( NXOpen.CAM.CAMObject[]  objects,
bool  checkForHolderCollision 
)

Gouge Check

Created in NX6.0.0

Deprecated in NX9.0.0. Use new version with additional arguments instead.

License requirements: cam_base ("CAM BASE")

Parameters
objectsarray of objects to do gouge checking
checkForHolderCollisioncheck for tool holder collision
unsafe void NXOpen.CAM.CAMSetup.GougeCheck ( NXOpen.CAM.CAMObject[]  objects,
bool  checkForHolderCollision,
bool  useParametric,
bool  useUserdefStock,
double  userdefStock 
)

Gouge Check

Created in NX9.0.0

License requirements: cam_base ("CAM BASE")

Parameters
objectsarray of objects to do gouge checking
checkForHolderCollisioncheck for tool holder collision
useParametricuse parametric tool shape
useUserdefStockuse user defined stock
userdefStockuser defined stock
unsafe bool NXOpen.CAM.CAMSetup.HasSuppressedGeom ( NXOpen.CAM.CAMObject  param)

Check for suppressed geometry

Created in NX5.0.4

License requirements: cam_base ("CAM BASE")

Parameters
paramobject to test
Returns
unsafe bool NXOpen.CAM.CAMSetup.IsGroup ( NXOpen.CAM.CAMObject  camObject)

Check if the specified object is a group.

Created in NX7.5.0

License requirements: None.

Parameters
camObject
Returns
unsafe bool NXOpen.CAM.CAMSetup.IsOperation ( NXOpen.CAM.CAMObject  camobject)

Check if the specified object is an operation.

Created in NX7.5.0

License requirements: None.

Parameters
camobject
Returns
unsafe bool NXOpen.CAM.CAMSetup.IsToolPathLocked ( NXOpen.CAM.CAMObject object)

Lock Tool Path

Created in NX6.0.0

License requirements: cam_base ("CAM BASE")

Parameters
objectobject whose tool path is checked
Returns
tool path lock status
unsafe void NXOpen.CAM.CAMSetup.ListToolPath ( NXOpen.CAM.CAMObject[]  objects)

List tool path

Created in NX4.0.0

License requirements: cam_base ("CAM BASE")

Parameters
objectsarray of objects
unsafe void NXOpen.CAM.CAMSetup.LockToolPaths ( NXOpen.CAM.CAMObject[]  objects,
bool @  lock 
)

Lock Tool Path

Created in NX6.0.0

License requirements: cam_base ("CAM BASE")

Parameters
objectsarray of objects
locklock the tool path if true, else unlock the tool path
unsafe void NXOpen.CAM.CAMSetup.MinToolLen ( NXOpen.CAM.CAMObject[]  objects)

Minimum tool length

Created in NX7.5.0

License requirements: cam_base ("CAM BASE")

Parameters
objectsarray of objects
unsafe void NXOpen.CAM.CAMSetup.MoveObjects ( NXOpen.CAM.CAMSetup.View  view,
NXOpen.CAM.CAMObject[]  objectsToBeMoved,
NXOpen.CAM.CAMObject  destinationObject,
NXOpen.CAM.CAMSetup.Paste  pastePosition 
)

Move objects

Created in NX4.0.0

License requirements: cam_base ("CAM BASE")

Parameters
viewview
objectsToBeMovedarray of objects to be moved
destinationObjectthe destination object
pastePositionpaste inside or after the destination object
unsafe void NXOpen.CAM.CAMSetup.Optimize ( NXOpen.CAM.CAMObject[]  objects,
bool  consolidateTools,
bool  minimizeToolChanges,
bool  createOptimizationGroup 
)

Optimize

Created in NX6.0.0

License requirements: cam_base ("CAM BASE")

Parameters
objectsarray of objects to optimize
consolidateToolsconsolidate tools
minimizeToolChangesminimize tool changes
createOptimizationGroupcreate optimization group
unsafe void NXOpen.CAM.CAMSetup.OutputClsf ( NXOpen.CAM.CAMObject[]  objects,
string  clsfFormat,
string  outfileName,
NXOpen.CAM.CAMSetup.OutputUnits  outputUnits 
)

Output CLSF

Created in NX4.0.0

License requirements: cam_base ("CAM BASE")

Parameters
objectsarray of objects
clsfFormatclsf format
outfileNameoutput file name
outputUnitsoutput file unit
unsafe void NXOpen.CAM.CAMSetup.ParallelCreate3d ( NXOpen.CAM.CAMObject[]  objects)

Parallel create 3D

Created in NX9.0.1

License requirements: cam_base ("CAM BASE")

Parameters
objectsarray of objects
unsafe void NXOpen.CAM.CAMSetup.ParallelGenerate ( NXOpen.CAM.CAMObject[]  objects)

Parallel Generate tool path

Created in NX7.5.5

License requirements: cam_base ("CAM BASE")

Parameters
objectsarray of objects
unsafe void NXOpen.CAM.CAMSetup.Postprocess ( NXOpen.CAM.CAMObject[]  objects,
string  machineType,
string  outfileName,
NXOpen.CAM.CAMSetup.OutputUnits  outputUnits 
)

Postprocess

Created in NX4.0.0

License requirements: cam_base ("CAM BASE")

Parameters
objectsarray of objects
machineTypemachine type
outfileNameoutput file name
outputUnitsoutput file unit
unsafe void NXOpen.CAM.CAMSetup.PostprocessWithSetting ( NXOpen.CAM.CAMObject[]  objects,
string  machineType,
string  outfileName,
NXOpen.CAM.CAMSetup.OutputUnits  outputUnits,
NXOpen.CAM.CAMSetup.PostprocessSettingsOutputWarning  outputWarning,
NXOpen.CAM.CAMSetup.PostprocessSettingsReviewTool  reviewTool 
)

Postprocess

Created in NX8.0.0

License requirements: cam_base ("CAM BASE")

Parameters
objectsarray of objects
machineTypemachine type
outfileNameoutput file name
outputUnitsoutput file unit
outputWarningwhether ouput warning file
reviewToolwhether active review tool window
unsafe void NXOpen.CAM.CAMSetup.RemoveDependencies ( NXOpen.CAM.CAMObject[]  objects)

Remove dependencies of selected objects

Created in NX9.0.0

License requirements: cam_base ("CAM BASE")

Parameters
objectsarray of objects
unsafe void NXOpen.CAM.CAMSetup.RemoveMachine ( )

Removes:

  • The machine part component from the CAM assembly
  • The machine kinematics from the CAM Setup
  • Carriers and Pockets from the CAM Setup, this means cleanup the Operation Navigator

Created in NX8.5.0

License requirements: cam_base ("CAM BASE")

unsafe void NXOpen.CAM.CAMSetup.RemoveSuppressedGeom ( NXOpen.CAM.CAMObject  param)

Remove suppressed geometry

Created in NX5.0.4

License requirements: cam_base ("CAM BASE")

Parameters
paramobject to operate on
unsafe void NXOpen.CAM.CAMSetup.ReplayToolPath ( NXOpen.CAM.CAMObject[]  objects)

Replay tool path

Created in NX4.0.0

License requirements: cam_base ("CAM BASE")

Parameters
objectsarray of objects
unsafe void NXOpen.CAM.CAMSetup.RestoreDependencies ( NXOpen.CAM.CAMObject[]  objects)

Restore dependencies of selected objects

Created in NX9.0.0

License requirements: cam_base ("CAM BASE")

Parameters
objectsarray of objects
unsafe NXOpen.CAM.NCGroup NXOpen.CAM.CAMSetup.RetrieveDevice ( string  libRef)

Retrieve a device from library

Created in NX8.0.0

License requirements: None.

Parameters
libRefa unique library reference identifier
Returns
machine device created
unsafe NXOpen.CAM.Tool NXOpen.CAM.CAMSetup.RetrieveTool ( string  libRef,
out bool  success 
)

Retrieve a tool from library

Created in NX7.5.0

License requirements: None.

Parameters
libRefthe library name
Returns
created the tool library
Parameters
success
unsafe NXOpen.CAM.Tool NXOpen.CAM.CAMSetup.RetrieveTool ( string  libRef,
NXOpen.CAM.CAMObject  target,
out NXOpen.CAM.CAMObject  nextTarget,
out bool  success 
)

Retrieve a tool from library to the target

Created in NX8.5.0

License requirements: None.

Parameters
libRefthe library name
targetthe target where the tool is mounted
nextTargetthe next target where the tool can be mounted
Returns
created the tool library
Parameters
success
unsafe NXOpen.CAM.CAMObject.ErrorItem [] NXOpen.CAM.CAMSetup.SetMachiningData ( NXOpen.CAM.CAMObject[]  objects)

Set Machining Data

Created in NX6.0.0

License requirements: cam_base ("CAM BASE")

Parameters
objectsarray of objects
Returns
array of errors
unsafe void NXOpen.CAM.CAMSetup.SetPartMaterial ( string  libRef)

Part material

Created in NX8.0.1

License requirements: cam_base ("CAM BASE")

Parameters
libRef
unsafe void NXOpen.CAM.CAMSetup.SetTemplateStatus ( NXOpen.CAM.CAMObject[]  objects,
bool  useAsParent,
bool  createIfParentCreated 
)

Set Template status

Created in NX6.0.0

License requirements: cam_base ("CAM BASE")

Parameters
objectsarray of objects to adjust
useAsParentobject can be used as a template or not
createIfParentCreatedcreate if parent is created
unsafe void NXOpen.CAM.CAMSetup.Show2dWorkpiece ( NXOpen.CAM.CAMObject[]  objects)

Show 2D workpiece

Created in NX4.0.0

License requirements: cam_base ("CAM BASE")

Parameters
objectsarray of objects
unsafe void NXOpen.CAM.CAMSetup.Show2dWorkpieceIn ( NXOpen.CAM.CAMObject[]  objects)

Show ingoing 2D workpiece

Created in NX5.0.0

License requirements: cam_base ("CAM BASE")

Parameters
objectsarray of objects
unsafe void NXOpen.CAM.CAMSetup.Show2dWorkpieceOut ( NXOpen.CAM.CAMObject[]  objects)

Show outgoing 2D workpiece

Created in NX5.0.0

License requirements: cam_base ("CAM BASE")

Parameters
objectsarray of objects
unsafe void NXOpen.CAM.CAMSetup.Show3dWorkpiece ( NXOpen.CAM.CAMObject[]  objects)

Show 3D workpiece

Created in NX4.0.0

License requirements: cam_base ("CAM BASE")

Parameters
objectsarray of objects
unsafe void NXOpen.CAM.CAMSetup.ShowSpinning3dWorkpiece ( NXOpen.CAM.CAMObject[]  objects)

Show spinning 3D workpiece

Created in NX9.0.1

License requirements: cam_base ("CAM BASE")

Parameters
objectsarray of objects
unsafe void NXOpen.CAM.CAMSetup.SplitToolPaths ( NXOpen.CAM.CAMObject[]  objects,
NXOpen.CAM.ToolPathSplitBuilder  builder 
)

Tool Path Split by Holder

Created in NX6.0.0

License requirements: cam_base ("CAM BASE")

Parameters
objectsarray of objects
builderbuilder containing split parameters
unsafe void NXOpen.CAM.CAMSetup.SwitchLayerLayout ( NXOpen.CAM.CAMObject object)

Switch Layer and Layout

Created in NX9.0.1

License requirements: cam_base ("CAM BASE")

Parameters
objectthe object for which the layer and layout has to be switched
unsafe void NXOpen.CAM.CAMSetup.TiltToolPaths ( NXOpen.CAM.CAMObject[]  objects,
NXOpen.CAM.ToolPathTiltBuilder  builder 
)

Tool Path Tilt

Created in NX7.5.0

License requirements: cam_base ("CAM BASE")

Parameters
objectsarray of objects
builderbuilder containing tilt parameters
unsafe void NXOpen.CAM.CAMSetup.TrimToolPath ( NXOpen.CAM.OperationBuilder  operationBuilder)

Interactive Tool Path Trim

Created in NX9.0.3

License requirements: cam_base ("CAM BASE")

Parameters
operationBuilder
unsafe void NXOpen.CAM.CAMSetup.UnapproveObjects ( NXOpen.CAM.CAMObject[]  objects)

Unapprove objects

Created in NX7.5.0

License requirements: cam_base ("CAM BASE")

Parameters
objectsarray of objects
unsafe void NXOpen.CAM.CAMSetup.UpdateGeometryDependencies ( NXOpen.CAM.CAMObject[]  objects)

Update geometry dependencies of selected objects

Created in NX9.0.0

License requirements: cam_base ("CAM BASE")

Parameters
objectsarray of objects
unsafe bool NXOpen.CAM.CAMSetup.UpdateResourcesOnRule ( )

Update Resources (Machine, Tools, Devices) based on assembly loading rule

Created in NX10.0.3

License requirements: None.

Returns
return whether CAM ressources have been modified or not

Property Documentation

NXOpen.CAM.NCGroupCollection NXOpen.CAM.CAMSetup.CAMGroupCollection
get

Returns the NCGroupCollection instance belonging to this setup

Created in NX3.0.0

NXOpen.CAM.OperationCollection NXOpen.CAM.CAMSetup.CAMOperationCollection
get

Returns the OperationCollection instance belonging to this setup

Created in NX3.0.0

unsafe bool NXOpen.CAM.CAMSetup.IsLibrarySetup
get

Returns the flag indicating if this setup is initialized from a library.

Created in NX7.5.3

License requirements: None.

unsafe string NXOpen.CAM.CAMSetup.LibraryReference
getset

Returns or sets the template library reference

Created in NX7.5.3

License requirements to get this property: None.

License requirements to set this property: cam_base ("CAM BASE")

unsafe bool NXOpen.CAM.CAMSetup.OutputBallCenter
getset

Returns or sets the setting for ball center output at posting time

Created in NX9.0.1

License requirements to get this property: None.

License requirements to set this property: cam_base ("CAM BASE")


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