NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
NXOpen.CAM.InspectionSetup Class Reference

Inspection setup More...

Inheritance diagram for NXOpen.CAM.InspectionSetup:
NXOpen.CAM.CAMObject NXOpen.NXObject NXOpen.TaggedObject NXOpen.INXObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

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.NcmctPartMountingBuilder 
CreateNcmctPartMountingBuilder (string libRef)
 Creates a Part Mounting Builder. More...
 
unsafe NXOpen.CAM.ObjectsUdeSet CreateObjectsUdeSet (NXOpen.CAM.CAMObject[]@params, NXOpen.CAM.CAMSetup.Ude udeType)
 Create ObjectsUdeSet. More...
 
unsafe void CutObjects (NXOpen.CAM.CAMSetup.View view, NXOpen.CAM.CAMObject[] objectsToBeMoved)
 Cut objects More...
 
unsafe void GenerateToolPath (NXOpen.CAM.CAMObject[] objects)
 Generate tool path More...
 
unsafe NXOpen.CAM.InspectionGroup GetRoot (NXOpen.CAM.CAMSetup.View branch)
 Get root of the specified branch. More...
 
unsafe void LockToolPaths (NXOpen.CAM.CAMObject[] objects, bool @lock)
 Lock Tool Path 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 PasteObjects (NXOpen.CAM.CAMSetup.View view, NXOpen.CAM.CAMObject[] objectsToBeMoved, NXOpen.CAM.CAMObject destinationObject, NXOpen.CAM.CAMSetup.Paste pastePosition)
 Paste objects after cut 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 ResequencePaths (NXOpen.CAM.CAMObject[] paths)
 Resequence selected paths using nearest neighbor order More...
 
unsafe void ResequenceTols (NXOpen.CAM.CAMObject[] tols)
 Resequence tolerances More...
 
unsafe NXOpen.CAM.InspectionGroup RetrieveDevice (string libRef)
 Retrieve a device from library More...
 
unsafe string[] RetrievePathMessages (NXOpen.CAM.CAMObject[] objects)
 Retrieve toolpath validation messages More...
 
unsafe NXOpen.CAM.InspectionTool RetrieveTool (string libRef, out bool success)
 Retrieve a tool from library More...
 
unsafe NXOpen.CAM.InspectionTool 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 void SetTemplateStatus (NXOpen.CAM.CAMObject[] objects, bool useAsParent, bool createIfParentCreated)
 Set Template status More...
 
unsafe void UpdateFeatureNames (string originalFeatName, string newFeatName)
 Update feature names in referencing operations. More...
 
unsafe void UpdateToleranceNames (string originalTolName, string newTolName)
 Update tolerance names in referencing operations. More...
 
- Public Member Functions inherited from NXOpen.CAM.CAMObject
unsafe bool AskPathExists ()
 Tells if the object has a path More...
 
unsafe void ConvertToExplorerDialog ()
 Change the dialog customization of the object to use the explorer dialog style More...
 
unsafe NXOpen.CAM.Path CreateEmptyPath ()
 Create an empty path for the object More...
 
unsafe bool GetBooleanValue (string title)
 Get the boolean 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 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 int GetIntegerValue (string title)
 Get the integer 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.NXObject[] GetObjectArrayValue (string title)
 Get the object array value of the parameter index from the object. More...
 
unsafe NXOpen.CAM.Path GetPath ()
 Returns the path More...
 
unsafe double[] GetRealArrayValue (string title)
 Get the real array 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 NXOpen.CAM.CAMObject.Status GetStatus ()
 Get the status of the input object. More...
 
unsafe string[] GetStringArrayValue (string title)
 Get the string array 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 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 bool Has911Attribute (NXOpen.CAM.CAMObject.Attr attrId)
 Check if a 911 attribute exists in an 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 void SavePath (NXOpen.CAM.Path theBuilder)
 This must be called to establish proper part status More...
 
unsafe void SetBooleanValue (string title, bool value)
 Set a boolean value 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 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 SetIntegerValue (string title, int value)
 Set an integer 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 SetObjectArrayValue (string title, NXOpen.NXObject[] value)
 Set object array 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 SetRealValue (string title, double value)
 Set a real value 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 SetStringValue (string title, string value)
 Set a string value 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...
 
- Public Member Functions inherited from NXOpen.NXObject
unsafe NXOpen.AttributeIterator CreateAttributeIterator ()
 Create an attribute iterator 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 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 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.AttributeIterator iterator, NXOpen.Update.Option option)
 Deletes the attributes on the object, if any, that satisfy the given iterator 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 NXOpen.INXObject FindObject (string journalIdentifier)
 Finds the NXOpen.NXObject with the given identifier as recorded in a journal. More...
 
unsafe
NXOpen.NXObject.AttributeInformation[] 
GetAttributeTitlesByType (NXOpen.NXObject.AttributeType type)
 Gets all the attribute titles of a specific type. More...
 
unsafe bool GetBooleanUserAttribute (string title, int index)
 Gets a boolean 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 int GetIntegerAttribute (string title)
 Gets an integer attribute by title. More...
 
