NX Open C++ Reference Guide
|
Represents the builder for the CMM Inspection UV Grid sub-operation. More...
Public Types | |
enum | SphereAxisType { SphereAxisTypeAlignWithProbe, SphereAxisTypeSelectDirection, SphereAxisTypeSetupZAxis } |
the method for determining the axis for a sphere More... | |
enum | StartPointType { StartPointTypeNearest, StartPointTypeUminVmin, StartPointTypeUmaxVmin, StartPointTypeUminVmax, StartPointTypeUmaxVmax } |
the start point mode More... | |
![]() | |
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 | |
bool | AlignMachineAxes () |
Returns the flag to align with machine axes Created in NX7.0.0. | |
NXOpen::CAM::InheritableDoubleBuilder * | ApproachDist () |
Returns the approach distance Created in NX7.0.0. | |
double | DepthDistance () |
Returns the depth distance Created in NX9.0.0. | |
NXOpen::CAM::InspectionMoveBuilder::DepthMethodTypes | DepthMethod () |
Returns the depth method Created in NX9.0.0. | |
NXOpen::CAM::InheritableDoubleBuilder * | EndU () |
Returns the end value in U Created in NX7.0.0. | |
NXOpen::CAM::InheritableDoubleBuilder * | EndUDeg () |
Returns the end degrees value in U Created in NX7.5.0. | |
NXOpen::CAM::InheritableDoubleBuilder * | EndUDist () |
Returns the end distance value in U Created in NX7.5.0. | |
NXOpen::CAM::InspectionMethodBuilder::UVModeTypes | EndUMode () |
Returns the end U mode Created in NX7.5.0. | |
NXOpen::CAM::InheritableDoubleBuilder * | EndUSweep () |
Returns the sweep value in U Created in NX7.5.0. | |
NXOpen::CAM::InheritableDoubleBuilder * | EndV () |
Returns the end value in V Created in NX7.0.0. | |
NXOpen::CAM::InheritableDoubleBuilder * | EndVDeg () |
Returns the end degrees value in V Created in NX7.5.0. | |
NXOpen::CAM::InheritableDoubleBuilder * | EndVDist () |
Returns the end distance value in V Created in NX7.5.0. | |
NXOpen::CAM::InspectionMethodBuilder::UVModeTypes | EndVMode () |
Returns the end V mode Created in NX7.5.0. | |
NXOpen::CAM::InheritableDoubleBuilder * | EndVSweep () |
Returns the sweep value in V Created in NX7.5.0. | |
NXOpen::CAM::InheritableIntBuilder * | NumberOfUPoints () |
Returns the number of points in U Created in NX7.0.0. | |
int | NumberOfValidPoints () |
Returns the number of valid points created for the UV Grid Created in NX7.0.0. | |
NXOpen::CAM::InheritableIntBuilder * | NumberOfVPoints () |
Returns the number of points in V Created in NX7.0.0. | |
NXOpen::CAM::InspectionMethodBuilder::PointSequenceDirectionTypes | PointSequenceDirection () |
Returns the point sequence start direction Created in NX7.5.0. | |
NXOpen::CAM::InspectionMethodBuilder::PointSequenceModeTypes | PointSequenceMode () |
Returns the point sequence mode Created in NX7.5.0. | |
NXOpen::CAM::InspectionMethodBuilder::PointSequenceStartTypes | PointSequenceStart () |
Returns the point sequence start location Created in NX7.5.0. | |
NXOpen::CAM::InheritableDoubleBuilder * | RetractDist () |
Returns the retract distance Created in NX7.0.0. | |
NXOpen::CAM::InheritableDoubleBuilder * | SearchDist () |
Returns the search distance Created in NX7.0.0. | |
NXOpen::CAM::InspectionPathBuilder::SequenceType | SequenceOptimization () |
Returns the path point sequence optimization setting Created in NX7.0.0. | |
void | SetAlignMachineAxes (bool flag) |
Sets the flag to align with machine axes Created in NX7.0.0. | |
void | SetDepthDistance (double distance) |
Sets the depth distance Created in NX9.0.0. | |
void | SetDepthMethod (NXOpen::CAM::InspectionMoveBuilder::DepthMethodTypes method) |
Sets the depth method Created in NX9.0.0. | |
void | SetEndUMode (NXOpen::CAM::InspectionMethodBuilder::UVModeTypes uvMode) |
Sets the end U mode Created in NX7.5.0. | |
void | SetEndVMode (NXOpen::CAM::InspectionMethodBuilder::UVModeTypes uvMode) |
Sets the end V mode Created in NX7.5.0. | |
void | SetNumberOfValidPoints (int numPoints) |
Sets the number of valid points created for the UV Grid Created in NX7.0.0. | |
void | SetPointSequenceDirection (NXOpen::CAM::InspectionMethodBuilder::PointSequenceDirectionTypes ptSeqDir) |
Sets the point sequence start direction Created in NX7.5.0. | |
void | SetPointSequenceMode (NXOpen::CAM::InspectionMethodBuilder::PointSequenceModeTypes ptSeqMode) |
Sets the point sequence mode Created in NX7.5.0. | |
void | SetPointSequenceStart (NXOpen::CAM::InspectionMethodBuilder::PointSequenceStartTypes ptSeqStart) |
Sets the point sequence start location Created in NX7.5.0. | |
void | SetSequenceOptimization (NXOpen::CAM::InspectionPathBuilder::SequenceType sequenceOpt) |
Sets the path point sequence optimization setting Created in NX7.0.0. | |
void | SetSphereAxisMethod (NXOpen::CAM::InspectionUVGridBuilder::SphereAxisType method) |
Sets the method for determining the axis for a sphere Created in NX7.0.0. | |
void | SetSphereAxisVector (NXOpen::Direction *vector) |
Sets the sphere axis vector Created in NX7.0.0. | |
void | SetStartPointMode (NXOpen::CAM::InspectionUVGridBuilder::StartPointType startMode) |
Sets the start point mode Created in NX7.0.0. | |
void | SetStartUMode (NXOpen::CAM::InspectionMethodBuilder::UVModeTypes uvMode) |
Sets the start U mode Created in NX7.5.0. | |
void | SetStartVMode (NXOpen::CAM::InspectionMethodBuilder::UVModeTypes uvMode) |
Sets the start V mode Created in NX7.5.0. | |
void | SetUseFeatureCollisionAvoidance (bool flag) |
Sets the flag to use feature collision avoidance Created in NX7.0.0. | |
void | SetUsePartCollisionAvoidance (bool flag) |
Sets the flag to use part collision avoidance Created in NX7.0.0. | |
NXOpen::CAM::InspectionUVGridBuilder::SphereAxisType | SphereAxisMethod () |
Returns the method for determining the axis for a sphere Created in NX7.0.0. | |
NXOpen::Direction * | SphereAxisVector () |
Returns the sphere axis vector Created in NX7.0.0. | |
NXOpen::CAM::InspectionUVGridBuilder::StartPointType | StartPointMode () |
Returns the start point mode Created in NX7.0.0. | |
NXOpen::CAM::InheritableDoubleBuilder * | StartU () |
Returns the start value in U Created in NX7.0.0. | |
NXOpen::CAM::InheritableDoubleBuilder * | StartUDeg () |
Returns the start degrees value in U Created in NX7.5.0. | |
NXOpen::CAM::InheritableDoubleBuilder * | StartUDist () |
Returns the start distance value in U Created in NX7.5.0. | |
NXOpen::CAM::InspectionMethodBuilder::UVModeTypes | StartUMode () |
Returns the start U mode Created in NX7.5.0. | |
NXOpen::CAM::InheritableDoubleBuilder * | StartUSweep () |
Returns the start sweep value in U Created in NX7.5.0. | |
NXOpen::CAM::InheritableDoubleBuilder * | StartV () |
Returns the start value in V Created in NX7.0.0. | |
NXOpen::CAM::InheritableDoubleBuilder * | StartVDeg () |
Returns the start degrees value in V Created in NX7.5.0. | |
NXOpen::CAM::InheritableDoubleBuilder * | StartVDist () |
Returns the start distance value in V Created in NX7.5.0. | |
NXOpen::CAM::InspectionMethodBuilder::UVModeTypes | StartVMode () |
Returns the start V mode Created in NX7.5.0. | |
NXOpen::CAM::InheritableDoubleBuilder * | StartVSweep () |
Returns the start sweep value in V Created in NX7.5.0. | |
bool | UseFeatureCollisionAvoidance () |
Returns the flag to use feature collision avoidance Created in NX7.0.0. | |
bool | UsePartCollisionAvoidance () |
Returns the flag to use part collision avoidance Created in NX7.0.0. | |
![]() | |
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. | |
![]() | |
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. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents the builder for the CMM Inspection UV Grid sub-operation.
To create a new instance of this class, use CAM::InspectionMoveCollection::CreateInspectionUvgridBuilder
Created in NX7.0.0.
bool NXOpen::CAM::InspectionUVGridBuilder::AlignMachineAxes | ( | ) |
Returns the flag to align with machine axes
Created in NX7.0.0.
License requirements : None
NXOpen::CAM::InheritableDoubleBuilder* NXOpen::CAM::InspectionUVGridBuilder::ApproachDist | ( | ) |
Returns the approach distance
Created in NX7.0.0.
License requirements : None
double NXOpen::CAM::InspectionUVGridBuilder::DepthDistance | ( | ) |
Returns the depth distance
Created in NX9.0.0.
License requirements : None
NXOpen::CAM::InspectionMoveBuilder::DepthMethodTypes NXOpen::CAM::InspectionUVGridBuilder::DepthMethod | ( | ) |
Returns the depth method
Created in NX9.0.0.
License requirements : None
NXOpen::CAM::InheritableDoubleBuilder* NXOpen::CAM::InspectionUVGridBuilder::EndU | ( | ) |
Returns the end value in U
Created in NX7.0.0.
License requirements : None
NXOpen::CAM::InheritableDoubleBuilder* NXOpen::CAM::InspectionUVGridBuilder::EndUDeg | ( | ) |
Returns the end degrees value in U
Created in NX7.5.0.
License requirements : None
NXOpen::CAM::InheritableDoubleBuilder* NXOpen::CAM::InspectionUVGridBuilder::EndUDist | ( | ) |
Returns the end distance value in U
Created in NX7.5.0.
License requirements : None
NXOpen::CAM::InspectionMethodBuilder::UVModeTypes NXOpen::CAM::InspectionUVGridBuilder::EndUMode | ( | ) |
Returns the end U mode
Created in NX7.5.0.
License requirements : None
NXOpen::CAM::InheritableDoubleBuilder* NXOpen::CAM::InspectionUVGridBuilder::EndUSweep | ( | ) |
Returns the sweep value in U
Created in NX7.5.0.
License requirements : None
NXOpen::CAM::InheritableDoubleBuilder* NXOpen::CAM::InspectionUVGridBuilder::EndV | ( | ) |
Returns the end value in V
Created in NX7.0.0.
License requirements : None
NXOpen::CAM::InheritableDoubleBuilder* NXOpen::CAM::InspectionUVGridBuilder::EndVDeg | ( | ) |
Returns the end degrees value in V
Created in NX7.5.0.
License requirements : None
NXOpen::CAM::InheritableDoubleBuilder* NXOpen::CAM::InspectionUVGridBuilder::EndVDist | ( | ) |
Returns the end distance value in V
Created in NX7.5.0.
License requirements : None
NXOpen::CAM::InspectionMethodBuilder::UVModeTypes NXOpen::CAM::InspectionUVGridBuilder::EndVMode | ( | ) |
Returns the end V mode
Created in NX7.5.0.
License requirements : None
NXOpen::CAM::InheritableDoubleBuilder* NXOpen::CAM::InspectionUVGridBuilder::EndVSweep | ( | ) |
Returns the sweep value in V
Created in NX7.5.0.
License requirements : None
NXOpen::CAM::InheritableIntBuilder* NXOpen::CAM::InspectionUVGridBuilder::NumberOfUPoints | ( | ) |
Returns the number of points in U
Created in NX7.0.0.
License requirements : None
int NXOpen::CAM::InspectionUVGridBuilder::NumberOfValidPoints | ( | ) |
Returns the number of valid points created for the UV Grid
Created in NX7.0.0.
License requirements : None
NXOpen::CAM::InheritableIntBuilder* NXOpen::CAM::InspectionUVGridBuilder::NumberOfVPoints | ( | ) |
Returns the number of points in V
Created in NX7.0.0.
License requirements : None
NXOpen::CAM::InspectionMethodBuilder::PointSequenceDirectionTypes NXOpen::CAM::InspectionUVGridBuilder::PointSequenceDirection | ( | ) |
Returns the point sequence start direction
Created in NX7.5.0.
License requirements : None
NXOpen::CAM::InspectionMethodBuilder::PointSequenceModeTypes NXOpen::CAM::InspectionUVGridBuilder::PointSequenceMode | ( | ) |
Returns the point sequence mode
Created in NX7.5.0.
License requirements : None
NXOpen::CAM::InspectionMethodBuilder::PointSequenceStartTypes NXOpen::CAM::InspectionUVGridBuilder::PointSequenceStart | ( | ) |
Returns the point sequence start location
Created in NX7.5.0.
License requirements : None
NXOpen::CAM::InheritableDoubleBuilder* NXOpen::CAM::InspectionUVGridBuilder::RetractDist | ( | ) |
Returns the retract distance
Created in NX7.0.0.
License requirements : None
NXOpen::CAM::InheritableDoubleBuilder* NXOpen::CAM::InspectionUVGridBuilder::SearchDist | ( | ) |
Returns the search distance
Created in NX7.0.0.
License requirements : None
NXOpen::CAM::InspectionPathBuilder::SequenceType NXOpen::CAM::InspectionUVGridBuilder::SequenceOptimization | ( | ) |
Returns the path point sequence optimization setting
Created in NX7.0.0.
License requirements : None
void NXOpen::CAM::InspectionUVGridBuilder::SetAlignMachineAxes | ( | bool | flag | ) |
Sets the flag to align with machine axes
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
flag | flag |
void NXOpen::CAM::InspectionUVGridBuilder::SetDepthDistance | ( | double | distance | ) |
Sets the depth distance
Created in NX9.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
distance | distance |
void NXOpen::CAM::InspectionUVGridBuilder::SetDepthMethod | ( | NXOpen::CAM::InspectionMoveBuilder::DepthMethodTypes | method | ) |
Sets the depth method
Created in NX9.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
method | method |
void NXOpen::CAM::InspectionUVGridBuilder::SetEndUMode | ( | NXOpen::CAM::InspectionMethodBuilder::UVModeTypes | uvMode | ) |
Sets the end U mode
Created in NX7.5.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
uvMode | uvmode |
void NXOpen::CAM::InspectionUVGridBuilder::SetEndVMode | ( | NXOpen::CAM::InspectionMethodBuilder::UVModeTypes | uvMode | ) |
Sets the end V mode
Created in NX7.5.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
uvMode | uvmode |
void NXOpen::CAM::InspectionUVGridBuilder::SetNumberOfValidPoints | ( | int | numPoints | ) |
Sets the number of valid points created for the UV Grid
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
numPoints | numpoints |
void NXOpen::CAM::InspectionUVGridBuilder::SetPointSequenceDirection | ( | NXOpen::CAM::InspectionMethodBuilder::PointSequenceDirectionTypes | ptSeqDir | ) |
Sets the point sequence start direction
Created in NX7.5.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
ptSeqDir | ptseqdir |
void NXOpen::CAM::InspectionUVGridBuilder::SetPointSequenceMode | ( | NXOpen::CAM::InspectionMethodBuilder::PointSequenceModeTypes | ptSeqMode | ) |
Sets the point sequence mode
Created in NX7.5.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
ptSeqMode | ptseqmode |
void NXOpen::CAM::InspectionUVGridBuilder::SetPointSequenceStart | ( | NXOpen::CAM::InspectionMethodBuilder::PointSequenceStartTypes | ptSeqStart | ) |
Sets the point sequence start location
Created in NX7.5.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
ptSeqStart | ptseqstart |
void NXOpen::CAM::InspectionUVGridBuilder::SetSequenceOptimization | ( | NXOpen::CAM::InspectionPathBuilder::SequenceType | sequenceOpt | ) |
Sets the path point sequence optimization setting
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
sequenceOpt | sequenceopt |
void NXOpen::CAM::InspectionUVGridBuilder::SetSphereAxisMethod | ( | NXOpen::CAM::InspectionUVGridBuilder::SphereAxisType | method | ) |
Sets the method for determining the axis for a sphere
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
method | method |
void NXOpen::CAM::InspectionUVGridBuilder::SetSphereAxisVector | ( | NXOpen::Direction * | vector | ) |
Sets the sphere axis vector
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
vector | vector |
void NXOpen::CAM::InspectionUVGridBuilder::SetStartPointMode | ( | NXOpen::CAM::InspectionUVGridBuilder::StartPointType | startMode | ) |
Sets the start point mode
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
startMode | startmode |
void NXOpen::CAM::InspectionUVGridBuilder::SetStartUMode | ( | NXOpen::CAM::InspectionMethodBuilder::UVModeTypes | uvMode | ) |
Sets the start U mode
Created in NX7.5.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
uvMode | uvmode |
void NXOpen::CAM::InspectionUVGridBuilder::SetStartVMode | ( | NXOpen::CAM::InspectionMethodBuilder::UVModeTypes | uvMode | ) |
Sets the start V mode
Created in NX7.5.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
uvMode | uvmode |
void NXOpen::CAM::InspectionUVGridBuilder::SetUseFeatureCollisionAvoidance | ( | bool | flag | ) |
Sets the flag to use feature collision avoidance
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
flag | flag |
void NXOpen::CAM::InspectionUVGridBuilder::SetUsePartCollisionAvoidance | ( | bool | flag | ) |
Sets the flag to use part collision avoidance
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
flag | flag |
NXOpen::CAM::InspectionUVGridBuilder::SphereAxisType NXOpen::CAM::InspectionUVGridBuilder::SphereAxisMethod | ( | ) |
Returns the method for determining the axis for a sphere
Created in NX7.0.0.
License requirements : None
NXOpen::Direction* NXOpen::CAM::InspectionUVGridBuilder::SphereAxisVector | ( | ) |
Returns the sphere axis vector
Created in NX7.0.0.
License requirements : None
NXOpen::CAM::InspectionUVGridBuilder::StartPointType NXOpen::CAM::InspectionUVGridBuilder::StartPointMode | ( | ) |
Returns the start point mode
Created in NX7.0.0.
License requirements : None
NXOpen::CAM::InheritableDoubleBuilder* NXOpen::CAM::InspectionUVGridBuilder::StartU | ( | ) |
Returns the start value in U
Created in NX7.0.0.
License requirements : None
NXOpen::CAM::InheritableDoubleBuilder* NXOpen::CAM::InspectionUVGridBuilder::StartUDeg | ( | ) |
Returns the start degrees value in U
Created in NX7.5.0.
License requirements : None
NXOpen::CAM::InheritableDoubleBuilder* NXOpen::CAM::InspectionUVGridBuilder::StartUDist | ( | ) |
Returns the start distance value in U
Created in NX7.5.0.
License requirements : None
NXOpen::CAM::InspectionMethodBuilder::UVModeTypes NXOpen::CAM::InspectionUVGridBuilder::StartUMode | ( | ) |
Returns the start U mode
Created in NX7.5.0.
License requirements : None
NXOpen::CAM::InheritableDoubleBuilder* NXOpen::CAM::InspectionUVGridBuilder::StartUSweep | ( | ) |
Returns the start sweep value in U
Created in NX7.5.0.
License requirements : None
NXOpen::CAM::InheritableDoubleBuilder* NXOpen::CAM::InspectionUVGridBuilder::StartV | ( | ) |
Returns the start value in V
Created in NX7.0.0.
License requirements : None
NXOpen::CAM::InheritableDoubleBuilder* NXOpen::CAM::InspectionUVGridBuilder::StartVDeg | ( | ) |
Returns the start degrees value in V
Created in NX7.5.0.
License requirements : None
NXOpen::CAM::InheritableDoubleBuilder* NXOpen::CAM::InspectionUVGridBuilder::StartVDist | ( | ) |
Returns the start distance value in V
Created in NX7.5.0.
License requirements : None
NXOpen::CAM::InspectionMethodBuilder::UVModeTypes NXOpen::CAM::InspectionUVGridBuilder::StartVMode | ( | ) |
Returns the start V mode
Created in NX7.5.0.
License requirements : None
NXOpen::CAM::InheritableDoubleBuilder* NXOpen::CAM::InspectionUVGridBuilder::StartVSweep | ( | ) |
Returns the start sweep value in V
Created in NX7.5.0.
License requirements : None
bool NXOpen::CAM::InspectionUVGridBuilder::UseFeatureCollisionAvoidance | ( | ) |
Returns the flag to use feature collision avoidance
Created in NX7.0.0.
License requirements : None
bool NXOpen::CAM::InspectionUVGridBuilder::UsePartCollisionAvoidance | ( | ) |
Returns the flag to use part collision avoidance
Created in NX7.0.0.
License requirements : None