InspectionMethodBuilder Class

class NXOpen.CAM.InspectionMethodBuilder

Bases: NXOpen.CAM.MethodBuilder

Represents the builder for a CMM Inspection method.

To create a new instance of this class, use NXOpen.CAM.InspectionGroupCollection.CreateInspectionMethodBuilder()

New in version NX7.0.0.

Properties

Property Description
AdvanceAngle Returns or sets the advance angle (degrees)
ApproachDistance Returns or sets the approach distance
AxisExtrapolationMode Returns or sets the analysis axis extrapolation mode
CircularScan Returns or sets a flag to indicate if scan arc is allowed
ColorApproach Returns or sets the color used for displaying approach elements
ColorEntryExit Returns or sets the color used for displaying entry and exit elements
ColorLine Returns or sets the color used for displaying path lines
ColorMeasurePoint Returns or sets the color used for displaying measured points
ColorRetract Returns or sets the color used for displaying retract elements
ColorTransition Returns or sets the color used for displaying transition elements
CurvatureFactor Returns or sets the curvature increase factor
CurveScan Returns or sets a flag to indicate if scan curve is allowed
CutParameters Returns the cut parameter object
CycleEvent Returns the cycle event
CycleTable Returns the cycle
CylinderCircleFitMode Returns or sets the analysis cylinder/circle fitting mode
DatumPlaneFittingMode Returns or sets the analysis datum plane fitting mode
DefaultOperationType Returns or sets the default inspection operation type
DepthDistance Returns or sets the depth distance
Description Returns or sets the description
EndDistance Returns or sets the end point offset distance along the scan
EndPercentage Returns or sets the end Percentage along the scan
EndUdeSet Returns the end ude set
EntryAvoidance Returns or sets a flag to indicate if collision avoidance is required at entry
EntryExitDistance Returns or sets the distance from the entry or exit point to safe plane
EntryPoint Returns or sets a flag to indicate if an entry point is required
EntryTransition Returns or sets the type of entry transition
ExitAvoidance Returns or sets a flag to indicate if collision avoidance is required at exit
ExitPoint Returns or sets a flag to indicate if an exit point is required
ExitTransition Returns or sets the type of exit transition
FeatureOffsetDistance Returns or sets the offset feature distance
InspectionMode Returns or sets the default inspection mode
LimitsOfSizeMode Returns or sets the analysis limits of size fitting mode
LineScan Returns or sets a flag to indicate if scan line is allowed
ManualPoint Returns or sets a flag to indicate if manual point creation is allowed
MaxSpacing Returns or sets the maximum spacing between scan points
MethodType Returns or sets the method feature type
MinSpacing Returns or sets the minimum spacing between scan points
NbScanPoints Returns or sets the minimum number of scan points
OffsetDistance Returns or sets the offset distance
OptimizationMethod Returns or sets the optim method
PaintDisplay Returns the sub builder for paint display
PathDisplay Returns the sub builder for path display
PathDisplayColors Returns the sub builder for path display colors
Pitch Returns or sets the pitch of the Scan Helix
PointCount Returns or sets the number of path points
PointHelix Returns or sets a flag to indicate if point helix is allowed
PointSequenceDirection Returns or sets the point sequence start direction
PointSequenceMode Returns or sets the point sequence mode
PointSequenceStart Returns or sets the point sequence start location
ProbeTipType Returns or sets the preferred probe tip type
ProfileDispositionMode Returns or sets the analysis profile disposition fitting mode
ReferenceFeatureMode Returns or sets the relative measurement mode
ReferenceFeatureOffsetDistance Returns or sets the offset distance for relative measurement
ReferenceFeaturePointCount Returns or sets the number of points for relative measurement
ReferenceFeatureZoneRadius Returns or sets the zone radius for relative measurement
RetractDistance Returns or sets the retract distance
Revolutions Returns or sets the revolutions of the Scan Helix
ScanCurveMode Returns or sets the scan curve mode
ScanForce Returns or sets the scan force
ScanModeType Returns or sets the 3,5 axis scan mode type
ScanSpeed Returns or sets the scan speed
SensorStrategy Returns or sets the sensor selection strategy
SilhouDisplay Returns the sub builder for silhou display
Speed Returns or sets the default animation speed setting
StartDistance Returns or sets the start point offset distance along the scan
StartEndMode Returns or sets the scan start end mode
StartPercentage Returns or sets the start percentage along the scan
StartUdeSet Returns the start ude set
StepSize Returns or sets the scan step size
StopRadius Returns or sets the scan stop radius
SurfaceProfileMode Returns or sets the analysis surface profile fitting mode
Sweep Returns or sets the sweep of the Scan Helix
Tag Returns the Tag for this object.
TiltAngle Returns or sets the tilt angle (degrees)
ToolDisplay Returns the sub builder for tool display
TurnDirection Returns or sets the turn direction type of the Scan Helix
TurnType Returns or sets the turn type of the Scan Helix
UCount Returns or sets the number of points in U direction
UEnd Returns or sets the U end parameter
UEndDeg Returns or sets the U end degrees
UEndDist Returns or sets the U end distance
UEndMode Returns or sets the end U mode
UEndSweep Returns or sets the U sweep degrees
UStart Returns or sets the U start parameter
UStartDeg Returns or sets the U start degrees
UStartDist Returns or sets the U start distance
UStartMode Returns or sets the start U mode
UStartSweep Returns or sets the U start sweep degrees
UVGrid Returns or sets a flag to indicate if rectangular UV grid is allowed
VCount Returns or sets the number of points in V direction
VEnd Returns or sets the V end parameter
VEndDeg Returns or sets the V end degrees
VEndDist Returns or sets the V end distance
VEndMode Returns or sets the end V mode
VEndSweep Returns or sets the V sweep degrees
VStart Returns or sets the V start parameter
VStartDeg Returns or sets the V start degrees
VStartDist Returns or sets the V start distance
VStartMode Returns or sets the start V mode
VStartSweep Returns or sets the V start sweep degrees

