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