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

Represents a NcProgramManagerBuilder builder object. More...

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

Public Member Functions

void ActivateAllBreakpoints ()
 Activate all deactivated breakpoints. More...
 
void ActivateBreakpoint (NXOpen::SIM::NcProgram *program, int lineNumber)
 Activate a breakpoint in a program line. More...
 
void AddBreakpoint (NXOpen::SIM::NcProgram *program, int lineNumber)
 Add a breakpoint to a program line. More...
 
void AddMatchingBreakpoint (const NXString &condition)
 Add a matching breakpoint to program manager. More...
 
void AddMatchingBreakpoint (const char *condition)
 Add a matching breakpoint to program manager. More...
 
void DeactivateAllBreakpoints ()
 Deactivate all active breakpoints. More...
 
void DeactivateBreakpoint (NXOpen::SIM::NcProgram *program, int lineNumber)
 Deactivate a breakpoint in a program line. More...
 
void DeleteAllBreakpoints ()
 Delete all breakpoints. More...
 
void DeleteBreakpoint (NXOpen::SIM::NcProgram *program, int lineNumber)
 Remove a breakpoint from a program line. More...
 
std::vector
< NXOpen::SIM::Breakpoint * > 
GetBreakpoints ()
 Get all breakpoints. 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 NcProgramManagerBuilder builder object.


To create a new instance of this class, use NXOpen::SIM::KinematicConfigurator::CreateNcProgramManagerBuilder

Created in NX11.0.0.

Member Function Documentation

void NXOpen::SIM::NcProgramManagerBuilder::ActivateAllBreakpoints ( )

Activate all deactivated breakpoints.


Created in NX11.0.0.

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

void NXOpen::SIM::NcProgramManagerBuilder::ActivateBreakpoint ( NXOpen::SIM::NcProgram program,
int  lineNumber 
)

Activate a breakpoint in a program line.


Created in NX11.0.0.

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

Parameters
programThe program in which the breakpoint is to be activated.
lineNumberThe line number of the breakpoint (zero based).
void NXOpen::SIM::NcProgramManagerBuilder::AddBreakpoint ( NXOpen::SIM::NcProgram program,
int  lineNumber 
)

Add a breakpoint to a program line.


Created in NX11.0.0.

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

Parameters
programThe program in which the breakpoint is to be added.
lineNumberThe line number of the breakpoint (zero based).
void NXOpen::SIM::NcProgramManagerBuilder::AddMatchingBreakpoint ( const NXString condition)

Add a matching breakpoint to program manager.


Created in NX11.0.0.

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

Parameters
conditionThe condition for the line and program independent breakpoint to be added.
void NXOpen::SIM::NcProgramManagerBuilder::AddMatchingBreakpoint ( const char *  condition)

Add a matching breakpoint to program manager.


Created in NX11.0.0.

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

Parameters
conditionThe condition for the line and program independent breakpoint to be added.
void NXOpen::SIM::NcProgramManagerBuilder::DeactivateAllBreakpoints ( )

Deactivate all active breakpoints.


Created in NX11.0.0.

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

void NXOpen::SIM::NcProgramManagerBuilder::DeactivateBreakpoint ( NXOpen::SIM::NcProgram program,
int  lineNumber 
)

Deactivate a breakpoint in a program line.


Created in NX11.0.0.

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

Parameters
programThe program in which the breakpoint is to be deactivated.
lineNumberThe line number of the breakpoint (zero based).
void NXOpen::SIM::NcProgramManagerBuilder::DeleteAllBreakpoints ( )

Delete all breakpoints.


Created in NX11.0.0.

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

void NXOpen::SIM::NcProgramManagerBuilder::DeleteBreakpoint ( NXOpen::SIM::NcProgram program,
int  lineNumber 
)

Remove a breakpoint from a program line.


Created in NX11.0.0.

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

Parameters
programThe program in which the breakpoint is to be deleted
lineNumberThe line number of the breakpoint (zero based).
std::vector<NXOpen::SIM::Breakpoint *> NXOpen::SIM::NcProgramManagerBuilder::GetBreakpoints ( )

Get all breakpoints.

Returns
array of all breakpoints
Created in NX11.0.0.

License requirements : None

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