unsafe int GetIntegerUserAttribute (string title, int index)
 Gets an integer attribute by Title and array Index. 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 string GetPdmReferenceAttributeValue (string attributeTitle)
 Gets the value of PDM Reference attribute for given object. More...
 
unsafe double GetRealAttribute (string title)
 Gets a real attribute by title. More...
 
unsafe double GetRealUserAttribute (string title, int index)
 Gets a real attribute by Title and array Index. 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 string GetStringAttribute (string title)
 Gets a string attribute value by title. More...
 
unsafe string GetStringUserAttribute (string title, int index)
 Gets a string attribute by Title and array Index. More...
 
unsafe string GetTimeAttribute (NXOpen.NXObject.DateAndTimeFormat format, string title)
 Gets a time attribute by title. More...
 
unsafe string GetTimeUserAttribute (string title, int index)
 Gets a time attribute by Title and array Index. 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
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 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 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 bool GetUserAttributeLock (string title, NXOpen.NXObject.AttributeType type)
 Determine the lock of the given attribute. 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
NXOpen.NXObject.AttributeInformation[] 
GetUserAttributes (bool includeUnset, bool addStringValues)
 Gets all the attributes of the given object. More...
 
unsafe string[] GetUserAttributesAsStrings ()
 Gets all the attributes that have been set on the given object. 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 NXOpen.NXObject[] GetUserAttributeSourceObjects ()
 Returns an array of objects from which this object presents attributes. 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 void Print ()
 Prints a representation of this object to the system log file. 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 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 void SetName (string name)
 Sets the custom name of the object. More...
 
unsafe void SetPdmReferenceAttribute (string attributeTitle, string attributeValue)
 Sets the value of PDM Reference attribute on the object. 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 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 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 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 SetUserAttributeLock (string title, NXOpen.NXObject.AttributeType type, bool @lock)
 Lock or unlock the given attribute. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

NXOpen.CAM.InspectionGroupCollection CmmInspectionGroupCollection [get]
 Returns the InspectionGroupCollection instance belonging to this setup More...
 
NXOpen.CAM.InspectionOperationCollection CmmInspectionOperationCollection [get]
 Returns the InspectionOperationCollection instance belonging to this setup More...
 

Additional Inherited Members