Methods

Method Description
Commit Commits any edits that have been applied to the builder.
Destroy Deletes the builder, and cleans up any objects created by the builder.
GetCommittedObjects For builders that create more than one object, this method returns the objects that are created by commit.
GetCutMethod Get cut method @return
GetObject Returns the object currently being edited by this builder.
SetCutMethod Set cut method
ShowResults Updates the model to reflect the result of an edit to the model for all builders that support showing results.
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Enumerations

InspectionMethodBuilderAxisExtrapolationTypes Enumeration the analysis axis extrapolation type
InspectionMethodBuilderCylinderFittingTypes Enumeration the analysis cylinder/circle fitting type
InspectionMethodBuilderDatumPlaneFittingTypes Enumeration the analysis datum plane fitting type
InspectionMethodBuilderInspectionModes Enumeration CMM Inspection modes.
InspectionMethodBuilderLimitsOfSizeTypes Enumeration the analysis limits of size fitting type
InspectionMethodBuilderMethodTypes Enumeration CMM Inspection method feature type.
InspectionMethodBuilderOperationTypes Enumeration CMM Inspection operation types.
InspectionMethodBuilderPointSequenceDirectionTypes Enumeration the point sequence start direction
InspectionMethodBuilderPointSequenceModeTypes Enumeration the point sequence modes
InspectionMethodBuilderPointSequenceStartTypes Enumeration the point sequence start location
InspectionMethodBuilderProfileDispositionTypes Enumeration the analysis profile disposition fitting type
InspectionMethodBuilderReferenceFeatureModeTypes Enumeration the relative measurement mode
InspectionMethodBuilderScanCurveModeTypes Enumeration the scan curve mode
InspectionMethodBuilderScanHelixTurnDirectionTypes Enumeration the helix turn direction type
InspectionMethodBuilderScanHelixTurnTypes Enumeration the helix turn type
InspectionMethodBuilderScanModeTypes Enumeration the scan mode 3-axis, 5-axis type
InspectionMethodBuilderSurfaceProfileTypes Enumeration the analysis surface profile fitting type
InspectionMethodBuilderToleranceDegreeOfFreedomMode Enumeration the tolerance degree of freedom mode
InspectionMethodBuilderTransitionTypes Enumeration CMM Inspection transition modes.
InspectionMethodBuilderUVModeTypes Enumeration the UV modes

Property Detail

AdvanceAngle

InspectionMethodBuilder.AdvanceAngle

Returns or sets the advance angle (degrees)

-------------------------------------

Getter Method

Signature AdvanceAngle()

Returns:
Return type:float

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature AdvanceAngle(angle)

Parameters:angle (float) –

New in version NX8.5.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

ApproachDistance

InspectionMethodBuilder.ApproachDistance

Returns or sets the approach distance

-------------------------------------

Getter Method

Signature ApproachDistance()

Returns:
Return type:float

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ApproachDistance(distance)

Parameters:distance (float) –

New in version NX7.0.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

AxisExtrapolationMode

InspectionMethodBuilder.AxisExtrapolationMode

Returns or sets the analysis axis extrapolation mode

-------------------------------------

Getter Method

Signature AxisExtrapolationMode()

Returns:
Return type:NXOpen.CAM.InspectionMethodBuilderAxisExtrapolationTypes

New in version NX8.5.1.

License requirements: None.

-------------------------------------

Setter Method

Signature AxisExtrapolationMode(mode)

Parameters:mode (NXOpen.CAM.InspectionMethodBuilderAxisExtrapolationTypes) –

New in version NX8.5.1.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

CircularScan

InspectionMethodBuilder.CircularScan

Returns or sets a flag to indicate if scan arc is allowed

-------------------------------------

Getter Method

Signature CircularScan()

Returns:
Return type:bool

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature CircularScan(circularScan)

Parameters:circularScan (bool) –

New in version NX7.0.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

ColorApproach

InspectionMethodBuilder.ColorApproach

Returns or sets the color used for displaying approach elements

-------------------------------------

Getter Method

