InspectionMeasurePointBuilder Class

class NXOpen.CAM.InspectionMeasurePointBuilder

Bases: NXOpen.CAM.InspectionMoveBuilder

Represents the builder for the CMM Inspection sub-operation Measure Point.

To create a new instance of this class, use NXOpen.CAM.InspectionMoveCollection.CreateInspectionMeasurePointBuilder()

New in version NX7.0.0.

Properties

Property Description
AngleA Returns or sets the A angle for an indexable head
AngleB Returns or sets the B angle for an indexable head
ApproachDist Returns the builder for approach distance
ApproachDistance Returns or sets the approach distance
DepthDistance Returns or sets the depth distance
DepthMethod Returns or sets the depth method
NXOpen.CAM.InspectionMeasurePointBuilder.I Returns or sets the I direction at measured point
NXOpen.CAM.InspectionMeasurePointBuilder.J Returns or sets the J direction at measured point
NXOpen.CAM.InspectionMeasurePointBuilder.K Returns or sets the K direction at measured point
MotionType Returns or sets the motion type
PointTypeEnum Returns or sets the point type enum
ProbeTipType Returns or sets the preferred probe tip type
ProbeTipTypeBuilder Returns the Probe Tip Type Builder
RetractDist Returns the builder for retract distance
RetractDistance Returns or sets the retract distance
SelectExistingPoint Returns the select existing point
SensorOpName Returns or sets the inspection sensor operation name
SensorStrategy Returns or sets the sensor selection strategy
SensorStrategyBuilder Returns the Sensor Strategy Enum Builder
Tag Returns the Tag for this object.
TargetPoint Returns or sets the point
TipAngleMode Returns or sets the tip angle selection mode
TipMode Returns or sets the probe tip selection mode
TipNumber Returns or sets the probe tip number
NXOpen.CAM.InspectionMeasurePointBuilder.X Returns or sets the X at measured point
NXOpen.CAM.InspectionMeasurePointBuilder.Y Returns or sets the Y at measured point
NXOpen.CAM.InspectionMeasurePointBuilder.Z Returns or sets the Z at measured point

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.
GetObject Returns the object currently being edited by this builder.
LockMove Set lock to prevent move parameters from being changed programmatically.
SetParent Set parent
SetProbeAngles Set default values for probe angles based on feature type.
SetProbeTip Set default probe tip based on preferred tip type and probe angles.
SetSibling Set sibling
ShowResults Updates the model to reflect the result of an edit to the model for all builders that support showing results.
UpdateParams Update measured point parameters based on selected point.
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Enumerations

InspectionMeasurePointBuilderPointTypes Enumeration specifies the method used to define a point

Property Detail

ApproachDist

InspectionMeasurePointBuilder.ApproachDist

Returns the builder for approach distance

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

Getter Method

Signature ApproachDist

Returns:
Return type:NXOpen.CAM.InheritableDoubleBuilder

New in version NX9.0.2.

License requirements: None.

DepthDistance

InspectionMeasurePointBuilder.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

Parameters:distance (float) –

New in version NX9.0.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

DepthMethod

InspectionMeasurePointBuilder.DepthMethod

Returns or sets the depth method

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

Getter Method

Signature DepthMethod

Returns:
Return type:NXOpen.CAM.InspectionMoveBuilderDepthMethodTypes

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature DepthMethod

Parameters:method (NXOpen.CAM.InspectionMoveBuilderDepthMethodTypes) –

New in version NX9.0.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

I

InspectionMeasurePointBuilder.I

Returns or sets the I direction at measured point

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

Getter Method

Signature I

Returns:
Return type:float

New in version NX7.0.0.

License requirements: None.

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

Setter Method

Signature I

Parameters:direction (float) –

New in version NX7.0.0.

License requirements: None.

J

InspectionMeasurePointBuilder.J

Returns or sets the J direction at measured point

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

Getter Method

Signature J

Returns:
Return type:float

New in version NX7.0.0.

License requirements: None.

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

Setter Method

Signature J

Parameters:direction (float) –

New in version NX7.0.0.

License requirements: None.

K

InspectionMeasurePointBuilder.K

Returns or sets the K direction at measured point

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

Getter Method

Signature K

Returns:
Return type:float

New in version NX7.0.0.

License requirements: None.

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

Setter Method

Signature K

Parameters:direction (float) –

New in version NX7.0.0.

License requirements: None.

PointTypeEnum

InspectionMeasurePointBuilder.PointTypeEnum

Returns or sets the point type enum

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

Getter Method

Signature PointTypeEnum

Returns:
Return type:NXOpen.CAM.InspectionMeasurePointBuilderPointTypes

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature PointTypeEnum

Parameters:pointTypeEnum (NXOpen.CAM.InspectionMeasurePointBuilderPointTypes) –

New in version NX7.5.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

RetractDist

InspectionMeasurePointBuilder.RetractDist

Returns the builder for retract distance

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

Getter Method

Signature RetractDist

Returns:
Return type:NXOpen.CAM.InheritableDoubleBuilder

New in version NX9.0.2.

License requirements: None.

SelectExistingPoint

InspectionMeasurePointBuilder.SelectExistingPoint

Returns the select existing point

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

Getter Method

Signature SelectExistingPoint

Returns:
Return type:NXOpen.SelectPoint

New in version NX7.5.0.

License requirements: None.

TargetPoint

InspectionMeasurePointBuilder.TargetPoint

Returns or sets the point

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

Getter Method

Signature TargetPoint

Returns:
Return type:NXOpen.Point

New in version NX7.0.0.

License requirements: None.

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

Setter Method

Signature TargetPoint

Parameters:point (NXOpen.Point) –

New in version NX7.0.0.

License requirements: None.

X

InspectionMeasurePointBuilder.X

Returns or sets the X at measured point

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

Getter Method

Signature X

Returns:
Return type:float

New in version NX7.0.0.

License requirements: None.

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

Setter Method

Signature X

Parameters:x (float) –

New in version NX7.0.0.

License requirements: None.

Y

InspectionMeasurePointBuilder.Y

Returns or sets the Y at measured point

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

Getter Method

Signature Y

Returns:
Return type:float

New in version NX7.0.0.

License requirements: None.

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

Setter Method

Signature Y

Parameters:y (float) –

New in version NX7.0.0.

License requirements: None.

Z

InspectionMeasurePointBuilder.Z

Returns or sets the Z at measured point

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

Getter Method

Signature Z

Returns:
Return type:float

New in version NX7.0.0.

License requirements: None.

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

Setter Method

Signature Z

Parameters:z (float) –

New in version NX7.0.0.

License requirements: None.

Method Detail

UpdateParams

InspectionMeasurePointBuilder.UpdateParams

Update measured point parameters based on selected point.

Signature UpdateParams()

New in version NX7.5.1.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)

Validate

InspectionMeasurePointBuilder.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.