|
NX Open C++ Reference Guide
|
Edit Multiple Subops Dialog builder
To create a new instance of this class, use CAM::InspectionMoveCollection::CreateInspectionSensorMassEditBuilder
Created in NX7.5.3.
More...
Public Types | |
| enum | SensorSelectModeType { SensorSelectModeTypeAutomatic, SensorSelectModeTypeSpecifySensor, SensorSelectModeTypeSpecifyProbeAngles, SensorSelectModeTypeSpecifyProbeTip, SensorSelectModeTypeSpecifyAnglesandTip } |
| the sensor selection mode More... | |
| enum | SensorStrategyType { SensorStrategyTypeCreateasneeded, SensorStrategyTypeUseexistingonly } |
| the sensor strategy More... | |
Public Member Functions | |
| double | AngleA () |
| Returns the angle a Created in NX7.5.3. | |
| double | AngleB () |
| Returns the angle b Created in NX7.5.3. | |
| NXString | SensorName () |
| Returns the sensor name Created in NX7.5.3. | |
| NXOpen::CAM::InspectionSensorMassEditBuilder::SensorStrategyType | SensorStrategy () |
| Returns the sensor strategy Created in NX7.5.3. | |
| void | SetAngleA (double angleA) |
| Sets the angle a Created in NX7.5.3. | |
| void | SetAngleB (double angleB) |
| Sets the angle b Created in NX7.5.3. | |
| void | SetSensorName (const NXString &sensorName) |
| Sets the sensor name Created in NX7.5.3. | |
| void | SetSensorName (const char *sensorName) |
| Sets the sensor name Created in NX7.5.3. | |
| void | SetSensorStrategy (NXOpen::CAM::InspectionSensorMassEditBuilder::SensorStrategyType sensorStrategy) |
| Sets the sensor strategy Created in NX7.5.3. | |
| void | SetTipNumber (int tipNumber) |
| Sets the tip Created in NX7.5.3. | |
| int | TipNumber () |
| Returns the tip Created in NX7.5.3. | |
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. | |
Edit Multiple Subops Dialog builder
To create a new instance of this class, use CAM::InspectionMoveCollection::CreateInspectionSensorMassEditBuilder
Created in NX7.5.3.
the sensor selection mode
| double NXOpen::CAM::InspectionSensorMassEditBuilder::AngleA | ( | ) |
Returns the angle a
Created in NX7.5.3.
License requirements : None
| double NXOpen::CAM::InspectionSensorMassEditBuilder::AngleB | ( | ) |
Returns the angle b
Created in NX7.5.3.
License requirements : None
| NXString NXOpen::CAM::InspectionSensorMassEditBuilder::SensorName | ( | ) |
Returns the sensor name
Created in NX7.5.3.
License requirements : None
| NXOpen::CAM::InspectionSensorMassEditBuilder::SensorStrategyType NXOpen::CAM::InspectionSensorMassEditBuilder::SensorStrategy | ( | ) |
Returns the sensor strategy
Created in NX7.5.3.
License requirements : None
| void NXOpen::CAM::InspectionSensorMassEditBuilder::SetAngleA | ( | double | angleA | ) |
Sets the angle a
Created in NX7.5.3.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
| angleA | anglea |
| void NXOpen::CAM::InspectionSensorMassEditBuilder::SetAngleB | ( | double | angleB | ) |
Sets the angle b
Created in NX7.5.3.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
| angleB | angleb |
| void NXOpen::CAM::InspectionSensorMassEditBuilder::SetSensorName | ( | const NXString & | sensorName | ) |
Sets the sensor name
Created in NX7.5.3.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
| sensorName | sensorname |
| void NXOpen::CAM::InspectionSensorMassEditBuilder::SetSensorName | ( | const char * | sensorName | ) |
Sets the sensor name
Created in NX7.5.3.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
| sensorName | sensorname |
| void NXOpen::CAM::InspectionSensorMassEditBuilder::SetSensorStrategy | ( | NXOpen::CAM::InspectionSensorMassEditBuilder::SensorStrategyType | sensorStrategy | ) |
Sets the sensor strategy
Created in NX7.5.3.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
| sensorStrategy | sensorstrategy |
| void NXOpen::CAM::InspectionSensorMassEditBuilder::SetTipNumber | ( | int | tipNumber | ) |
Sets the tip
Created in NX7.5.3.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
| tipNumber | tipnumber |
| int NXOpen::CAM::InspectionSensorMassEditBuilder::TipNumber | ( | ) |
Returns the tip
Created in NX7.5.3.
License requirements : None