|
NX Open C++ Reference Guide
|
Represents CMM Inspection Move Builder
This cannot be instantiated
Created in NX7.0.0.
More...
Public Types | |
| enum | DepthMethodTypes { DepthMethodTypesAuto = -1, DepthMethodTypesDistance, DepthMethodTypesFromFeatureNominal, DepthMethodTypesFromFeatureActual, DepthMethodTypesFromDatum } |
| the depth method More... | |
| enum | SensorStrategyTypes { SensorStrategyTypesCreateAsNeeded, SensorStrategyTypesUseExisting } |
| the sensor selection strategy More... | |
| enum | TipAngleTypes { TipAngleTypesAuto, TipAngleTypesSpecify, TipAngleTypesExisting } |
| the tip angle selection mode More... | |
| enum | TipModeTypes { TipModeTypesAuto, TipModeTypesSpecify, TipModeTypesExisting } |
| the tip selection mode More... | |
Public Member Functions | |
| double | AngleA () |
| Returns the A angle for an indexable head Created in NX7.0.0. | |
| double | AngleB () |
| Returns the B angle for an indexable head Created in NX7.0.0. | |
| double | ApproachDistance () |
| Returns the approach distance Created in NX7.0.0. | |
| NXOpen::CAM::MoveBuilder::Motion | MotionType () |
| Returns the motion type Created in NX7.0.0. | |
| double | RetractDistance () |
| Returns the retract distance Created in NX7.0.0. | |
| NXString | SensorOpName () |
| Returns the inspection sensor operation name Created in NX7.5.1. | |
| NXOpen::CAM::InspectionMoveBuilder::SensorStrategyTypes | SensorStrategy () |
| Returns the sensor selection strategy Created in NX7.5.1. | |
| NXOpen::CAM::InspectionSensorStrategyBuilder * | SensorStrategyBuilder () |
| Returns the Sensor Strategy Enum Builder Created in NX9.0.0. | |
| void | SetAngleA (double angle) |
| Sets the A angle for an indexable head Created in NX7.0.0. | |
| void | SetAngleB (double angle) |
| Sets the B angle for an indexable head Created in NX7.0.0. | |
| void | SetApproachDistance (double distance) |
| Sets the approach distance Created in NX7.0.0. | |
| void | SetMotionType (NXOpen::CAM::MoveBuilder::Motion motionType) |
| Sets the motion type Created in NX7.0.0. | |
| void | SetParent (NXOpen::CAM::CAMObject *parent) |
| Set parent Created in NX7.0.0. | |
| void | SetProbeAngles () |
| Set default values for probe angles based on feature type. | |
| void | SetRetractDistance (double distance) |
| Sets the retract distance Created in NX7.0.0. | |
| void | SetSensorOpName (const NXString &sensorOpName) |
| Sets the inspection sensor operation name Created in NX7.5.1. | |
| void | SetSensorOpName (const char *sensorOpName) |
| Sets the inspection sensor operation name Created in NX7.5.1. | |
| void | SetSensorStrategy (NXOpen::CAM::InspectionMoveBuilder::SensorStrategyTypes sensorStrategy) |
| Sets the sensor selection strategy Created in NX7.5.1. | |
| void | SetSibling (NXOpen::CAM::CAMObject *sibling) |
| Set sibling Created in NX7.0.0. | |
| void | SetTipAngleMode (NXOpen::CAM::InspectionMoveBuilder::TipAngleTypes tipAngleMode) |
| Sets the tip angle selection mode Created in NX7.0.0. | |
| void | SetTipMode (NXOpen::CAM::InspectionMoveBuilder::TipModeTypes tipMode) |
| Sets the probe tip selection mode Created in NX7.0.0. | |
| void | SetTipNumber (int tipNumber) |
| Sets the probe tip number Created in NX7.0.0. | |
| NXOpen::CAM::InspectionMoveBuilder::TipAngleTypes | TipAngleMode () |
| Returns the tip angle selection mode Created in NX7.0.0. | |
| NXOpen::CAM::InspectionMoveBuilder::TipModeTypes | TipMode () |
| Returns the probe tip selection mode Created in NX7.0.0. | |
| int | TipNumber () |
| Returns the probe tip number Created in NX7.0.0. | |
Public Member Functions inherited from NXOpen::Builder | |
| NXOpen::NXObject * | Commit () |
| Commits any edits that have been applied to the builder. | |
| void | Destroy () |
| Deletes the builder, and cleans up any objects created by the builder. | |
| std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
| For builders that create more than one object, this method returns the objects that are created by commit. | |
| NXOpen::NXObject * | GetObject () |
| Returns the object currently being edited by this builder. | |
| void | ShowResults () |
| Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
| virtual bool | Validate () |
| Validate whether the inputs to the component are sufficient for commit to be called. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
| double NXOpen::CAM::InspectionMoveBuilder::AngleA | ( | ) |
Returns the A angle for an indexable head
Created in NX7.0.0.
License requirements : None
| double NXOpen::CAM::InspectionMoveBuilder::AngleB | ( | ) |
Returns the B angle for an indexable head
Created in NX7.0.0.
License requirements : None
| double NXOpen::CAM::InspectionMoveBuilder::ApproachDistance | ( | ) |
Returns the approach distance
Created in NX7.0.0.
License requirements : None
| NXOpen::CAM::MoveBuilder::Motion NXOpen::CAM::InspectionMoveBuilder::MotionType | ( | ) |
Returns the motion type
Created in NX7.0.0.
License requirements : None
| double NXOpen::CAM::InspectionMoveBuilder::RetractDistance | ( | ) |
Returns the retract distance
Created in NX7.0.0.
License requirements : None
| NXString NXOpen::CAM::InspectionMoveBuilder::SensorOpName | ( | ) |
Returns the inspection sensor operation name
Created in NX7.5.1.
License requirements : None
| NXOpen::CAM::InspectionMoveBuilder::SensorStrategyTypes NXOpen::CAM::InspectionMoveBuilder::SensorStrategy | ( | ) |
Returns the sensor selection strategy
Created in NX7.5.1.
License requirements : None
| NXOpen::CAM::InspectionSensorStrategyBuilder* NXOpen::CAM::InspectionMoveBuilder::SensorStrategyBuilder | ( | ) |
Returns the Sensor Strategy Enum Builder
Created in NX9.0.0.
License requirements : None
| void NXOpen::CAM::InspectionMoveBuilder::SetAngleA | ( | double | angle | ) |
Sets the A angle for an indexable head
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
| angle | angle |
| void NXOpen::CAM::InspectionMoveBuilder::SetAngleB | ( | double | angle | ) |
Sets the B angle for an indexable head
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
| angle | angle |
| void NXOpen::CAM::InspectionMoveBuilder::SetApproachDistance | ( | double | distance | ) |
Sets the approach distance
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
| distance | distance |
| void NXOpen::CAM::InspectionMoveBuilder::SetMotionType | ( | NXOpen::CAM::MoveBuilder::Motion | motionType | ) |
Sets the motion type
Created in NX7.0.0.
License requirements : None
| motionType | motion type |
| void NXOpen::CAM::InspectionMoveBuilder::SetParent | ( | NXOpen::CAM::CAMObject * | parent | ) |
Set parent
Created in NX7.0.0.
License requirements : None
| parent | the parent object |
| void NXOpen::CAM::InspectionMoveBuilder::SetProbeAngles | ( | ) |
Set default values for probe angles based on feature type.
Created in NX7.5.1.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
| void NXOpen::CAM::InspectionMoveBuilder::SetRetractDistance | ( | double | distance | ) |
Sets the retract distance
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
| distance | distance |
| void NXOpen::CAM::InspectionMoveBuilder::SetSensorOpName | ( | const NXString & | sensorOpName | ) |
Sets the inspection sensor operation name
Created in NX7.5.1.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
| sensorOpName | sensoropname |
| void NXOpen::CAM::InspectionMoveBuilder::SetSensorOpName | ( | const char * | sensorOpName | ) |
Sets the inspection sensor operation name
Created in NX7.5.1.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
| sensorOpName | sensoropname |
| void NXOpen::CAM::InspectionMoveBuilder::SetSensorStrategy | ( | NXOpen::CAM::InspectionMoveBuilder::SensorStrategyTypes | sensorStrategy | ) |
Sets the sensor selection strategy
Created in NX7.5.1.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
| sensorStrategy | sensorstrategy |
| void NXOpen::CAM::InspectionMoveBuilder::SetSibling | ( | NXOpen::CAM::CAMObject * | sibling | ) |
Set sibling
Created in NX7.0.0.
License requirements : None
| sibling | the sibling object |
| void NXOpen::CAM::InspectionMoveBuilder::SetTipAngleMode | ( | NXOpen::CAM::InspectionMoveBuilder::TipAngleTypes | tipAngleMode | ) |
Sets the tip angle selection mode
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
| tipAngleMode | tipanglemode |
| void NXOpen::CAM::InspectionMoveBuilder::SetTipMode | ( | NXOpen::CAM::InspectionMoveBuilder::TipModeTypes | tipMode | ) |
Sets the probe tip selection mode
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
| tipMode | tipmode |
| void NXOpen::CAM::InspectionMoveBuilder::SetTipNumber | ( | int | tipNumber | ) |
Sets the probe tip number
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
| tipNumber | tipnumber |
| NXOpen::CAM::InspectionMoveBuilder::TipAngleTypes NXOpen::CAM::InspectionMoveBuilder::TipAngleMode | ( | ) |
Returns the tip angle selection mode
Created in NX7.0.0.
License requirements : None
| NXOpen::CAM::InspectionMoveBuilder::TipModeTypes NXOpen::CAM::InspectionMoveBuilder::TipMode | ( | ) |
Returns the probe tip selection mode
Created in NX7.0.0.
License requirements : None
| int NXOpen::CAM::InspectionMoveBuilder::TipNumber | ( | ) |
Returns the probe tip number
Created in NX7.0.0.
License requirements : None