Signature ColorApproach()

Returns:
Return type:Id

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ColorApproach(colorApproach)

Parameters:colorApproach (Id) –

New in version NX7.0.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

ColorEntryExit

InspectionMethodBuilder.ColorEntryExit

Returns or sets the color used for displaying entry and exit elements

-------------------------------------

Getter Method

Signature ColorEntryExit()

Returns:
Return type:Id

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ColorEntryExit(colorEntryExit)

Parameters:colorEntryExit (Id) –

New in version NX7.0.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

ColorLine

InspectionMethodBuilder.ColorLine

Returns or sets the color used for displaying path lines

-------------------------------------

Getter Method

Signature ColorLine()

Returns:
Return type:Id

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ColorLine(colorLine)

Parameters:colorLine (Id) –

New in version NX7.0.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

ColorMeasurePoint

InspectionMethodBuilder.ColorMeasurePoint

Returns or sets the color used for displaying measured points

-------------------------------------

Getter Method

Signature ColorMeasurePoint()

Returns:
Return type:Id

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ColorMeasurePoint(colorMeasurePoint)

Parameters:colorMeasurePoint (Id) –

New in version NX7.0.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

ColorRetract

InspectionMethodBuilder.ColorRetract

Returns or sets the color used for displaying retract elements

-------------------------------------

Getter Method

Signature ColorRetract()

Returns:
Return type:Id

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ColorRetract(colorRetract)

Parameters:colorRetract (Id) –

New in version NX7.0.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

ColorTransition

InspectionMethodBuilder.ColorTransition

Returns or sets the color used for displaying transition elements

-------------------------------------

Getter Method

Signature ColorTransition()

Returns:
Return type:Id

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ColorTransition(colorTransition)

Parameters:colorTransition (Id) –

New in version NX7.0.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

CurvatureFactor

InspectionMethodBuilder.CurvatureFactor

Returns or sets the curvature increase factor

-------------------------------------

Getter Method

Signature CurvatureFactor()

Returns:
Return type:float

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature CurvatureFactor(curvatureFactor)

Parameters:curvatureFactor (float) –

New in version NX8.5.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

CurveScan

InspectionMethodBuilder.CurveScan

Returns or sets a flag to indicate if scan curve is allowed

-------------------------------------

Getter Method

Signature CurveScan()

Returns:
Return type:bool

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature CurveScan(curveScan)

Parameters:curveScan (bool) –

New in version NX7.0.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

CylinderCircleFitMode

InspectionMethodBuilder.CylinderCircleFitMode

Returns or sets the analysis cylinder/circle fitting mode

-------------------------------------

Getter Method

Signature CylinderCircleFitMode()

Returns:
Return type:NXOpen.CAM.InspectionMethodBuilderCylinderFittingTypes

New in version NX8.5.1.

License requirements: None.

-------------------------------------

Setter Method

Signature CylinderCircleFitMode(mode)

Parameters:mode (NXOpen.CAM.InspectionMethodBuilderCylinderFittingTypes) –

New in version NX8.5.1.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

DatumPlaneFittingMode

InspectionMethodBuilder.DatumPlaneFittingMode

Returns or sets the analysis datum plane fitting mode

-------------------------------------

Getter Method

Signature DatumPlaneFittingMode()

Returns:
Return type:NXOpen.CAM.InspectionMethodBuilderDatumPlaneFittingTypes

New in version NX8.5.1.

License requirements: None.

-------------------------------------

Setter Method

Signature DatumPlaneFittingMode(mode)

Parameters:mode (NXOpen.CAM.InspectionMethodBuilderDatumPlaneFittingTypes) –

New in version NX8.5.1.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

DefaultOperationType

InspectionMethodBuilder.DefaultOperationType

Returns or sets the default inspection operation type

-------------------------------------

Getter Method

Signature DefaultOperationType()

Returns:
Return type:NXOpen.CAM.InspectionMethodBuilderOperationTypes

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature DefaultOperationType(operationType)

Parameters:operationType (NXOpen.CAM.InspectionMethodBuilderOperationTypes) –

New in version NX7.0.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

DepthDistance

InspectionMethodBuilder.DepthDistance

Returns or sets the depth distance

-------------------------------------

Getter Method

Signature DepthDistance()

Returns:
Return type:float

New in version NX9.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature DepthDistance(distance)

Parameters:distance (float) –

New in version NX9.0.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

EndDistance

InspectionMethodBuilder.EndDistance

Returns or sets the end point offset distance along the scan

-------------------------------------

Getter Method

Signature EndDistance()

Returns:
Return type:float

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature EndDistance(endDistance)

Parameters:endDistance (float) –

New in version NX8.5.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

EndPercentage

InspectionMethodBuilder.EndPercentage

Returns or sets the end Percentage along the scan

-------------------------------------

Getter Method

Signature EndPercentage()

Returns:
Return type:float

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature EndPercentage(endPercentage)

Parameters:endPercentage (float) –

New in version NX8.5.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

EntryAvoidance

