InspectionOperationCollection Class¶
-
class
NXOpen.CAM.InspectionOperationCollection¶ Bases:
objectRepresents the CMM Inspection operation collection
To obtain an instance of this class, refer to
NXOpen.CAM.InspectionSetupNew in version NX7.0.0.
Methods¶
| Method | Description |
|---|---|
| Create | Create an operation of the specified type and subtype under the parent groups. |
| CreateGraphicalReportBuilder | Creates a CMM Inspection Graphical Report operation builder |
| CreateGraphicalReportOutputBuilder | Creates a CMM Inspection Output Graphical Report builder |
| CreateImportDmisBuilder | Creates a CMM Inspection Import Dmis builder |
| CreateInspectionAlignmentAssistantBuilder | Creates a CMM Inspection Operation Alignment Assistant builder |
| CreateInspectionAlignmentBuilder | Creates an Inspection Alignment Builder |
| CreateInspectionAnalyzeBuilder | Creates a CMM Inspection Analyze dialog builder |
| CreateInspectionAnalyzeOutputBuilder | Creates a CMM Inspection Analyze Output dialog builder |
| CreateInspectionArcFeatureBuilder | Creates a CMM Inspection Arc Feature Builder |
| CreateInspectionCircleFeatureBuilder | Creates an Inspection Circle Feature Builder |
| CreateInspectionCmmCommandBuilder | Creates a CMM Inspection Cmm Command Builder |
| CreateInspectionCollisionAvoidanceBuilder | Creates a CMM Inspection Collision Avoidance dialog builder |
| CreateInspectionConeFeatureBuilder | Creates an Inspection Cone Feature Builder |
| CreateInspectionConstructedFeatureBuilder | Creates an Inspection Constructed Feature Builder |
| CreateInspectionCparlnFeatureBuilder | Creates an Inspection Cparln Feature Builder |
| CreateInspectionCreatePathsBuilder | Creates a CMM Inspection Create Paths dialog builder |
| CreateInspectionCurveFeatureBuilder | Creates an Inspection Curve Feature Builder |
| CreateInspectionCylinderFeatureBuilder | Creates an Inspection Cylinder Feature Builder |
| CreateInspectionDeleteMeaPtsBuilderSel | Creates a CMM Inspection Delete Analyze Points dialog builder with selected operations |
| CreateInspectionEdgePointFeatureBuilder | Creates a CMM Inspection Edge Point Feature dialog builder |
| CreateInspectionLineFeatureBuilder | Creates an Inspection Line Feature Builder |
| CreateInspectionLinkPmiBuilder | Creates a CMM Inspection Link PMI dialog builder |
| CreateInspectionMeasDataBuilder | Creates a CMM Inspection Analyze Measured Data dialog builder |
| CreateInspectionOperationTransformBuilder | Creates a CMM Inspection Operation Transform dialog builder |
| CreateInspectionOutputOperationBuilder | Creates an Inspection Output Operation Builder |
| CreateInspectionParplnFeatureBuilder | Creates an Inspection Parpln Feature Builder |
| CreateInspectionPathBuilder | Creates a CMM Inspection Path Operation builder |
| CreateInspectionPatternFeatureBuilder | Creates an Inspection Pattern Feature Builder |
| CreateInspectionPlaneFeatureBuilder | Creates an Inspection Plane Feature Builder |
| CreateInspectionPointFeatureBuilder | Creates an Inspection Point Feature Builder |
| CreateInspectionSaveToLayerBuilder | Creates a CMM Inspection Analyze Save To Layer dialog builder |
| CreateInspectionSaveToLayerBuilderSel | Creates a CMM Inspection Analyze Save To Layer dialog builder with selected operations |
| CreateInspectionSensorBuilder | Creates a CMM Inspection Sensor Operation builder |
| CreateInspectionSphereFeatureBuilder | Creates an Inspection Sphere Feature Builder |
| CreateInspectionSurfaceFeatureBuilder | Creates an Inspection Surface Feature Builder |
| CreateInspectionToleranceOperationBuilder | Creates a cmm tolerance operation builder |
| CreateInspectionTorusFeatureBuilder | Creates an Inspection Torus Feature Builder |
| FindObject | Finds the InspectionOperation object with the given identifier as recorded in a journal. |
| SetPathFeature | Sets the Inspection Feature referenced in an Inspection Path. |
Method Detail¶
Create¶
-
InspectionOperationCollection.Create¶ 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.
Signature
Create(parentProgramGroup, parentMethodGroup, parentToolGroup, parentGeometryGroup, typeName, subtypeName, useDefaultName, newOperationName)Parameters: - parentProgramGroup (
NXOpen.CAM.InspectionGroup) – the parent program group - parentMethodGroup (
NXOpen.CAM.InspectionGroup) – the parent method group - parentToolGroup (
NXOpen.CAM.InspectionGroup) – the parent tool group - parentGeometryGroup (
NXOpen.CAM.InspectionGroup) – the parent geometry group - typeName (str) – the name of the template type
- subtypeName (str) – the name of the template subtype
- useDefaultName (
NXOpen.CAM.OperationCollectionUseDefaultName) – use default name or not - newOperationName (str) – the name of the created operation, only used when use_default_name == true
Returns: the created operation
Return type: New in version NX4.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
- parentProgramGroup (
CreateGraphicalReportBuilder¶
-
InspectionOperationCollection.CreateGraphicalReportBuilder¶ Creates a CMM Inspection Graphical Report operation builder
Signature
CreateGraphicalReportBuilder(param)Parameters: param ( NXOpen.CAM.CAMObject) – Graphical Report operation to be editedReturns: Graphical report builder created Return type: NXOpen.CAM.InspectionGraphicalReportBuilderNew in version NX10.0.3.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
CreateGraphicalReportOutputBuilder¶
-
InspectionOperationCollection.CreateGraphicalReportOutputBuilder¶ Creates a CMM Inspection Output Graphical Report builder
Signature
CreateGraphicalReportOutputBuilder(objectsToOutput)Parameters: objectsToOutput (list of NXOpen.CAM.CAMObject) – array of report objects to outputReturns: Graphical report output builder created Return type: NXOpen.CAM.InspectionGraphicalReportOutputBuilderNew in version NX10.0.3.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
CreateImportDmisBuilder¶
-
InspectionOperationCollection.CreateImportDmisBuilder¶ Creates a CMM Inspection Import Dmis builder
Signature
CreateImportDmisBuilder(programGroup)Parameters: programGroup ( NXOpen.CAM.InspectionGroup) – the program group to place newly created operationsReturns: Import Dmis Dialog builder created Return type: NXOpen.CAM.InspectionImportDmisBuilderNew in version NX11.0.1.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
CreateInspectionAlignmentAssistantBuilder¶
-
InspectionOperationCollection.CreateInspectionAlignmentAssistantBuilder¶ Creates a CMM Inspection Operation Alignment Assistant builder
Signature
CreateInspectionAlignmentAssistantBuilder(param)Parameters: param ( NXOpen.CAM.CAMObject) – Object to be editedReturns: Alignment Assistant Dialog builder created Return type: NXOpen.CAM.InspectionAlignmentAssistantBuilderNew in version NX10.0.3.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
CreateInspectionAlignmentBuilder¶
-
InspectionOperationCollection.CreateInspectionAlignmentBuilder¶ Creates an Inspection Alignment Builder
Signature
CreateInspectionAlignmentBuilder(param)Parameters: param ( NXOpen.CAM.CAMObject) – Inspection alignment to be editedReturns: Inspection alignment builder created Return type: NXOpen.CAM.InspectionAlignmentBuilderNew in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
CreateInspectionAnalyzeBuilder¶
-
InspectionOperationCollection.CreateInspectionAnalyzeBuilder¶ Creates a CMM Inspection Analyze dialog builder
Signature
CreateInspectionAnalyzeBuilder(param)Parameters: param ( NXOpen.CAM.CAMObject) – Selected NodeReturns: Analyze Dialog builder created Return type: NXOpen.CAM.InspectionAnalyzeBuilderNew in version NX8.5.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
CreateInspectionAnalyzeOutputBuilder¶
-
InspectionOperationCollection.CreateInspectionAnalyzeOutputBuilder¶ Creates a CMM Inspection Analyze Output dialog builder
Signature
CreateInspectionAnalyzeOutputBuilder(param)Parameters: param ( NXOpen.CAM.CAMObject) – Selected NodeReturns: Analyze Output Dialog builder created Return type: NXOpen.CAM.InspectionAnalyzeOutputBuilderNew in version NX8.5.1.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
CreateInspectionArcFeatureBuilder¶
-
InspectionOperationCollection.CreateInspectionArcFeatureBuilder¶ Creates a CMM Inspection Arc Feature Builder
Signature
CreateInspectionArcFeatureBuilder(param)Parameters: param ( NXOpen.CAM.CAMObject) – Inspection Arc Feature to be editedReturns: Inspection Arc Feature builder created Return type: NXOpen.CAM.InspectionArcFeatureBuilderNew in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
CreateInspectionCircleFeatureBuilder¶
-
InspectionOperationCollection.CreateInspectionCircleFeatureBuilder¶ Creates an Inspection Circle Feature Builder
Signature
CreateInspectionCircleFeatureBuilder(param)Parameters: param ( NXOpen.CAM.CAMObject) – Inspection Circle Feature to be editedReturns: Inspection Circle Feature builder created Return type: NXOpen.CAM.InspectionCircleFeatureBuilderNew in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
CreateInspectionCmmCommandBuilder¶
-
InspectionOperationCollection.CreateInspectionCmmCommandBuilder¶ Creates a CMM Inspection Cmm Command Builder
Signature
CreateInspectionCmmCommandBuilder(param)Parameters: param ( NXOpen.CAM.CAMObject) – Inspection Cmm command to be editedReturns: Inspection Cmm command builder created Return type: NXOpen.CAM.InspectionCmmCommandBuilderNew in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
CreateInspectionConeFeatureBuilder¶
-
InspectionOperationCollection.CreateInspectionConeFeatureBuilder¶ Creates an Inspection Cone Feature Builder
Signature
CreateInspectionConeFeatureBuilder(param)Parameters: param ( NXOpen.CAM.CAMObject) – Inspection Cone Feature to be editedReturns: Inspection Cone Feature builder created Return type: NXOpen.CAM.InspectionConeFeatureBuilderNew in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
CreateInspectionConstructedFeatureBuilder¶
-
InspectionOperationCollection.CreateInspectionConstructedFeatureBuilder¶ Creates an Inspection Constructed Feature Builder
Signature
CreateInspectionConstructedFeatureBuilder(param)Parameters: param ( NXOpen.CAM.CAMObject) – Inspection Constructed Feature to be editedReturns: Inspection Constructed Feature builder created Return type: NXOpen.CAM.InspectionConstructedFeatureBuilderNew in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
CreateInspectionCparlnFeatureBuilder¶
-
InspectionOperationCollection.CreateInspectionCparlnFeatureBuilder¶ Creates an Inspection Cparln Feature Builder
Signature
CreateInspectionCparlnFeatureBuilder(param)Parameters: param ( NXOpen.CAM.CAMObject) – Inspection Cparln Feature to be editedReturns: Inspection Cparln Feature builder created Return type: NXOpen.CAM.InspectionCparlnFeatureBuilderNew in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
CreateInspectionCreatePathsBuilder¶
-
InspectionOperationCollection.CreateInspectionCreatePathsBuilder¶ Creates a CMM Inspection Create Paths dialog builder
Signature
CreateInspectionCreatePathsBuilder(param)Parameters: param ( NXOpen.CAM.CAMObject) – Selected NodeReturns: Create Paths Dialog builder created Return type: NXOpen.CAM.InspectionCreatePathsBuilderNew in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
CreateInspectionCurveFeatureBuilder¶
-
InspectionOperationCollection.CreateInspectionCurveFeatureBuilder¶ Creates an Inspection Curve Feature Builder
Signature
CreateInspectionCurveFeatureBuilder(param)Parameters: param ( NXOpen.CAM.CAMObject) – Inspection Curve Feature to be editedReturns: Inspection Curve Feature builder created Return type: NXOpen.CAM.InspectionCurveFeatureBuilderNew in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
CreateInspectionCylinderFeatureBuilder¶
-
InspectionOperationCollection.CreateInspectionCylinderFeatureBuilder¶ Creates an Inspection Cylinder Feature Builder
Signature
CreateInspectionCylinderFeatureBuilder(param)Parameters: param ( NXOpen.CAM.CAMObject) – Inspection Cylinder Feature to be editedReturns: Inspection Cylinder Feature builder created Return type: NXOpen.CAM.InspectionCylinderFeatureBuilderNew in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
CreateInspectionDeleteMeaPtsBuilderSel¶
-
InspectionOperationCollection.CreateInspectionDeleteMeaPtsBuilderSel¶ Creates a CMM Inspection Delete Analyze Points dialog builder with selected operations
Signature
CreateInspectionDeleteMeaPtsBuilderSel(selOps)Parameters: selOps (list of NXOpen.CAM.CAMObject) – array of selected operationsReturns: Delete Analyze Points Dialog builder created Return type: NXOpen.CAM.InspectionDeleteMeaPtsBuilderNew in version NX9.0.1.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
CreateInspectionEdgePointFeatureBuilder¶
-
InspectionOperationCollection.CreateInspectionEdgePointFeatureBuilder¶ Creates a CMM Inspection Edge Point Feature dialog builder
Signature
CreateInspectionEdgePointFeatureBuilder(param)Parameters: param ( NXOpen.CAM.CAMObject) – Selected NodeReturns: Edge Point Feature Dialog builder created Return type: NXOpen.CAM.InspectionEdgePointFeatureBuilderNew in version NX9.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
CreateInspectionLineFeatureBuilder¶
-
InspectionOperationCollection.CreateInspectionLineFeatureBuilder¶ Creates an Inspection Line Feature Builder
Signature
CreateInspectionLineFeatureBuilder(param)Parameters: param ( NXOpen.CAM.CAMObject) – Inspection Line Feature to be editedReturns: Inspection Line Feature builder created Return type: NXOpen.CAM.InspectionLineFeatureBuilderNew in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
CreateInspectionLinkPmiBuilder¶
-
InspectionOperationCollection.CreateInspectionLinkPmiBuilder¶ Creates a CMM Inspection Link PMI dialog builder
Signature
CreateInspectionLinkPmiBuilder(param)Parameters: param ( NXOpen.CAM.CAMObject) – Selected NodeReturns: Link PMI Dialog builder created Return type: NXOpen.CAM.InspectionLinkPmiBuilderNew in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
CreateInspectionMeasDataBuilder¶
-
InspectionOperationCollection.CreateInspectionMeasDataBuilder¶ Creates a CMM Inspection Analyze Measured Data dialog builder
Signature
CreateInspectionMeasDataBuilder(param)Parameters: param ( NXOpen.CAM.CAMObject) – Selected NodeReturns: Analyze Measured Data Dialog builder created Return type: NXOpen.CAM.InspectionMeasDataBuilderNew in version NX8.5.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
CreateInspectionOperationTransformBuilder¶
-
InspectionOperationCollection.CreateInspectionOperationTransformBuilder¶ Creates a CMM Inspection Operation Transform dialog builder
Signature
CreateInspectionOperationTransformBuilder(objectsToTransform)Parameters: objectsToTransform (list of NXOpen.CAM.CAMObject) – array of objects to transformReturns: created Transform Builder Return type: NXOpen.CAM.InspectionOperationTransformBuilderNew in version NX9.0.3.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
CreateInspectionOutputOperationBuilder¶
-
InspectionOperationCollection.CreateInspectionOutputOperationBuilder¶ Creates an Inspection Output Operation Builder
Signature
CreateInspectionOutputOperationBuilder(param)Parameters: param ( NXOpen.CAM.CAMObject) – operation to be editedReturns: operation builder created Return type: NXOpen.CAM.InspectionOutputOperationBuilderNew in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
CreateInspectionParplnFeatureBuilder¶
-
InspectionOperationCollection.CreateInspectionParplnFeatureBuilder¶ Creates an Inspection Parpln Feature Builder
Signature
CreateInspectionParplnFeatureBuilder(param)Parameters: param ( NXOpen.CAM.CAMObject) – Inspection Parpln Feature to be editedReturns: Inspection Parpln Feature builder created Return type: NXOpen.CAM.InspectionParplnFeatureBuilderNew in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
CreateInspectionPathBuilder¶
-
InspectionOperationCollection.CreateInspectionPathBuilder¶ Creates a CMM Inspection Path Operation builder
Signature
CreateInspectionPathBuilder(param)Parameters: param ( NXOpen.CAM.CAMObject) – Path operation to be editedReturns: Path operation builder created Return type: NXOpen.CAM.InspectionPathBuilderNew in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
CreateInspectionPatternFeatureBuilder¶
-
InspectionOperationCollection.CreateInspectionPatternFeatureBuilder¶ Creates an Inspection Pattern Feature Builder
Signature
CreateInspectionPatternFeatureBuilder(param)Parameters: param ( NXOpen.CAM.CAMObject) – Inspection Pattern Feature to be editedReturns: Inspection Pattern Feature builder created Return type: NXOpen.CAM.InspectionPatternFeatureBuilderNew in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
CreateInspectionPlaneFeatureBuilder¶
-
InspectionOperationCollection.CreateInspectionPlaneFeatureBuilder¶ Creates an Inspection Plane Feature Builder
Signature
CreateInspectionPlaneFeatureBuilder(param)Parameters: param ( NXOpen.CAM.CAMObject) – Inspection Plane Feature to be editedReturns: Inspection Plane Feature builder created Return type: NXOpen.CAM.InspectionPlaneFeatureBuilderNew in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
CreateInspectionPointFeatureBuilder¶
-
InspectionOperationCollection.CreateInspectionPointFeatureBuilder¶ Creates an Inspection Point Feature Builder
Signature
CreateInspectionPointFeatureBuilder(param)Parameters: param ( NXOpen.CAM.CAMObject) – Inspection Point Feature to be editedReturns: Inspection Point Feature builder created Return type: NXOpen.CAM.InspectionPointFeatureBuilderNew in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
CreateInspectionSaveToLayerBuilder¶
-
InspectionOperationCollection.CreateInspectionSaveToLayerBuilder¶ Creates a CMM Inspection Analyze Save To Layer dialog builder
Signature
CreateInspectionSaveToLayerBuilder(param)Parameters: param ( NXOpen.CAM.CAMObject) – not usedReturns: Save To Layer Dialog builder created Return type: NXOpen.CAM.InspectionSaveToLayerBuilderNew in version NX9.0.1.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
CreateInspectionSaveToLayerBuilderSel¶
-
InspectionOperationCollection.CreateInspectionSaveToLayerBuilderSel¶ Creates a CMM Inspection Analyze Save To Layer dialog builder with selected operations
Signature
CreateInspectionSaveToLayerBuilderSel(selOps)Parameters: selOps (list of NXOpen.CAM.CAMObject) – array of selected operationsReturns: Save To Layer Dialog builder created Return type: NXOpen.CAM.InspectionSaveToLayerBuilderNew in version NX9.0.1.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
CreateInspectionSensorBuilder¶
-
InspectionOperationCollection.CreateInspectionSensorBuilder¶ Creates a CMM Inspection Sensor Operation builder
Signature
CreateInspectionSensorBuilder(param)Parameters: param ( NXOpen.CAM.CAMObject) – Sensor operation to be editedReturns: Sensor operation builder created Return type: NXOpen.CAM.InspectionSensorBuilderNew in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
CreateInspectionSphereFeatureBuilder¶
-
InspectionOperationCollection.CreateInspectionSphereFeatureBuilder¶ Creates an Inspection Sphere Feature Builder
Signature
CreateInspectionSphereFeatureBuilder(param)Parameters: param ( NXOpen.CAM.CAMObject) – Inspection Sphere Feature to be editedReturns: Inspection Sphere Feature builder created Return type: NXOpen.CAM.InspectionSphereFeatureBuilderNew in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
CreateInspectionSurfaceFeatureBuilder¶
-
InspectionOperationCollection.CreateInspectionSurfaceFeatureBuilder¶ Creates an Inspection Surface Feature Builder
Signature
CreateInspectionSurfaceFeatureBuilder(param)Parameters: param ( NXOpen.CAM.CAMObject) – Inspection Surface Feature to be editedReturns: Inspection Surface Feature builder created Return type: NXOpen.CAM.InspectionSurfaceFeatureBuilderNew in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
CreateInspectionToleranceOperationBuilder¶
-
InspectionOperationCollection.CreateInspectionToleranceOperationBuilder¶ Creates a cmm tolerance operation builder
Signature
CreateInspectionToleranceOperationBuilder(param)Parameters: param ( NXOpen.CAM.CAMObject) – operation to be editedReturns: operation builder created Return type: NXOpen.CAM.InspectionToleranceOperationBuilderNew in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
CreateInspectionTorusFeatureBuilder¶
-
InspectionOperationCollection.CreateInspectionTorusFeatureBuilder¶ Creates an Inspection Torus Feature Builder
Signature
CreateInspectionTorusFeatureBuilder(param)Parameters: param ( NXOpen.CAM.CAMObject) – Inspection Torus Feature to be editedReturns: Inspection Torus Feature builder created Return type: NXOpen.CAM.InspectionTorusFeatureBuilderNew in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
FindObject¶
-
InspectionOperationCollection.FindObject¶ Finds the InspectionOperation object with the given identifier as recorded in a journal.
Signature
FindObject(sid)Parameters: sid (str) – the name of the object Returns: the found object Return type: NXOpen.CAM.InspectionOperationNew in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
SetPathFeature¶
-
InspectionOperationCollection.SetPathFeature¶ Sets the Inspection Feature referenced in an Inspection Path.
Signature
SetPathFeature(inspectionPath, featureName)Parameters: - inspectionPath (
NXOpen.CAM.CAMObject) – Inspection Path - featureName (str) – Feature name
New in version NX7.5.1.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
- inspectionPath (