NX Open C++ Reference Guide
|
Represents the builder for the CMM Inspection sub-operation Scan Curve. More...
Public Member Functions | |
NXOpen::CAM::InheritableDoubleBuilder * | CurvatureFactor () |
Returns the Curvature Increase Factor for points along the Scan Curve Created in NX7.5.3. | |
NXOpen::NXObject * | Curve () |
Returns the curve Created in NX7.5.2. | |
NXOpen::CAM::InspectionMethodBuilder::ScanCurveModeTypes | CurveMode () |
Returns the curve specification mode Created in NX7.5.3. | |
double | EndDistance () |
Returns the End Distance of the Scan Curve Created in NX7.5.2. | |
NXOpen::CAM::InheritableDoubleBuilder * | MaxSpacing () |
Returns the Maximum Spacing of points along the Scan Curve Created in NX7.5.3. | |
bool | MergePrevious () |
Returns the Merge Previous flag Created in NX7.5.2. | |
NXOpen::CAM::InheritableDoubleBuilder * | MinSpacing () |
Returns the Minimum Spacing of points along the Scan Curve Created in NX7.5.3. | |
int | Nbpoints () |
Returns the Number of Scan Points on the curve Created in NX7.5.2. | |
bool | Reversedirection () |
Returns the Reverse Direction flag on the curve Created in NX7.5.2. | |
void | SetCurve (NXOpen::NXObject *curve) |
Sets the curve Created in NX7.5.2. | |
void | SetCurveMode (NXOpen::CAM::InspectionMethodBuilder::ScanCurveModeTypes mode) |
Sets the curve specification mode Created in NX7.5.3. | |
void | SetEndDistance (double distance) |
Sets the End Distance of the Scan Curve Created in NX7.5.2. | |
void | SetMergePrevious (bool mergeprevious) |
Sets the Merge Previous flag Created in NX7.5.2. | |
void | SetNbpoints (int nbpoints) |
Sets the Number of Scan Points on the curve Created in NX7.5.2. | |
void | SetReversedirection (bool reversedir) |
Sets the Reverse Direction flag on the curve Created in NX7.5.2. | |
void | SetStartDistance (double distance) |
Sets the Start Distance of the Scan Curve Created in NX7.5.2. | |
double | StartDistance () |
Returns the Start Distance of the Scan Curve Created in NX7.5.2. |
Represents the builder for the CMM Inspection sub-operation Scan Curve.
To create a new instance of this class, use CAM::InspectionMoveCollection::CreateInspectionScanCurve5axisBuilder
Created in NX7.5.2.
NXOpen::CAM::InheritableDoubleBuilder* NXOpen::CAM::InspectionScanCurve5AxisBuilder::CurvatureFactor | ( | ) |
Returns the Curvature Increase Factor for points along the Scan Curve
Created in NX7.5.3.
License requirements : None
Returns the curve
Created in NX7.5.2.
License requirements : None
NXOpen::CAM::InspectionMethodBuilder::ScanCurveModeTypes NXOpen::CAM::InspectionScanCurve5AxisBuilder::CurveMode | ( | ) |
Returns the curve specification mode
Created in NX7.5.3.
License requirements : None
Returns the End Distance of the Scan Curve
Created in NX7.5.2.
License requirements : None
Returns the Maximum Spacing of points along the Scan Curve
Created in NX7.5.3.
License requirements : None
Returns the Merge Previous flag
Created in NX7.5.2.
License requirements : None
Returns the Minimum Spacing of points along the Scan Curve
Created in NX7.5.3.
License requirements : None
Returns the Number of Scan Points on the curve
Created in NX7.5.2.
License requirements : None
Returns the Reverse Direction flag on the curve
Created in NX7.5.2.
License requirements : None
Sets the curve
Created in NX7.5.2.
License requirements : None
curve | curve |
void NXOpen::CAM::InspectionScanCurve5AxisBuilder::SetCurveMode | ( | NXOpen::CAM::InspectionMethodBuilder::ScanCurveModeTypes | mode | ) |
Sets the curve specification mode
Created in NX7.5.3.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
mode | mode |
void NXOpen::CAM::InspectionScanCurve5AxisBuilder::SetEndDistance | ( | double | distance | ) |
Sets the End Distance of the Scan Curve
Created in NX7.5.2.
License requirements : None
distance | distance |
void NXOpen::CAM::InspectionScanCurve5AxisBuilder::SetMergePrevious | ( | bool | mergeprevious | ) |
Sets the Merge Previous flag
Created in NX7.5.2.
License requirements : None
mergeprevious | mergeprevious |
void NXOpen::CAM::InspectionScanCurve5AxisBuilder::SetNbpoints | ( | int | nbpoints | ) |
Sets the Number of Scan Points on the curve
Created in NX7.5.2.
License requirements : None
nbpoints | nbpoints |
void NXOpen::CAM::InspectionScanCurve5AxisBuilder::SetReversedirection | ( | bool | reversedir | ) |
Sets the Reverse Direction flag on the curve
Created in NX7.5.2.
License requirements : None
reversedir | reversedir |
void NXOpen::CAM::InspectionScanCurve5AxisBuilder::SetStartDistance | ( | double | distance | ) |
Sets the Start Distance of the Scan Curve
Created in NX7.5.2.
License requirements : None
distance | distance |
Returns the Start Distance of the Scan Curve
Created in NX7.5.2.
License requirements : None