InspectionMethodBuilder.EntryAvoidance

Returns or sets a flag to indicate if collision avoidance is required at entry

-------------------------------------

Getter Method

Signature EntryAvoidance()

Returns:
Return type:bool

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature EntryAvoidance(entryAvoidance)

Parameters:entryAvoidance (bool) –

New in version NX7.0.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

EntryExitDistance

InspectionMethodBuilder.EntryExitDistance

Returns or sets the distance from the entry or exit point to safe plane

-------------------------------------

Getter Method

Signature EntryExitDistance()

Returns:
Return type:float

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature EntryExitDistance(entryExitDistance)

Parameters:entryExitDistance (float) –

New in version NX7.0.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

EntryPoint

InspectionMethodBuilder.EntryPoint

Returns or sets a flag to indicate if an entry point is required

-------------------------------------

Getter Method

Signature EntryPoint()

Returns:
Return type:bool

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature EntryPoint(entryPoint)

Parameters:entryPoint (bool) –

New in version NX7.0.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

EntryTransition

InspectionMethodBuilder.EntryTransition

Returns or sets the type of entry transition

-------------------------------------

Getter Method

Signature EntryTransition()

Returns:
Return type:NXOpen.CAM.InspectionMethodBuilderTransitionTypes

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature EntryTransition(entryTransition)

Parameters:entryTransition (NXOpen.CAM.InspectionMethodBuilderTransitionTypes) –

New in version NX7.0.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

ExitAvoidance

InspectionMethodBuilder.ExitAvoidance

Returns or sets a flag to indicate if collision avoidance is required at exit

-------------------------------------

Getter Method

Signature ExitAvoidance()

Returns:
Return type:bool

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ExitAvoidance(exitAvoidance)

Parameters:exitAvoidance (bool) –

New in version NX7.0.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

ExitPoint

InspectionMethodBuilder.ExitPoint

Returns or sets a flag to indicate if an exit point is required

-------------------------------------

Getter Method

Signature ExitPoint()

Returns:
Return type:bool

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ExitPoint(exitPoint)

Parameters:exitPoint (bool) –

New in version NX7.0.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

ExitTransition

InspectionMethodBuilder.ExitTransition

Returns or sets the type of exit transition

-------------------------------------

Getter Method

Signature ExitTransition()

Returns:
Return type:NXOpen.CAM.InspectionMethodBuilderTransitionTypes

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ExitTransition(exitTransition)

Parameters:exitTransition (NXOpen.CAM.InspectionMethodBuilderTransitionTypes) –

New in version NX7.0.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

FeatureOffsetDistance

InspectionMethodBuilder.FeatureOffsetDistance

Returns or sets the offset feature distance

-------------------------------------

Getter Method

Signature FeatureOffsetDistance()

Returns:
Return type:float

New in version NX9.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature FeatureOffsetDistance(distance)

Parameters:distance (float) –

New in version NX9.0.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

InspectionMode

InspectionMethodBuilder.InspectionMode

Returns or sets the default inspection mode

-------------------------------------

Getter Method

Signature InspectionMode()

Returns:
Return type:NXOpen.CAM.InspectionMethodBuilderInspectionModes

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature InspectionMode(inspectionMode)

Parameters:inspectionMode (NXOpen.CAM.InspectionMethodBuilderInspectionModes) –

New in version NX7.0.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

LimitsOfSizeMode

InspectionMethodBuilder.LimitsOfSizeMode

Returns or sets the analysis limits of size fitting mode

-------------------------------------

Getter Method

Signature LimitsOfSizeMode()

Returns:
Return type:NXOpen.CAM.InspectionMethodBuilderLimitsOfSizeTypes

New in version NX8.5.1.

License requirements: None.

-------------------------------------

Setter Method

Signature LimitsOfSizeMode(mode)

Parameters:mode (NXOpen.CAM.InspectionMethodBuilderLimitsOfSizeTypes) –

New in version NX8.5.1.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

LineScan

InspectionMethodBuilder.LineScan

Returns or sets a flag to indicate if scan line is allowed

-------------------------------------

Getter Method

Signature LineScan()

Returns:
Return type:bool

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature LineScan(lineScan)

Parameters:lineScan (bool) –

New in version NX7.0.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

ManualPoint

InspectionMethodBuilder.ManualPoint

Returns or sets a flag to indicate if manual point creation is allowed

-------------------------------------

Getter Method

Signature ManualPoint()

Returns:
Return type:bool

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ManualPoint(manualPoint)

Parameters:manualPoint (bool) –

New in version NX7.0.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

MaxSpacing

InspectionMethodBuilder.MaxSpacing

Returns or sets the maximum spacing between scan points

-------------------------------------

Getter Method

Signature MaxSpacing()

Returns:
Return type:float

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature MaxSpacing(maxSpacing)

Parameters:maxSpacing (float) –

New in version NX8.5.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

MethodType

InspectionMethodBuilder.MethodType

Returns or sets the method feature type

-------------------------------------

Getter Method

Signature MethodType()

