NX Open C++ Reference Guide
|
Represents the Motion::SpreadsheetRunControl
An instance of this class can not be obtained
Created in NX9.0.0.
More...
Public Member Functions | |
NXOpen::Motion::ActiveView | ActiveView () |
Returns the active view Created in NX9.0.0. | |
int | Delay () |
Returns the spreadsheet run delay Created in NX9.0.0. | |
void | Finish () |
SpreadsheetRun finish Created in NX9.0.0. | |
bool | JointsLimits () |
Returns the spreadsheet run joint limits setting Created in NX9.0.0. | |
int | PlayMode () |
Returns the spreadsheet run play mode Created in NX9.0.0. | |
void | SetActiveView (NXOpen::Motion::ActiveView activeView) |
Sets the active view Created in NX9.0.0. | |
void | SetDelay (int delay) |
Sets the spreadsheet run delay Created in NX9.0.0. | |
void | SetJointsLimits (bool jointLimits) |
Sets the spreadsheet run joint limits setting Created in NX9.0.0. | |
void | SetPlayMode (int mode) |
Sets the spreadsheet run play mode Created in NX9.0.0. | |
void | Solve () |
SpreadsheetRun solve function Created in NX9.0.0. | |
void | StepBackward () |
SpreadsheetRun step backward Created in NX9.0.0. | |
void | StepForward () |
SpreadsheetRun step forward Created in NX9.0.0. | |
void | StepTo (int step) |
SpreadsheetRun step to special step Created in NX9.0.0. | |
void | StepToAssemblyPosition () |
SpreadsheetRun to assembly position Created in NX9.0.0. | |
void | StepToDesignPosition () |
SpreadsheetRun to design position Created in NX9.0.0. | |
void | Stop () |
SpreadsheetRun stop Created in NX9.0.0. | |
void | UpdateFromSpreadsheet () |
SpreadsheetRun update from spreadsheet Created in NX9.0.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents the Motion::SpreadsheetRunControl
An instance of this class can not be obtained
Created in NX9.0.0.
NXOpen::Motion::ActiveView NXOpen::Motion::SpreadsheetRunControl::ActiveView | ( | ) |
Returns the active view
Created in NX9.0.0.
License requirements : mechanisms ("MECHANISMS")
int NXOpen::Motion::SpreadsheetRunControl::Delay | ( | ) |
Returns the spreadsheet run delay
Created in NX9.0.0.
License requirements : mechanisms ("MECHANISMS")
void NXOpen::Motion::SpreadsheetRunControl::Finish | ( | ) |
SpreadsheetRun finish
Created in NX9.0.0.
License requirements : mechanisms ("MECHANISMS")
bool NXOpen::Motion::SpreadsheetRunControl::JointsLimits | ( | ) |
Returns the spreadsheet run joint limits setting
Created in NX9.0.0.
License requirements : mechanisms ("MECHANISMS")
int NXOpen::Motion::SpreadsheetRunControl::PlayMode | ( | ) |
Returns the spreadsheet run play mode
Created in NX9.0.0.
License requirements : mechanisms ("MECHANISMS")
void NXOpen::Motion::SpreadsheetRunControl::SetActiveView | ( | NXOpen::Motion::ActiveView | activeView | ) |
Sets the active view
Created in NX9.0.0.
License requirements : mechanisms ("MECHANISMS")
activeView | activeview |
void NXOpen::Motion::SpreadsheetRunControl::SetDelay | ( | int | delay | ) |
Sets the spreadsheet run delay
Created in NX9.0.0.
License requirements : mechanisms ("MECHANISMS")
delay | delay |
void NXOpen::Motion::SpreadsheetRunControl::SetJointsLimits | ( | bool | jointLimits | ) |
Sets the spreadsheet run joint limits setting
Created in NX9.0.0.
License requirements : mechanisms ("MECHANISMS")
jointLimits | jointlimits |
void NXOpen::Motion::SpreadsheetRunControl::SetPlayMode | ( | int | mode | ) |
Sets the spreadsheet run play mode
Created in NX9.0.0.
License requirements : mechanisms ("MECHANISMS")
mode | mode |
void NXOpen::Motion::SpreadsheetRunControl::Solve | ( | ) |
SpreadsheetRun solve function
Created in NX9.0.0.
License requirements : mechanisms ("MECHANISMS")
void NXOpen::Motion::SpreadsheetRunControl::StepBackward | ( | ) |
SpreadsheetRun step backward
Created in NX9.0.0.
License requirements : mechanisms ("MECHANISMS")
void NXOpen::Motion::SpreadsheetRunControl::StepForward | ( | ) |
SpreadsheetRun step forward
Created in NX9.0.0.
License requirements : mechanisms ("MECHANISMS")
void NXOpen::Motion::SpreadsheetRunControl::StepTo | ( | int | step | ) |
SpreadsheetRun step to special step
Created in NX9.0.0.
License requirements : mechanisms ("MECHANISMS")
step | This is the step number in spreadsheet. If the step number = -1, the system will use the current position in spreadsheet. |
void NXOpen::Motion::SpreadsheetRunControl::StepToAssemblyPosition | ( | ) |
SpreadsheetRun to assembly position
Created in NX9.0.0.
License requirements : mechanisms ("MECHANISMS")
void NXOpen::Motion::SpreadsheetRunControl::StepToDesignPosition | ( | ) |
SpreadsheetRun to design position
Created in NX9.0.0.
License requirements : mechanisms ("MECHANISMS")
void NXOpen::Motion::SpreadsheetRunControl::Stop | ( | ) |
SpreadsheetRun stop
Created in NX9.0.0.
License requirements : mechanisms ("MECHANISMS")
void NXOpen::Motion::SpreadsheetRunControl::UpdateFromSpreadsheet | ( | ) |
SpreadsheetRun update from spreadsheet
Created in NX9.0.0.
License requirements : mechanisms ("MECHANISMS")