NXOpen .NET Reference  12.0.0
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.GeometricUtilities.IComponentBuilder

Public Member Functions

unsafe void AddMatchingBreakpoint (string condition)
 Add a matching breakpoint to program manager. More...
 
unsafe void AddBreakpoint (NXOpen.SIM.NcProgram program, int lineNumber)
 Add a breakpoint to a program line. More...
 
unsafe void ActivateBreakpoint (NXOpen.SIM.NcProgram program, int lineNumber)
 Activate a breakpoint in a program line. More...
 
unsafe void DeactivateBreakpoint (NXOpen.SIM.NcProgram program, int lineNumber)
 Deactivate a breakpoint in a program line. More...
 
unsafe void DeleteBreakpoint (NXOpen.SIM.NcProgram program, int lineNumber)
 Remove a breakpoint from a program line. More...
 
unsafe NXOpen.SIM.Breakpoint[] GetBreakpoints ()
 Get all breakpoints. More...
 
unsafe void DeactivateAllBreakpoints ()
 Deactivate all active breakpoints. More...
 
unsafe void ActivateAllBreakpoints ()
 Activate all deactivated breakpoints. More...
 
unsafe void DeleteAllBreakpoints ()
 Delete all breakpoints. More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. 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

unsafe 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")

unsafe 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).
unsafe 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).
unsafe void NXOpen.SIM.NcProgramManagerBuilder.AddMatchingBreakpoint ( string  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.
unsafe 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")

unsafe 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).
unsafe 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")

unsafe 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).
unsafe NXOpen.SIM.Breakpoint [] NXOpen.SIM.NcProgramManagerBuilder.GetBreakpoints ( )

Get all breakpoints.

Created in NX11.0.0

License requirements: None.

Returns
array of all breakpoints

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