Returns:
Return type:NXOpen.CAM.InspectionMethodBuilderMethodTypes

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature MethodType(type)

Parameters:type (NXOpen.CAM.InspectionMethodBuilderMethodTypes) –

New in version NX7.0.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

MinSpacing

InspectionMethodBuilder.MinSpacing

Returns or sets the minimum spacing between scan points

-------------------------------------

Getter Method

Signature MinSpacing()

Returns:
Return type:float

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature MinSpacing(minSpacing)

Parameters:minSpacing (float) –

New in version NX8.5.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

NbScanPoints

InspectionMethodBuilder.NbScanPoints

Returns or sets the minimum number of scan points

-------------------------------------

Getter Method

Signature NbScanPoints()

Returns:
Return type:int

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature NbScanPoints(count)

Parameters:count (int) –

New in version NX8.5.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

OffsetDistance

InspectionMethodBuilder.OffsetDistance

Returns or sets the offset distance

-------------------------------------

Getter Method

Signature OffsetDistance()

Returns:
Return type:float

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature OffsetDistance(offsetDistance)

Parameters:offsetDistance (float) –

New in version NX8.5.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

Pitch

InspectionMethodBuilder.Pitch

Returns or sets the pitch of the Scan Helix

-------------------------------------

Getter Method

Signature Pitch()

Returns:
Return type:float

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Pitch(pitch)

Parameters:pitch (float) –

New in version NX8.5.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

PointCount

InspectionMethodBuilder.PointCount

Returns or sets the number of path points

-------------------------------------

Getter Method

Signature PointCount()

Returns:
Return type:int

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature PointCount(pointCount)

Parameters:pointCount (int) –

New in version NX7.0.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

PointHelix

InspectionMethodBuilder.PointHelix

Returns or sets a flag to indicate if point helix is allowed

-------------------------------------

Getter Method

Signature PointHelix()

Returns:
Return type:bool

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature PointHelix(pointHelix)

Parameters:pointHelix (bool) –

New in version NX7.0.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

PointSequenceDirection

InspectionMethodBuilder.PointSequenceDirection

Returns or sets the point sequence start direction

-------------------------------------

Getter Method

Signature PointSequenceDirection()

Returns:
Return type:NXOpen.CAM.InspectionMethodBuilderPointSequenceDirectionTypes

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature PointSequenceDirection(ptSeqDir)

Parameters:ptSeqDir (NXOpen.CAM.InspectionMethodBuilderPointSequenceDirectionTypes) –

New in version NX7.5.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

PointSequenceMode

InspectionMethodBuilder.PointSequenceMode

Returns or sets the point sequence mode

-------------------------------------

Getter Method

Signature PointSequenceMode()

Returns:
Return type:NXOpen.CAM.InspectionMethodBuilderPointSequenceModeTypes

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature PointSequenceMode(ptSeqMode)

Parameters:ptSeqMode (NXOpen.CAM.InspectionMethodBuilderPointSequenceModeTypes) –

New in version NX7.5.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

PointSequenceStart

InspectionMethodBuilder.PointSequenceStart

Returns or sets the point sequence start location

-------------------------------------

Getter Method

Signature PointSequenceStart()

Returns:
Return type:NXOpen.CAM.InspectionMethodBuilderPointSequenceStartTypes

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature PointSequenceStart(ptSeqStart)

Parameters:ptSeqStart (NXOpen.CAM.InspectionMethodBuilderPointSequenceStartTypes) –

New in version NX7.5.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

ProbeTipType

InspectionMethodBuilder.ProbeTipType

Returns or sets the preferred probe tip type

-------------------------------------

Getter Method

Signature ProbeTipType()

Returns:
Return type:NXOpen.CAM.InspectionMoveBuilderProbeTipTypes

New in version NX9.0.1.

License requirements: None.

-------------------------------------

Setter Method

Signature ProbeTipType(tipType)

Parameters:tipType (NXOpen.CAM.InspectionMoveBuilderProbeTipTypes) –

New in version NX9.0.1.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

ProfileDispositionMode

InspectionMethodBuilder.ProfileDispositionMode

Returns or sets the analysis profile disposition fitting mode

-------------------------------------

Getter Method

Signature ProfileDispositionMode()

Returns:
Return type:NXOpen.CAM.InspectionMethodBuilderProfileDispositionTypes

New in version NX8.5.1.

License requirements: None.

-------------------------------------

Setter Method

Signature ProfileDispositionMode(mode)

Parameters:mode (NXOpen.CAM.InspectionMethodBuilderProfileDispositionTypes) –

New in version NX8.5.1.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

ReferenceFeatureMode

InspectionMethodBuilder.ReferenceFeatureMode

Returns or sets the relative measurement mode

-------------------------------------

Getter Method

Signature ReferenceFeatureMode()

Returns:
Return type:NXOpen.CAM.InspectionMethodBuilderReferenceFeatureModeTypes

New in version NX9.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ReferenceFeatureMode(mode)

