NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::SIM::IsvControlPanelBuilder Class Reference

Represents a NXOpen::SIM::IsvControlPanelBuilder
To create a new instance of this class, use NXOpen::SIM::KinematicConfigurator::CreateIsvControlPanelBuilder

Created in NX8.0.0. More...

Inheritance diagram for NXOpen::SIM::IsvControlPanelBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  SingleStepType {
  SingleStepTypeBlock, SingleStepTypeMove, SingleStepTypeEvent, SingleStepTypeStepOut,
  SingleStepTypeStepIn, SingleStepTypeDisplay
}
 The Single Step type. More...
 
enum  VisualizationType { VisualizationTypeMachineCodeSimulateCse, VisualizationTypeMachineCodeSimulateMtd, VisualizationTypeToolPathSimulation }
 The Visualization type. More...
 

Public Member Functions

void ApplySimulationOptions ()
 Apply the simulation options
Created in NX8.0.0. More...
 
bool GetShow3dMaterialRemoval ()
 Gets the show 3d material removal. More...
 
bool GetShowToolPath ()
 Gets the show tool path. More...
 
NXOpen::SIM::IsvControlPanelBuilder::SingleStepType GetSingleStep ()
 Gets the single step. More...
 
NXOpen::SIM::IsvControlPanelBuilder::VisualizationType GetVisualization ()
 Gets the visualization. More...
 
void JumpToDetailsLine (int line)
 Jump to details line
Created in NX8.0.0. More...
 
void JumpToMachineTime (const NXString &machineTime)
 Jump to machine time
Created in NX8.0.0. More...
 
void JumpToMachineTime (const char *machineTime)
 Jump to machine time
Created in NX8.0.0. More...
 
void JumpToNcProgramLine (int line)
 Jump to nc program line
Created in NX8.5.0. More...
 
void MachineControlClearAlarm ()
 Machine Control Panel: Clear Alarms for all channels
Created in NX8.5.0. More...
 
void MachineControlClearAlarm (std::vector< NXString > &channels)
 Machine Control Panel: Clear Alarms for specific channels
Created in NX9.0.0. More...
 
void MachineControlDryRun (bool enable)
 Machine Control Panel: Activate Machine Dry Run
Created in NX8.5.0. More...
 
void MachineControlFeedRateOverride (int value)
 Machine Control Panel: Sets Machine Feed Rate Override
Created in NX8.5.0. More...
 
std::vector< NXStringMachineControlGetChannels ()
 Gets the Channel Names. More...
 
int MachineControlGetCycleTime ()
 Gets the Machine Cycle Time. More...
 
int MachineControlGetFeedRateOverrideMaximumValue ()
 Machine Control Panel: Gets the Machine Feed Rate Override Maximum Value. More...
 
bool MachineControlReadVariable (const NXString &channelName, const NXString &variableName, NXString *variableValue, NXString *variableType)
 Read Variable e.g. More...
 
bool MachineControlReadVariable (const char *channelName, const char *variableName, NXString *variableValue, NXString *variableType)
 Read Variable e.g. More...
 
void MachineControlResetMachine ()
 Machine Control Panel: Fast Reset Machine
Created in NX8.0.0. More...
 
void MachineControlResetNc ()
 Machine Control Panel: NC Reset for all channels
Created in NX8.0.0. More...
 
void MachineControlResetNc (std::vector< NXString > &channels)
 Machine Control Panel: NC Reset for specific channels
Created in NX9.0.0. More...
 
void MachineControlResetPart ()
 Machine Control Panel: Reset Part
Created in NX8.0.0. More...
 
void MachineControlSaveMachineData ()
 Machine Control Panel: Save the Machine Data (SRAM)
Created in NX8.5.0. More...
 
void MachineControlShowHmi ()
 Machine Control Panel: Show HMI
Created in NX8.5.0. More...
 
void MachineControlSingleBlockMode (bool enable)
 Machine Control Panel: Activate Machine Single Block Mode
Created in NX8.5.0. More...
 
void MachineControlStartNc ()
 Machine Control Panel: NC Start for all channels
Created in NX9.0.0. More...
 
void MachineControlStartNc (std::vector< NXString > &channels)
 Machine Control Panel: NC Start for specific channels
Created in NX9.0.0. More...
 
void MachineControlStopNc ()
 Machine Control Panel: NC Stop for all channels
Created in NX9.0.0. More...
 
