NX Open C++ Reference Guide
|
Represents the builder for the CMM Inspection sub-operation Scan Arc. More...
Public Member Functions | |
NXOpen::NXObject * | Arc () |
Returns the Arc Created in NX7.0.0. | |
double | EndDistance () |
Returns the End Distance of the Scan Arc Created in NX7.0.0. | |
bool | Reversedirection () |
Returns the Reverse Direction flag on the Arc Created in NX7.0.0. | |
void | SetArc (NXOpen::NXObject *arc) |
Sets the Arc Created in NX7.0.0. | |
void | SetEndDistance (double distance) |
Sets the End Distance of the Scan Arc Created in NX7.0.0. | |
void | SetReversedirection (bool reversedir) |
Sets the Reverse Direction flag on the Arc Created in NX7.0.0. | |
void | SetStartDistance (double distance) |
Sets the Start Distance of the Scan Arc Created in NX7.0.0. | |
double | StartDistance () |
Returns the Start Distance of the Scan Arc Created in NX7.0.0. |
Represents the builder for the CMM Inspection sub-operation Scan Arc.
To create a new instance of this class, use CAM::InspectionMoveCollection::CreateInspectionScanArcBuilder
Created in NX7.0.0.
Returns the Arc
Created in NX7.0.0.
License requirements : None
Returns the End Distance of the Scan Arc
Created in NX7.0.0.
License requirements : None
void NXOpen::CAM::InspectionScanArcBuilder::SetEndDistance | ( | double | distance | ) |
Sets the End Distance of the Scan Arc
Created in NX7.0.0.
License requirements : None
distance | distance |
void NXOpen::CAM::InspectionScanArcBuilder::SetReversedirection | ( | bool | reversedir | ) |
void NXOpen::CAM::InspectionScanArcBuilder::SetStartDistance | ( | double | distance | ) |
Sets the Start Distance of the Scan Arc
Created in NX7.0.0.
License requirements : None
distance | distance |
Returns the Start Distance of the Scan Arc
Created in NX7.0.0.
License requirements : None