Parameters:mode (NXOpen.CAM.InspectionMethodBuilderReferenceFeatureModeTypes) –

New in version NX9.0.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

ReferenceFeatureOffsetDistance

InspectionMethodBuilder.ReferenceFeatureOffsetDistance

Returns or sets the offset distance for relative measurement

-------------------------------------

Getter Method

Signature ReferenceFeatureOffsetDistance()

Returns:
Return type:float

New in version NX9.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ReferenceFeatureOffsetDistance(distance)

Parameters:distance (float) –

New in version NX9.0.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

ReferenceFeaturePointCount

InspectionMethodBuilder.ReferenceFeaturePointCount

Returns or sets the number of points for relative measurement

-------------------------------------

Getter Method

Signature ReferenceFeaturePointCount()

Returns:
Return type:int

New in version NX9.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ReferenceFeaturePointCount(pointCount)

Parameters:pointCount (int) –

New in version NX9.0.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

ReferenceFeatureZoneRadius

InspectionMethodBuilder.ReferenceFeatureZoneRadius

Returns or sets the zone radius for relative measurement

-------------------------------------

Getter Method

Signature ReferenceFeatureZoneRadius()

Returns:
Return type:float

New in version NX9.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ReferenceFeatureZoneRadius(radius)

Parameters:radius (float) –

New in version NX9.0.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

RetractDistance

InspectionMethodBuilder.RetractDistance

Returns or sets the retract distance

-------------------------------------

Getter Method

Signature RetractDistance()

Returns:
Return type:float

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature RetractDistance(distance)

Parameters:distance (float) –

New in version NX7.0.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

Revolutions

InspectionMethodBuilder.Revolutions

Returns or sets the revolutions of the Scan Helix

-------------------------------------

Getter Method

Signature Revolutions()

Returns:
Return type:float

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Revolutions(revolutions)

Parameters:revolutions (float) –

New in version NX8.5.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

ScanCurveMode

InspectionMethodBuilder.ScanCurveMode

Returns or sets the scan curve mode

-------------------------------------

Getter Method

Signature ScanCurveMode()

Returns:
Return type:NXOpen.CAM.InspectionMethodBuilderScanCurveModeTypes

New in version NX7.5.3.

License requirements: None.

-------------------------------------

Setter Method

Signature ScanCurveMode(mode)

Parameters:mode (NXOpen.CAM.InspectionMethodBuilderScanCurveModeTypes) –

New in version NX7.5.3.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

ScanForce

InspectionMethodBuilder.ScanForce

Returns or sets the scan force

-------------------------------------

Getter Method

Signature ScanForce()

Returns:
Return type:float

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ScanForce(force)

Parameters:force (float) –

New in version NX8.5.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

ScanModeType

InspectionMethodBuilder.ScanModeType

Returns or sets the 3,5 axis scan mode type

-------------------------------------

Getter Method

Signature ScanModeType()

Returns:
Return type:NXOpen.CAM.InspectionMethodBuilderScanModeTypes

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ScanModeType(modeType)

Parameters:modeType (NXOpen.CAM.InspectionMethodBuilderScanModeTypes) –

New in version NX8.5.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

ScanSpeed

InspectionMethodBuilder.ScanSpeed

Returns or sets the scan speed

-------------------------------------

Getter Method

Signature ScanSpeed()

Returns:
Return type:float

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ScanSpeed(speed)

Parameters:speed (float) –

New in version NX8.5.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

SensorStrategy

InspectionMethodBuilder.SensorStrategy

Returns or sets the sensor selection strategy

-------------------------------------

Getter Method

Signature SensorStrategy()

Returns:
Return type:NXOpen.CAM.InspectionMoveBuilderSensorStrategyTypes

New in version NX9.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature SensorStrategy(sensorStrategy)

Parameters:sensorStrategy (NXOpen.CAM.InspectionMoveBuilderSensorStrategyTypes) –

New in version NX9.0.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

Speed

InspectionMethodBuilder.Speed

Returns or sets the default animation speed setting

-------------------------------------

Getter Method

Signature Speed()

Returns:
Return type:int

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Speed(speed)

Parameters:speed (int) –

New in version NX7.0.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

StartDistance

InspectionMethodBuilder.StartDistance

Returns or sets the start point offset distance along the scan

-------------------------------------

Getter Method

Signature StartDistance()

Returns:
Return type:float

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature StartDistance(startDistance)

Parameters:startDistance (float) –

New in version NX8.5.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

StartEndMode

InspectionMethodBuilder.StartEndMode

Returns or sets the scan start end mode

-------------------------------------

Getter Method

Signature StartEndMode()

Returns:
Return type:NXOpen.CAM.InspectionMethodBuilderUVModeTypes

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature StartEndMode(startEndMode)

Parameters:startEndMode (NXOpen.CAM.InspectionMethodBuilderUVModeTypes) –

New in version NX8.5.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

StartPercentage

InspectionMethodBuilder.StartPercentage

Returns or sets the start percentage along the scan

-------------------------------------

Getter Method