void MachineControlStopNc (std::vector< NXString > &channels)
 Machine Control Panel: NC Stop for specific channels
Created in NX9.0.0. More...
 
bool MachineControlWriteVariable (const NXString &channelName, const NXString &variableName, const NXString &variableValue, const NXString &variableType)
 Write Variable e.g. More...
 
bool MachineControlWriteVariable (const char *channelName, const char *variableName, const char *variableValue, const char *variableType)
 Write Variable e.g. More...
 
void PlayBackward ()
 Simulation Control Panel: Play Backward
Created in NX8.0.0. More...
 
void PlayForward ()
 Simulation Control Panel: Play Forward
Created in NX8.0.0. More...
 
void PlayToMachineTime (const NXString &machineTime)
 Play to Machine Time
Created in NX8.0.0. More...
 
void PlayToMachineTime (const char *machineTime)
 Play to Machine Time
Created in NX8.0.0. More...
 
void ReadSettingsFromFile (const NXString &filename)
 Read simulation settings from xml file
Created in NX9.0.1. More...
 
void ReadSettingsFromFile (const char *filename)
 Read simulation settings from xml file
Created in NX9.0.1. More...
 
void ResetMachine ()
 Simulation Control Panel: (Full) Reset Machine
Created in NX8.0.0. More...
 
void SaveSettingsToFile (const NXString &filename)
 Save simulation settings to xml file
Created in NX9.0.1. More...
 
void SaveSettingsToFile (const char *filename)
 Save simulation settings to xml file
Created in NX9.0.1. More...
 
int SetShow3dMaterialRemoval (bool state)
 Sets the show 3d material removal. More...
 
void SetShowToolPath (bool state)
 Sets the show tool path
Created in NX8.0.0. More...
 
void SetSingleStep (NXOpen::SIM::IsvControlPanelBuilder::SingleStepType type)
 Sets the single step
Created in NX8.0.0. More...
 
void SetSpeed (int simSpeed)
 Simulation Control Panel: Simulation Speed
Created in NX8.0.0. More...
 
void SetVisualization (NXOpen::SIM::IsvControlPanelBuilder::VisualizationType type)
 Sets the visualization
Created in NX8.0.0. More...
 
NXOpen::SIM::SimDebugBuilder * SimDebugBuilder ()
 Returns the sim debug builder
Created in NX8.0.0. More...
 
NXOpen::CAM::SimulationOptionsBuilder * SimulationOptionsBuilder ()
 Returns the simulation options builder
Created in NX8.0.0. More...
 
void SingleStepBackward ()
 Simulation Control Panel: Single Step Backward
Created in NX8.0.0. More...
 
void SingleStepForward ()
 Simulation Control Panel: Single Step Forward
Created in NX8.0.0. More...
 
void StepToNextOperation ()
 Simulation Control Panel: Step to Next Operation
Created in NX8.0.0. More...
 
void StepToPreviousOperation ()
 Simulation Control Panel: Step to Previous Operation
Created in NX8.0.0. More...
 
void Stop ()
 Simulation Control Panel: Stop the simulation
Created in NX9.0.0. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a NXOpen::SIM::IsvControlPanelBuilder
To create a new instance of this class, use NXOpen::SIM::KinematicConfigurator::CreateIsvControlPanelBuilder

Created in NX8.0.0.


Member Enumeration Documentation

The Single Step type.

Enumerator
SingleStepTypeBlock 

Block.

SingleStepTypeMove 

Move.

SingleStepTypeEvent 

Event.

SingleStepTypeStepOut 

Step Out.

SingleStepTypeStepIn 

Step In.

SingleStepTypeDisplay 

Display.

The Visualization type.

Enumerator
VisualizationTypeMachineCodeSimulateCse 

Machine Code Simulate Cse.

VisualizationTypeMachineCodeSimulateMtd 

Machine Code Simulate Mtd.

VisualizationTypeToolPathSimulation 

Tool Path Simulate.

Member Function Documentation

void NXOpen::SIM::IsvControlPanelBuilder::ApplySimulationOptions ( )

Apply the simulation options
Created in NX8.0.0.



License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")

bool NXOpen::SIM::IsvControlPanelBuilder::GetShow3dMaterialRemoval ( )

Gets the show 3d material removal.

Returns

Created in NX8.0.0.

License requirements : None
bool NXOpen::SIM::IsvControlPanelBuilder::GetShowToolPath ( )

Gets the show tool path.

Returns

Created in NX8.0.0.

