NX Open C++ Reference Guide
|
Represents the builder for a CMM Inspection Sensor. More...
Public Types | |
enum | SensorTipLocationTypes { SensorTipLocationTypesCartesian, SensorTipLocationTypesPolar, SensorTipLocationTypesVector } |
the sensor tip location method More... | |
enum | SensorTipTypes { SensorTipTypesSphere, SensorTipTypesCylinder, SensorTipTypesDisk } |
the sensor tip type More... | |
enum | SensorTypes { SensorTypesFixed, SensorTypesIndex } |
the sensor type More... | |
Public Member Functions | |
double | AngleA () |
Returns the sensor tip location tilt angle component Created in NX7.0.0. | |
double | AngleB () |
Returns the sensor tip location rotation angle component Created in NX7.0.0. | |
std::vector< double > | GetSensorTipIjk () |
Get the sensor tip location vector coordinates. | |
std::vector< double > | GetSensorTipXyz () |
Get the sensor tip location cartesian coordinates. | |
NXString | MasterOpLabel () |
Returns the master sensor label Created in NX7.0.0. | |
NXString | SensorOpLabel () |
Returns the sensor label Created in NX7.0.0. | |
NXString | SensorOpName () |
Returns the inspection sensor operation name Created in NX7.5.1. | |
double | SensorTipDiameter () |
Returns the sensor tip diameter Created in NX7.0.0. | |
double | SensorTipLength () |
Returns the sensor tip length Created in NX7.0.0. | |
NXOpen::CAM::InspectionSensorBuilder::SensorTipLocationTypes | SensorTipLocation () |
Returns the sensor tip location method Created in NX7.0.0. | |
double | SensorTipSize () |
Returns the sensor tip size Created in NX7.0.0. | |
NXOpen::CAM::InspectionSensorBuilder::SensorTipTypes | SensorTipType () |
Returns the sensor tip type Created in NX7.0.0. | |
NXOpen::CAM::InspectionSensorBuilder::SensorTypes | SensorType () |
Returns the sensor type Created in NX7.0.0. | |
void | SetAngleA (double angle) |
Sets the sensor tip location tilt angle component Created in NX7.0.0. | |
void | SetAngleB (double angle) |
Sets the sensor tip location rotation angle component Created in NX7.0.0. | |
void | SetMasterOpLabel (const NXString &label) |
Sets the master sensor label Created in NX7.0.0. | |
void | SetSensorOpLabel (const NXString &label) |
Sets the sensor label Created in NX7.0.0. | |
void | SetSensorOpName (const NXString &sensorOpName) |
Sets the inspection sensor operation name Created in NX7.5.1. | |
void | SetSensorTipDiameter (double diameter) |
Sets the sensor tip diameter Created in NX7.0.0. | |
void | SetSensorTipIjk (const std::vector< double > &ijk) |
Set the sensor tip location vector coordinates Created in NX7.0.0. | |
void | SetSensorTipLength (double length) |
Sets the sensor tip length Created in NX7.0.0. | |
void | SetSensorTipLocation (NXOpen::CAM::InspectionSensorBuilder::SensorTipLocationTypes type) |
Sets the sensor tip location method Created in NX7.0.0. | |
void | SetSensorTipSize (double size) |
Sets the sensor tip size Created in NX7.0.0. | |
void | SetSensorTipType (NXOpen::CAM::InspectionSensorBuilder::SensorTipTypes type) |
Sets the sensor tip type Created in NX7.0.0. | |
void | SetSensorTipXyz (const std::vector< double > &xyz) |
Set the sensor tip location cartesian coordinates Created in NX7.0.0. | |
void | SetSensorType (NXOpen::CAM::InspectionSensorBuilder::SensorTypes type) |
Sets the sensor type Created in NX7.0.0. | |
void | SetTipNumber (int tipNumber) |
Sets the probe tip number Created in NX7.0.0. | |
void | SetToolName (const NXString &toolName) |
Sets the inspection probe tool name Created in NX7.5.1. | |
int | TipNumber () |
Returns the probe tip number Created in NX7.0.0. | |
NXString | ToolName () |
Returns the inspection probe tool name Created in NX7.5.1. |
Represents the builder for a CMM Inspection Sensor.
To create a new instance of this class, use CAM::InspectionOperationCollection::CreateInspectionSensorBuilder
Created in NX7.0.0.
double NXOpen::CAM::InspectionSensorBuilder::AngleA | ( | ) |
Returns the sensor tip location tilt angle component
Created in NX7.0.0.
License requirements : None
double NXOpen::CAM::InspectionSensorBuilder::AngleB | ( | ) |
Returns the sensor tip location rotation angle component
Created in NX7.0.0.
License requirements : None
std::vector<double> NXOpen::CAM::InspectionSensorBuilder::GetSensorTipIjk | ( | ) |
Get the sensor tip location vector coordinates.
std::vector<double> NXOpen::CAM::InspectionSensorBuilder::GetSensorTipXyz | ( | ) |
Get the sensor tip location cartesian coordinates.
Returns the master sensor label
Created in NX7.0.0.
License requirements : None
Returns the sensor label
Created in NX7.0.0.
License requirements : None
Returns the inspection sensor operation name
Created in NX7.5.1.
License requirements : None
Returns the sensor tip diameter
Created in NX7.0.0.
License requirements : None
Returns the sensor tip length
Created in NX7.0.0.
License requirements : None
NXOpen::CAM::InspectionSensorBuilder::SensorTipLocationTypes NXOpen::CAM::InspectionSensorBuilder::SensorTipLocation | ( | ) |
Returns the sensor tip location method
Created in NX7.0.0.
License requirements : None
Returns the sensor tip size
Created in NX7.0.0.
License requirements : None
NXOpen::CAM::InspectionSensorBuilder::SensorTipTypes NXOpen::CAM::InspectionSensorBuilder::SensorTipType | ( | ) |
Returns the sensor tip type
Created in NX7.0.0.
License requirements : None
NXOpen::CAM::InspectionSensorBuilder::SensorTypes NXOpen::CAM::InspectionSensorBuilder::SensorType | ( | ) |
Returns the sensor type
Created in NX7.0.0.
License requirements : None
void NXOpen::CAM::InspectionSensorBuilder::SetAngleA | ( | double | angle | ) |
Sets the sensor tip location tilt angle component
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
angle | angle |
void NXOpen::CAM::InspectionSensorBuilder::SetAngleB | ( | double | angle | ) |
Sets the sensor tip location rotation angle component
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
angle | angle |
void NXOpen::CAM::InspectionSensorBuilder::SetMasterOpLabel | ( | const NXString & | label | ) |
Sets the master sensor label
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
label | label |
void NXOpen::CAM::InspectionSensorBuilder::SetSensorOpLabel | ( | const NXString & | label | ) |
Sets the sensor label
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
label | label |
void NXOpen::CAM::InspectionSensorBuilder::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::InspectionSensorBuilder::SetSensorTipDiameter | ( | double | diameter | ) |
Sets the sensor tip diameter
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
diameter | diameter |
void NXOpen::CAM::InspectionSensorBuilder::SetSensorTipIjk | ( | const std::vector< double > & | ijk | ) |
Set the sensor tip location vector coordinates
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
ijk | the ijk values |
void NXOpen::CAM::InspectionSensorBuilder::SetSensorTipLength | ( | double | length | ) |
Sets the sensor tip length
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
length | length |
void NXOpen::CAM::InspectionSensorBuilder::SetSensorTipLocation | ( | NXOpen::CAM::InspectionSensorBuilder::SensorTipLocationTypes | type | ) |
Sets the sensor tip location method
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
type | type |
void NXOpen::CAM::InspectionSensorBuilder::SetSensorTipSize | ( | double | size | ) |
Sets the sensor tip size
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
size | size |
void NXOpen::CAM::InspectionSensorBuilder::SetSensorTipType | ( | NXOpen::CAM::InspectionSensorBuilder::SensorTipTypes | type | ) |
Sets the sensor tip type
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
type | type |
void NXOpen::CAM::InspectionSensorBuilder::SetSensorTipXyz | ( | const std::vector< double > & | xyz | ) |
Set the sensor tip location cartesian coordinates
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
xyz | the xyz values |
void NXOpen::CAM::InspectionSensorBuilder::SetSensorType | ( | NXOpen::CAM::InspectionSensorBuilder::SensorTypes | type | ) |
Sets the sensor type
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
type | type |
void NXOpen::CAM::InspectionSensorBuilder::SetTipNumber | ( | int | tipNumber | ) |
Sets the probe tip number
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
tipNumber | tipnumber |
void NXOpen::CAM::InspectionSensorBuilder::SetToolName | ( | const NXString & | toolName | ) |
Sets the inspection probe tool name
Created in NX7.5.1.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
toolName | toolname |
Returns the probe tip number
Created in NX7.0.0.
License requirements : None
Returns the inspection probe tool name
Created in NX7.5.1.
License requirements : None