Signature StartPercentage()

Returns:
Return type:float

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature StartPercentage(startPercentage)

Parameters:startPercentage (float) –

New in version NX8.5.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

StepSize

InspectionMethodBuilder.StepSize

Returns or sets the scan step size

-------------------------------------

Getter Method

Signature StepSize()

Returns:
Return type:float

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature StepSize(step)

Parameters:step (float) –

New in version NX8.5.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

StopRadius

InspectionMethodBuilder.StopRadius

Returns or sets the scan stop radius

-------------------------------------

Getter Method

Signature StopRadius()

Returns:
Return type:float

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature StopRadius(radius)

Parameters:radius (float) –

New in version NX8.5.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

SurfaceProfileMode

InspectionMethodBuilder.SurfaceProfileMode

Returns or sets the analysis surface profile fitting mode

-------------------------------------

Getter Method

Signature SurfaceProfileMode()

Returns:
Return type:NXOpen.CAM.InspectionMethodBuilderSurfaceProfileTypes

New in version NX8.5.1.

License requirements: None.

-------------------------------------

Setter Method

Signature SurfaceProfileMode(mode)

Parameters:mode (NXOpen.CAM.InspectionMethodBuilderSurfaceProfileTypes) –

New in version NX8.5.1.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

Sweep

InspectionMethodBuilder.Sweep

Returns or sets the sweep of the Scan Helix

-------------------------------------

Getter Method

Signature Sweep()

Returns:
Return type:float

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Sweep(sweep)

Parameters:sweep (float) –

New in version NX8.5.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

TiltAngle

InspectionMethodBuilder.TiltAngle

Returns or sets the tilt angle (degrees)

-------------------------------------

Getter Method

Signature TiltAngle()

Returns:
Return type:float

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature TiltAngle(angle)

Parameters:angle (float) –

New in version NX8.5.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

TurnDirection

InspectionMethodBuilder.TurnDirection

Returns or sets the turn direction type of the Scan Helix

-------------------------------------

Getter Method

Signature TurnDirection()

Returns:
Return type:NXOpen.CAM.InspectionMethodBuilderScanHelixTurnDirectionTypes

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature TurnDirection(turnDirection)

Parameters:turnDirection (NXOpen.CAM.InspectionMethodBuilderScanHelixTurnDirectionTypes) –

New in version NX8.5.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

TurnType

InspectionMethodBuilder.TurnType

Returns or sets the turn type of the Scan Helix

-------------------------------------

Getter Method

Signature TurnType()

Returns:
Return type:NXOpen.CAM.InspectionMethodBuilderScanHelixTurnTypes

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature TurnType(turnType)

Parameters:turnType (NXOpen.CAM.InspectionMethodBuilderScanHelixTurnTypes) –

New in version NX8.5.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

UCount

InspectionMethodBuilder.UCount

Returns or sets the number of points in U direction

-------------------------------------

Getter Method

Signature UCount()

Returns:
Return type:int

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature UCount(uCount)

Parameters:uCount (int) –

New in version NX7.0.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

UEnd

InspectionMethodBuilder.UEnd

Returns or sets the U end parameter

-------------------------------------

Getter Method

Signature UEnd()

Returns:
Return type:float

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature UEnd(uEnd)

Parameters:uEnd (float) –

New in version NX7.0.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

UEndDeg

InspectionMethodBuilder.UEndDeg

Returns or sets the U end degrees

-------------------------------------

Getter Method

Signature UEndDeg()

Returns:
Return type:float

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature UEndDeg(uEnd)

Parameters:uEnd (float) –

New in version NX7.5.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

UEndDist

InspectionMethodBuilder.UEndDist

Returns or sets the U end distance

-------------------------------------

Getter Method

Signature UEndDist()

Returns:
Return type:float

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature UEndDist(uEnd)

Parameters:uEnd (float) –

New in version NX7.5.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

UEndMode

InspectionMethodBuilder.UEndMode

Returns or sets the end U mode

-------------------------------------

Getter Method

Signature UEndMode()

Returns:
Return type:NXOpen.CAM.InspectionMethodBuilderUVModeTypes

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature UEndMode(uvMode)

Parameters:uvMode (NXOpen.CAM.InspectionMethodBuilderUVModeTypes) –

New in version NX7.5.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

UEndSweep

InspectionMethodBuilder.UEndSweep

Returns or sets the U sweep degrees

-------------------------------------

Getter Method

Signature UEndSweep()

Returns:
Return type:float

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature UEndSweep(uEnd)

Parameters:uEnd (float) –

New in version NX7.5.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

UStart

InspectionMethodBuilder.UStart

Returns or sets the U start parameter

-------------------------------------

Getter Method

Signature UStart()

Returns:
Return type:float

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature UStart(uStart)

Parameters:uStart (float) –

New in version NX7.0.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

UStartDeg

InspectionMethodBuilder.UStartDeg

Returns or sets the U start degrees

-------------------------------------

Getter Method

Signature UStartDeg()