License requirements : None
NXOpen::SIM::IsvControlPanelBuilder::SingleStepType NXOpen::SIM::IsvControlPanelBuilder::GetSingleStep ( )

Gets the single step.

Returns

Created in NX8.0.0.

License requirements : None
NXOpen::SIM::IsvControlPanelBuilder::VisualizationType NXOpen::SIM::IsvControlPanelBuilder::GetVisualization ( )

Gets the visualization.

Returns

Created in NX8.0.0.

License requirements : None
void NXOpen::SIM::IsvControlPanelBuilder::JumpToDetailsLine ( int  line)

Jump to details line
Created in NX8.0.0.



License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")

Parameters
lineThe details window line
void NXOpen::SIM::IsvControlPanelBuilder::JumpToMachineTime ( const NXString machineTime)

Jump to machine time
Created in NX8.0.0.



License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")

Parameters
machineTimeThe machine time in hh:mm:ss.s format
NOTE: The full Unicode character set is not supported for this parameter.
void NXOpen::SIM::IsvControlPanelBuilder::JumpToMachineTime ( const char *  machineTime)

Jump to machine time
Created in NX8.0.0.



License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")

Parameters
machineTimeThe machine time in hh:mm:ss.s format
NOTE: The full Unicode character set is not supported for this parameter.
void NXOpen::SIM::IsvControlPanelBuilder::JumpToNcProgramLine ( int  line)

Jump to nc program line
Created in NX8.5.0.



License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")

Parameters
lineThe nc program window line
void NXOpen::SIM::IsvControlPanelBuilder::MachineControlClearAlarm ( )

Machine Control Panel: Clear Alarms for all channels
Created in NX8.5.0.



License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")

void NXOpen::SIM::IsvControlPanelBuilder::MachineControlClearAlarm ( std::vector< NXString > &  channels)

Machine Control Panel: Clear Alarms for specific channels
Created in NX9.0.0.



License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")

Parameters
channels
NOTE: The full Unicode character set is not supported for this parameter.
void NXOpen::SIM::IsvControlPanelBuilder::MachineControlDryRun ( bool  enable)

Machine Control Panel: Activate Machine Dry Run
Created in NX8.5.0.



License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")

Parameters
enableEnable or disable the dry run
void NXOpen::SIM::IsvControlPanelBuilder::MachineControlFeedRateOverride ( int  value)

Machine Control Panel: Sets Machine Feed Rate Override
Created in NX8.5.0.



License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")

Parameters
valueThe feed rate override value
std::vector<NXString> NXOpen::SIM::IsvControlPanelBuilder::MachineControlGetChannels ( )

Gets the Channel Names.

Returns
the names of available channel
Created in NX9.0.0.

License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")
int NXOpen::SIM::IsvControlPanelBuilder::MachineControlGetCycleTime ( )

Gets the Machine Cycle Time.

Returns
The cycle time in ms
Created in NX9.0.0.

License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")
int NXOpen::SIM::IsvControlPanelBuilder::MachineControlGetFeedRateOverrideMaximumValue ( )

Machine Control Panel: Gets the Machine Feed Rate Override Maximum Value.

Returns
The feed rate override max value
Created in NX9.0.0.

License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")
bool NXOpen::SIM::IsvControlPanelBuilder::MachineControlReadVariable ( const NXString channelName,
const NXString variableName,
NXString variableValue,
NXString variableType 
)

Read Variable e.g.

VDI Variable, Machine Data

Returns

Created in NX9.0.0.

License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")
Parameters
channelNameThe channel name, NULL or empty means all channels
NOTE: The full Unicode character set is not supported for this parameter.
variableNameThe variable name
NOTE: The full Unicode character set is not supported for this parameter.
variableValueThe variable value
variableTypeThe variable type: VDI_SWITCH, VDI_INTEGER, VDI_SINGLESTEP
bool NXOpen::SIM::IsvControlPanelBuilder::MachineControlReadVariable ( const char *  channelName,
const char *  variableName,
NXString variableValue,
NXString variableType 
)

Read Variable e.g.

VDI Variable, Machine Data

Returns

Created in NX9.0.0.

License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")
Parameters
channelNameThe channel name, NULL or empty means all channels
NOTE: The full Unicode character set is not supported for this parameter.
variableNameThe variable name
NOTE: The full Unicode character set is not supported for this parameter.
variableValueThe variable value
variableTypeThe variable type: VDI_SWITCH, VDI_INTEGER, VDI_SINGLESTEP
void NXOpen::SIM::IsvControlPanelBuilder::MachineControlResetMachine ( )