- Public Types inherited from NXOpen.CAM.CAMObject
enum  Attr {
  ProjDiffTaxis = 1, ProfileFlipMside, BndSplineTangent, BlankNormalDiffTaxis,
  BndHasSleepObj, ClrnrNotParallelTaxis, BndNotParallelFloor, FloorNotUpToDate,
  SingleProfileWithFirstCut, CutterConversionProblem, PredefinedDepthConversionProblem, 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  FeedRateUnit { None, PerMinute, PerRevolution }
 The unit of feed rate More...
 
enum  Status { Complete, Repost, Regen, Approved = 4 }
 The status of the object More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Inspection setup

Use the Part class to get or create an inspection setup

Created in NX7.0.0

Member Function Documentation

unsafe void NXOpen.CAM.InspectionSetup.BufferObjects ( NXOpen.CAM.CAMSetup.View  view,
NXOpen.CAM.CAMObject[]  objectsToBeBuffered 
)
inline

Buffer objects to the clipboard and prepare for copy later

Created in NX7.0.0

License requirements: insp_programming ("INSPECTION PROGRAMMING")

Parameters
viewview
objectsToBeBufferedarray of objects to be buffered
unsafe NXOpen.CAM.CAMObject [] NXOpen.CAM.InspectionSetup.CopyObjects ( NXOpen.CAM.CAMSetup.View  view,
NXOpen.CAM.CAMObject[]  objectsToBeMoved,
NXOpen.CAM.CAMObject  destinationObject,
NXOpen.CAM.CAMSetup.Paste  pastePosition 
)
inline

Copy objects

Created in NX7.0.0

License requirements: insp_programming ("INSPECTION PROGRAMMING")

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.NcmctPartMountingBuilder NXOpen.CAM.InspectionSetup.CreateNcmctPartMountingBuilder ( string  libRef)
inline

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: insp_programming ("INSPECTION PROGRAMMING")

Parameters
libRefa unique library reference identifier
Returns
part mounting builder created
unsafe NXOpen.CAM.ObjectsUdeSet NXOpen.CAM.InspectionSetup.CreateObjectsUdeSet ( NXOpen.CAM.CAMObject @[]  params,
NXOpen.CAM.CAMSetup.Ude  udeType 
)
inline

Create ObjectsUdeSet.

Created in NX9.0.2

License requirements: insp_programming ("INSPECTION PROGRAMMING")

Parameters
paramsarray of operations or groups
udeTypeude type
Returns
created objects ude set
unsafe void NXOpen.CAM.InspectionSetup.CutObjects ( NXOpen.CAM.CAMSetup.View  view,
NXOpen.CAM.CAMObject[]  objectsToBeMoved 
)
inline

Cut objects

Created in NX7.0.0

License requirements: insp_programming ("INSPECTION PROGRAMMING")

Parameters
viewview
objectsToBeMovedarray of objects to be moved
unsafe void NXOpen.CAM.InspectionSetup.GenerateToolPath ( NXOpen.CAM.CAMObject[]  objects)
inline

Generate tool path

Created in NX7.0.0

License requirements: insp_programming ("INSPECTION PROGRAMMING")

Parameters
objectsarray of objects
unsafe NXOpen.CAM.InspectionGroup NXOpen.CAM.InspectionSetup.GetRoot ( NXOpen.CAM.CAMSetup.View  branch)
inline

Get root of the specified branch.

Created in NX9.0.3

License requirements: None.

Parameters
branchBranch from which to get setup root
Returns
Root of the specified branch
unsafe void NXOpen.CAM.InspectionSetup.LockToolPaths ( NXOpen.CAM.CAMObject[]  objects,
bool @  lock 
)
inline

Lock Tool Path

Created in NX7.5.4

License requirements: insp_programming ("INSPECTION PROGRAMMING")

Parameters
objectsarray of objects
locklock the tool path if true, else unlock the tool path
unsafe void NXOpen.CAM.InspectionSetup.MoveObjects ( NXOpen.CAM.CAMSetup.View  view,
NXOpen.CAM.CAMObject[]  objectsToBeMoved,
NXOpen.CAM.CAMObject  destinationObject,
NXOpen.CAM.CAMSetup.Paste  pastePosition 
)
inline

Move objects

Created in NX7.0.0

License requirements: insp_programming ("INSPECTION PROGRAMMING")

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

Paste objects after cut

Created in NX8.5.1

License requirements: insp_programming ("INSPECTION PROGRAMMING")

Parameters
viewview
objectsToBeMovedarray of objects to be pasted
destinationObjectthe destination object
pastePositionpaste inside or after the destination object
unsafe void NXOpen.CAM.InspectionSetup.Postprocess ( NXOpen.CAM.CAMObject[]  objects,
string  machineType,
string  outfileName,
NXOpen.CAM.CAMSetup.OutputUnits  outputUnits 
)
inline

Postprocess

Created in NX7.0.0

License requirements: insp_programming ("INSPECTION PROGRAMMING")

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

Postprocess

Created in NX8.0.0

License requirements: insp_programming ("INSPECTION PROGRAMMING")

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.InspectionSetup.ResequencePaths ( NXOpen.CAM.CAMObject[]  paths)
inline

Resequence selected paths using nearest neighbor order

Created in NX9.0.0

License requirements: None.

Parameters
pathsarray of paths to resequence
unsafe void NXOpen.CAM.InspectionSetup.ResequenceTols ( NXOpen.CAM.CAMObject[]  tols)
inline

Resequence tolerances

Created in NX9.0.0

License requirements: None.

Parameters
tolsarray of tolerances to resequence
unsafe NXOpen.CAM.InspectionGroup NXOpen.CAM.InspectionSetup.RetrieveDevice ( string  libRef)
inline

Retrieve a device from library

Created in NX8.0.0

License requirements: None.

Parameters
libRefa unique library reference identifier
Returns
machine device created
unsafe string [] NXOpen.CAM.InspectionSetup.RetrievePathMessages ( NXOpen.CAM.CAMObject[]  objects)
inline

Retrieve toolpath validation messages

Created in NX9.0.0

License requirements: None.

Parameters
objectsarray of object tags
Returns
array of message strings
unsafe NXOpen.CAM.InspectionTool NXOpen.CAM.InspectionSetup.RetrieveTool ( string  libRef,
out bool  success 
)
inline

Retrieve a tool from library

Created in NX7.5.1

License requirements: None.

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

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 void NXOpen.CAM.InspectionSetup.SetTemplateStatus ( NXOpen.CAM.CAMObject[]  objects,
bool  useAsParent,
bool  createIfParentCreated 
)
inline

Set Template status

Created in NX7.0.0

License requirements: insp_programming ("INSPECTION PROGRAMMING")

Parameters
objectsarray of objects to adjust
useAsParentobject can be used as a template or not
createIfParentCreatedcreate if parent is created
unsafe void NXOpen.CAM.InspectionSetup.UpdateFeatureNames ( string  originalFeatName,
string  newFeatName 
)
inline

Update feature names in referencing operations.

Created in NX9.0.3

License requirements: None.

Parameters
originalFeatNameOriginal feature name
newFeatNameNew feature name
unsafe void NXOpen.CAM.InspectionSetup.UpdateToleranceNames ( string  originalTolName,
string  newTolName 
)
inline

Update tolerance names in referencing operations.

Created in NX10.0.3

License requirements: None.

Parameters
originalTolNameOriginal tolerance name
newTolNameNew tolerance name

Property Documentation

NXOpen.CAM.InspectionGroupCollection NXOpen.CAM.InspectionSetup.CmmInspectionGroupCollection
get

Returns the InspectionGroupCollection instance belonging to this setup

Created in NX7.0.0

NXOpen.CAM.InspectionOperationCollection NXOpen.CAM.InspectionSetup.CmmInspectionOperationCollection
get

Returns the InspectionOperationCollection instance belonging to this setup

Created in NX7.0.0


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