NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
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 NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe void ActivateAllBreakpoints ()
 Activate all deactivated breakpoints. More...
 
unsafe void ActivateBreakpoint (NXOpen.SIM.NcProgram program, int lineNumber)
 Activate a breakpoint in a program line. More...
 
unsafe void AddBreakpoint (NXOpen.SIM.NcProgram program, int lineNumber)
 Add a breakpoint to a program line. More...
 
unsafe void AddMatchingBreakpoint (string condition)
 Add a matching breakpoint to program manager. More...
 
unsafe void DeactivateAllBreakpoints ()
 Deactivate all active breakpoints. More...
 
unsafe void DeactivateBreakpoint (NXOpen.SIM.NcProgram program, int lineNumber)
 Deactivate a breakpoint in a program line. More...
 
unsafe void DeleteAllBreakpoints ()
 Delete all breakpoints. 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 NXOpen.SIM.NcProgramSource GetExternalFileSource ()
 Get the source containing all added programs for external file simulation. More...
 
unsafe NXOpen.SIM.NcProgramSource GetPostprocessorSource ()
 Get the source containing all added programs from postprocessor. More...
 
unsafe NXOpen.SIM.NcProgramSource GetSetupSource ()
 Get the source containing all added programs from the CAM Setup location. 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...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. 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 ( )
inline

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 
)
inline

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 
)
inline

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)
inline

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 ( )
inline

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 
)
inline

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 ( )
inline

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 
)
inline

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 ( )
inline

Get all breakpoints.

Created in NX11.0.0

License requirements: None.

Returns
array of all breakpoints
unsafe NXOpen.SIM.NcProgramSource NXOpen.SIM.NcProgramManagerBuilder.GetExternalFileSource ( )
inline

Get the source containing all added programs for external file simulation.

Created in NX12.0.1

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

Returns
source containing all added programs for external file simulation
unsafe NXOpen.SIM.NcProgramSource NXOpen.SIM.NcProgramManagerBuilder.GetPostprocessorSource ( )
inline

Get the source containing all added programs from postprocessor.

Created in NX1872.0.0

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

Returns
source containing all added programs from postprocessor
unsafe NXOpen.SIM.NcProgramSource NXOpen.SIM.NcProgramManagerBuilder.GetSetupSource ( )
inline

Get the source containing all added programs from the CAM Setup location.

Created in NX12.0.1

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

Returns
source containing all added programs from the CAM Setup location

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