Machine Control Panel: Fast Reset Machine
Created in NX8.0.0.



License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")

void NXOpen::SIM::IsvControlPanelBuilder::MachineControlResetNc ( )

Machine Control Panel: NC Reset for all channels
Created in NX8.0.0.



License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")

void NXOpen::SIM::IsvControlPanelBuilder::MachineControlResetNc ( std::vector< NXString > &  channels)

Machine Control Panel: NC Reset for specific channels
Created in NX9.0.0.



License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")

Parameters
channels
NOTE: The full Unicode character set is not supported for this parameter.
void NXOpen::SIM::IsvControlPanelBuilder::MachineControlResetPart ( )

Machine Control Panel: Reset Part
Created in NX8.0.0.



License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")

void NXOpen::SIM::IsvControlPanelBuilder::MachineControlSaveMachineData ( )

Machine Control Panel: Save the Machine Data (SRAM)
Created in NX8.5.0.



License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")

void NXOpen::SIM::IsvControlPanelBuilder::MachineControlShowHmi ( )

Machine Control Panel: Show HMI
Created in NX8.5.0.



License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")

void NXOpen::SIM::IsvControlPanelBuilder::MachineControlSingleBlockMode ( bool  enable)

Machine Control Panel: Activate Machine Single Block Mode
Created in NX8.5.0.



License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")

Parameters
enableEnable or disable the single block mode
void NXOpen::SIM::IsvControlPanelBuilder::MachineControlStartNc ( )

Machine Control Panel: NC Start for all channels
Created in NX9.0.0.



License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")

void NXOpen::SIM::IsvControlPanelBuilder::MachineControlStartNc ( std::vector< NXString > &  channels)

Machine Control Panel: NC Start for specific channels
Created in NX9.0.0.



License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")

Parameters
channels
NOTE: The full Unicode character set is not supported for this parameter.
void NXOpen::SIM::IsvControlPanelBuilder::MachineControlStopNc ( )

Machine Control Panel: NC Stop for all channels
Created in NX9.0.0.



License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")

void NXOpen::SIM::IsvControlPanelBuilder::MachineControlStopNc ( std::vector< NXString > &  channels)

Machine Control Panel: NC Stop for specific channels
Created in NX9.0.0.



License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")

Parameters
channels
NOTE: The full Unicode character set is not supported for this parameter.
bool NXOpen::SIM::IsvControlPanelBuilder::MachineControlWriteVariable ( const NXString channelName,
const NXString variableName,
const NXString variableValue,
const NXString variableType 
)

Write Variable e.g.

VDI Variable, Machine Data

Returns

Created in NX9.0.0.

License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")
Parameters
channelNameThe channel name, NULL or empty means all channels
NOTE: The full Unicode character set is not supported for this parameter.
variableNameThe variable name
NOTE: The full Unicode character set is not supported for this parameter.
variableValueThe variable value
NOTE: The full Unicode character set is not supported for this parameter.
variableTypeThe variable type: VDI_SWITCH, VDI_INTEGER, VDI_SINGLESTEP
NOTE: The full Unicode character set is not supported for this parameter.
bool NXOpen::SIM::IsvControlPanelBuilder::MachineControlWriteVariable ( const char *  channelName,
const char *  variableName,
const char *  variableValue,
const char *  variableType 
)

Write Variable e.g.

VDI Variable, Machine Data

Returns

Created in NX9.0.0.

License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")
Parameters
channelNameThe channel name, NULL or empty means all channels
NOTE: The full Unicode character set is not supported for this parameter.
variableNameThe variable name
NOTE: The full Unicode character set is not supported for this parameter.
variableValueThe variable value
NOTE: The full Unicode character set is not supported for this parameter.
variableTypeThe variable type: VDI_SWITCH, VDI_INTEGER, VDI_SINGLESTEP
NOTE: The full Unicode character set is not supported for this parameter.
void NXOpen::SIM::IsvControlPanelBuilder::PlayBackward ( )

Simulation Control Panel: Play Backward
Created in NX8.0.0.



License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")

void NXOpen::SIM::IsvControlPanelBuilder::PlayForward ( )

Simulation Control Panel: Play Forward
Created in NX8.0.0.



License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")

void NXOpen::SIM::IsvControlPanelBuilder::PlayToMachineTime ( const NXString machineTime)

