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... | |
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. | |
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 | 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. |
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.
Returns the flag to align with machine axes
Created in NX7.0.0.
License requirements : None
Returns the approach distance
Created in NX7.0.0.
License requirements : None
Returns the end value in U
Created in NX7.0.0.
License requirements : None
Returns the end degrees value in U
Created in NX7.5.0.
License requirements : None
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
Returns the sweep value in U
Created in NX7.5.0.
License requirements : None
Returns the end value in V
Created in NX7.0.0.
License requirements : None
Returns the end degrees value in V
Created in NX7.5.0.
License requirements : None
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
Returns the sweep value in V
Created in NX7.5.0.
License requirements : None
Returns the number of points in U
Created in NX7.0.0.
License requirements : None
Returns the number of valid points created for the UV Grid
Created in NX7.0.0.
License requirements : None
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
Returns the retract distance
Created in NX7.0.0.
License requirements : None
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::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 |
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
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
Returns the start value in U
Created in NX7.0.0.
License requirements : None
Returns the start degrees value in U
Created in NX7.5.0.
License requirements : None
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
Returns the start sweep value in U
Created in NX7.5.0.
License requirements : None
Returns the start value in V
Created in NX7.0.0.
License requirements : None
Returns the start degrees value in V
Created in NX7.5.0.
License requirements : None
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
Returns the start sweep value in V
Created in NX7.5.0.
License requirements : None
Returns the flag to use feature collision avoidance
Created in NX7.0.0.
License requirements : None
Returns the flag to use part collision avoidance
Created in NX7.0.0.
License requirements : None