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

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

Inheritance diagram for NXOpen.CAM.InspectionMeasurePointBuilder:
NXOpen.CAM.InspectionMoveBuilder NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  PointTypes { ExistingPoint, CursorLocation, PointConstructor }
 specifies the method used to define a point More...
 
- Public Types inherited from NXOpen.CAM.InspectionMoveBuilder
enum  DepthMethodTypes {
  Auto = -1, Distance, FromFeatureNominal, FromFeatureActual,
  FromDatum
}
 the depth method More...
 
enum  ProbeTipTypes { Any = -1, Sphere, Cylinder, Disk }
 the preferred probe tip type More...
 
enum  SensorStrategyTypes { CreateAsNeeded, UseExisting }
 the sensor selection strategy More...
 
enum  TipAngleTypes { Auto, Specify, Existing }
 the tip angle selection mode More...
 
enum  TipModeTypes { Auto, Specify, Existing }
 the tip selection mode More...
 

Public Member Functions

unsafe void UpdateParams ()
 Update measured point parameters based on selected point. More...
 
- Public Member Functions inherited from NXOpen.CAM.InspectionMoveBuilder
unsafe void LockMove (bool @lock)
 Set lock to prevent move parameters from being changed programmatically. More...
 
unsafe void SetParent (NXOpen.CAM.CAMObject parent)
 Set parent More...
 
unsafe void SetProbeAngles ()
 Set default values for probe angles based on feature type. More...
 
unsafe void SetProbeTip ()
 Set default probe tip based on preferred tip type and probe angles. More...
 
unsafe void SetSibling (NXOpen.CAM.CAMObject sibling)
 Set sibling More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. 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

unsafe
NXOpen.CAM.InheritableDoubleBuilder 
ApproachDist [get]
 Returns the builder for approach distance More...
 
unsafe double DepthDistance [get, set]
 Returns or sets the depth distance More...
 
unsafe
NXOpen.CAM.InspectionMoveBuilder.DepthMethodTypes 
DepthMethod [get, set]
 Returns or sets the depth method More...
 
unsafe double I [get, set]
 Returns or sets the I direction at measured point More...
 
unsafe double J [get, set]
 Returns or sets the J direction at measured point More...
 
unsafe double K [get, set]
 Returns or sets the K direction at measured point More...
 
unsafe
NXOpen.CAM.InspectionMeasurePointBuilder.PointTypes 
PointTypeEnum [get, set]
 Returns or sets the point type enum More...
 
unsafe
NXOpen.CAM.InheritableDoubleBuilder 
RetractDist [get]
 Returns the builder for retract distance More...
 
unsafe NXOpen.SelectPoint SelectExistingPoint [get]
 Returns the select existing point More...
 
unsafe NXOpen.Point TargetPoint [get, set]
 Returns or sets the point More...
 
unsafe double X [get, set]
 Returns or sets the X at measured point More...
 
unsafe double Y [get, set]
 Returns or sets the Y at measured point More...
 
unsafe double Z [get, set]
 Returns or sets the Z at measured point More...
 
- Properties inherited from NXOpen.CAM.InspectionMoveBuilder
unsafe double AngleA [get, set]
 Returns or sets the A angle for an indexable head More...
 
unsafe double AngleB [get, set]
 Returns or sets the B angle for an indexable head More...
 
unsafe double ApproachDistance [get, set]
 Returns or sets the approach distance More...
 
unsafe
NXOpen.CAM.MoveBuilder.Motion 
MotionType [get, set]
 Returns or sets the motion type More...
 
unsafe
NXOpen.CAM.InspectionMoveBuilder.ProbeTipTypes 
ProbeTipType [get, set]
 Returns or sets the preferred probe tip type More...
 
unsafe
NXOpen.CAM.InspectionProbeTipTypeBuilder 
ProbeTipTypeBuilder [get]
 Returns the Probe Tip Type Builder More...
 
unsafe double RetractDistance [get, set]
 Returns or sets the retract distance More...
 
unsafe string SensorOpName [get, set]
 Returns or sets the inspection sensor operation name More...
 
unsafe
NXOpen.CAM.InspectionMoveBuilder.SensorStrategyTypes 
SensorStrategy [get, set]
 Returns or sets the sensor selection strategy More...
 
unsafe
NXOpen.CAM.InspectionSensorStrategyBuilder 
SensorStrategyBuilder [get]
 Returns the Sensor Strategy Enum Builder More...
 
unsafe
NXOpen.CAM.InspectionMoveBuilder.TipAngleTypes 
TipAngleMode [get, set]
 Returns or sets the tip angle selection mode More...
 
unsafe
NXOpen.CAM.InspectionMoveBuilder.TipModeTypes 
TipMode [get, set]
 Returns or sets the probe tip selection mode More...
 
unsafe int TipNumber [get, set]
 Returns or sets the probe tip number More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

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

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

Created in NX7.0.0

Member Enumeration Documentation

specifies the method used to define a point

Enumerator
ExistingPoint 

Select an existing point

CursorLocation 

Cursor Location

PointConstructor 

Use the Point Constructor

Member Function Documentation

unsafe void NXOpen.CAM.InspectionMeasurePointBuilder.UpdateParams ( )
inline

Update measured point parameters based on selected point.

Created in NX7.5.1

License requirements: insp_programming ("INSPECTION PROGRAMMING")

Property Documentation

unsafe NXOpen.CAM.InheritableDoubleBuilder NXOpen.CAM.InspectionMeasurePointBuilder.ApproachDist
get

Returns the builder for approach distance

Created in NX9.0.2

License requirements: None.

unsafe double NXOpen.CAM.InspectionMeasurePointBuilder.DepthDistance
getset

Returns or sets the depth distance

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.CAM.InspectionMoveBuilder.DepthMethodTypes NXOpen.CAM.InspectionMeasurePointBuilder.DepthMethod
getset

Returns or sets the depth method

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe double NXOpen.CAM.InspectionMeasurePointBuilder.I
getset

Returns or sets the I direction at measured point

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.CAM.InspectionMeasurePointBuilder.J
getset

Returns or sets the J direction at measured point

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.CAM.InspectionMeasurePointBuilder.K
getset

Returns or sets the K direction at measured point

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.CAM.InspectionMeasurePointBuilder.PointTypes NXOpen.CAM.InspectionMeasurePointBuilder.PointTypeEnum
getset

Returns or sets the point type enum

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.CAM.InheritableDoubleBuilder NXOpen.CAM.InspectionMeasurePointBuilder.RetractDist
get

Returns the builder for retract distance

Created in NX9.0.2

License requirements: None.

unsafe NXOpen.SelectPoint NXOpen.CAM.InspectionMeasurePointBuilder.SelectExistingPoint
get

Returns the select existing point

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.Point NXOpen.CAM.InspectionMeasurePointBuilder.TargetPoint
getset

Returns or sets the point

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.CAM.InspectionMeasurePointBuilder.X
getset

Returns or sets the X at measured point

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.CAM.InspectionMeasurePointBuilder.Y
getset

Returns or sets the Y at measured point

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.CAM.InspectionMeasurePointBuilder.Z
getset

Returns or sets the Z at measured point

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: None.


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