Play to Machine Time
Created in NX8.0.0.



License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")

Parameters
machineTimeThe machine time in hh:mm:ss.s format
NOTE: The full Unicode character set is not supported for this parameter.
void NXOpen::SIM::IsvControlPanelBuilder::PlayToMachineTime ( const char *  machineTime)

Play to Machine Time
Created in NX8.0.0.



License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")

Parameters
machineTimeThe machine time in hh:mm:ss.s format
NOTE: The full Unicode character set is not supported for this parameter.
void NXOpen::SIM::IsvControlPanelBuilder::ReadSettingsFromFile ( const NXString filename)

Read simulation settings from xml file
Created in NX9.0.1.



License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")

Parameters
filename
NOTE: The full Unicode character set is not supported for this parameter.
void NXOpen::SIM::IsvControlPanelBuilder::ReadSettingsFromFile ( const char *  filename)

Read simulation settings from xml file
Created in NX9.0.1.



License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")

Parameters
filename
NOTE: The full Unicode character set is not supported for this parameter.
void NXOpen::SIM::IsvControlPanelBuilder::ResetMachine ( )

Simulation Control Panel: (Full) Reset Machine
Created in NX8.0.0.



License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")

void NXOpen::SIM::IsvControlPanelBuilder::SaveSettingsToFile ( const NXString filename)

Save simulation settings to xml file
Created in NX9.0.1.



License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")

Parameters
filename
NOTE: The full Unicode character set is not supported for this parameter.
void NXOpen::SIM::IsvControlPanelBuilder::SaveSettingsToFile ( const char *  filename)

Save simulation settings to xml file
Created in NX9.0.1.



License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")

Parameters
filename
NOTE: The full Unicode character set is not supported for this parameter.
int NXOpen::SIM::IsvControlPanelBuilder::SetShow3dMaterialRemoval ( bool  state)

Sets the show 3d material removal.

Returns
The dialog response, if the user don't define workpiece the autoblock dialog will displayed. And if the user cancel it the response is UGII_CANCEL
Created in NX8.0.0.

License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")
Parameters
stateThe state
void NXOpen::SIM::IsvControlPanelBuilder::SetShowToolPath ( bool  state)

Sets the show tool path
Created in NX8.0.0.



License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")

Parameters
stateThe state
void NXOpen::SIM::IsvControlPanelBuilder::SetSingleStep ( NXOpen::SIM::IsvControlPanelBuilder::SingleStepType  type)

Sets the single step
Created in NX8.0.0.



License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")

Parameters
typeThe single step type
void NXOpen::SIM::IsvControlPanelBuilder::SetSpeed ( int  simSpeed)

Simulation Control Panel: Simulation Speed
Created in NX8.0.0.



License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")

Parameters
simSpeedThe simulation speed
void NXOpen::SIM::IsvControlPanelBuilder::SetVisualization ( NXOpen::SIM::IsvControlPanelBuilder::VisualizationType  type)

Sets the visualization
Created in NX8.0.0.



License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")

Parameters
typeThe visualization type
NXOpen::SIM::SimDebugBuilder* NXOpen::SIM::IsvControlPanelBuilder::SimDebugBuilder ( )

Returns the sim debug builder
Created in NX8.0.0.



License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")

NXOpen::CAM::SimulationOptionsBuilder* NXOpen::SIM::IsvControlPanelBuilder::SimulationOptionsBuilder ( )

Returns the simulation options builder
Created in NX8.0.0.



License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")

void NXOpen::SIM::IsvControlPanelBuilder::SingleStepBackward ( )

Simulation Control Panel: Single Step Backward
Created in NX8.0.0.



License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")

void NXOpen::SIM::IsvControlPanelBuilder::SingleStepForward ( )

Simulation Control Panel: Single Step Forward
Created in NX8.0.0.



License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")

void NXOpen::SIM::IsvControlPanelBuilder::StepToNextOperation ( )

Simulation Control Panel: Step to Next Operation
Created in NX8.0.0.



License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")

void NXOpen::SIM::IsvControlPanelBuilder::StepToPreviousOperation ( )

Simulation Control Panel: Step to Previous Operation
Created in NX8.0.0.



License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")

void NXOpen::SIM::IsvControlPanelBuilder::Stop ( )

Simulation Control Panel: Stop the simulation
Created in NX9.0.0.



License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")


The documentation for this class was generated from the following file:
Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.