Returns:
Return type:float

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature UStartDeg(uStart)

Parameters:uStart (float) –

New in version NX7.5.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

UStartDist

InspectionMethodBuilder.UStartDist

Returns or sets the U start distance

-------------------------------------

Getter Method

Signature UStartDist()

Returns:
Return type:float

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature UStartDist(uStart)

Parameters:uStart (float) –

New in version NX7.5.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

UStartMode

InspectionMethodBuilder.UStartMode

Returns or sets the start U mode

-------------------------------------

Getter Method

Signature UStartMode()

Returns:
Return type:NXOpen.CAM.InspectionMethodBuilderUVModeTypes

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature UStartMode(uvMode)

Parameters:uvMode (NXOpen.CAM.InspectionMethodBuilderUVModeTypes) –

New in version NX7.5.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

UStartSweep

InspectionMethodBuilder.UStartSweep

Returns or sets the U start sweep degrees

-------------------------------------

Getter Method

Signature UStartSweep()

Returns:
Return type:float

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature UStartSweep(uStart)

Parameters:uStart (float) –

New in version NX7.5.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

UVGrid

InspectionMethodBuilder.UVGrid

Returns or sets a flag to indicate if rectangular UV grid is allowed

-------------------------------------

Getter Method

Signature UVGrid()

Returns:
Return type:bool

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature UVGrid(uvGrid)

Parameters:uvGrid (bool) –

New in version NX7.0.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

VCount

InspectionMethodBuilder.VCount

Returns or sets the number of points in V direction

-------------------------------------

Getter Method

Signature VCount()

Returns:
Return type:int

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature VCount(vCount)

Parameters:vCount (int) –

New in version NX7.0.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

VEnd

InspectionMethodBuilder.VEnd

Returns or sets the V end parameter

-------------------------------------

Getter Method

Signature VEnd()

Returns:
Return type:float

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature VEnd(vEnd)

Parameters:vEnd (float) –

New in version NX7.0.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

VEndDeg

InspectionMethodBuilder.VEndDeg

Returns or sets the V end degrees

-------------------------------------

Getter Method

Signature VEndDeg()

Returns:
Return type:float

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature VEndDeg(vEnd)

Parameters:vEnd (float) –

New in version NX7.5.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

VEndDist

InspectionMethodBuilder.VEndDist

Returns or sets the V end distance

-------------------------------------

Getter Method

Signature VEndDist()

Returns:
Return type:float

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature VEndDist(vEnd)

Parameters:vEnd (float) –

New in version NX7.5.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

VEndMode

InspectionMethodBuilder.VEndMode

Returns or sets the end V mode

-------------------------------------

Getter Method

Signature VEndMode()

Returns:
Return type:NXOpen.CAM.InspectionMethodBuilderUVModeTypes

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature VEndMode(uvMode)

Parameters:uvMode (NXOpen.CAM.InspectionMethodBuilderUVModeTypes) –

New in version NX7.5.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

VEndSweep

InspectionMethodBuilder.VEndSweep

Returns or sets the V sweep degrees

-------------------------------------

Getter Method

Signature VEndSweep()

Returns:
Return type:float

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature VEndSweep(vEnd)

Parameters:vEnd (float) –

New in version NX7.5.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

VStart

InspectionMethodBuilder.VStart

Returns or sets the V start parameter

-------------------------------------

Getter Method

Signature VStart()

Returns:
Return type:float

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature VStart(vStart)

Parameters:vStart (float) –

New in version NX7.0.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

VStartDeg

InspectionMethodBuilder.VStartDeg

Returns or sets the V start degrees

-------------------------------------

Getter Method

Signature VStartDeg()

Returns:
Return type:float

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature VStartDeg(vStart)

Parameters:vStart (float) –

New in version NX7.5.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

VStartDist

InspectionMethodBuilder.VStartDist

Returns or sets the V start distance

-------------------------------------

Getter Method

Signature VStartDist()

Returns:
Return type:float

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature VStartDist(vStart)

Parameters:vStart (float) –

New in version NX7.5.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

VStartMode

InspectionMethodBuilder.VStartMode

Returns or sets the start V mode

-------------------------------------

Getter Method

Signature VStartMode()

Returns:
Return type:NXOpen.CAM.InspectionMethodBuilderUVModeTypes

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature VStartMode(uvMode)

Parameters:uvMode (NXOpen.CAM.InspectionMethodBuilderUVModeTypes) –

New in version NX7.5.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

VStartSweep

InspectionMethodBuilder.VStartSweep

Returns or sets the V start sweep degrees

-------------------------------------

Getter Method

Signature VStartSweep()

Returns:
Return type:float

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature VStartSweep(vStart)

Parameters:vStart (float) –

New in version NX7.5.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

Method Detail

Validate

InspectionMethodBuilder.Validate

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven’t set it. This method throws a not-yet-implemented NXException for some components.

Signature Validate()

Returns:Was self validation successful
Return type:bool

New in version NX3.0.1.

License requirements: None.