NXOpen .NET Reference Guide
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | List of all members
NXOpen.Mfg.Mlp.IProcess Interface Reference

Interface to the Machining Line Planner process More...

Inheritance diagram for NXOpen.Mfg.Mlp.IProcess:
NXOpen.Mfg.Mlp.Operation NXOpen.Mfg.Mlp.ProcessSetup

Public Member Functions

NXOpen.Mfg.Mlp.IProcess[] GetConstraintPredecessors ()
 Get the Constraint Predecessors of this process (note that these are the immediate predecessors, this function does not recurse) More...
 
NXOpen.Mfg.Mlp.IProcess[] GetConstraintSuccessors ()
 Get the Constraint Successors of this process (note that these are the immediate successors, this function does not recurse) More...
 
NXOpen.Mfg.Mlp.IProcess[] GetPredecessors ()
 Get the Predecessors of this process (note that these are the immediate predecessors, this function does not recurse) More...
 
NXOpen.Mfg.Mlp.IResource GetResource ()
 Get the Resource used by this process More...
 
NXOpen.Mfg.Mlp.IProcess[] GetSuccessors ()
 Get the Successors of this process (note that these are the immediate successors, this function does not recurse) More...
 

Detailed Description

Interface to the Machining Line Planner process

This is an abstract class, and cannot be instantiated.

Created in NX11.0.2

Member Function Documentation

NXOpen.Mfg.Mlp.IProcess [] NXOpen.Mfg.Mlp.IProcess.GetConstraintPredecessors ( )

Get the Constraint Predecessors of this process (note that these are the immediate predecessors, this function does not recurse)

Created in NX11.0.2

License requirements: None.

Returns

Implemented in NXOpen.Mfg.Mlp.ProcessSetup, and NXOpen.Mfg.Mlp.Operation.

NXOpen.Mfg.Mlp.IProcess [] NXOpen.Mfg.Mlp.IProcess.GetConstraintSuccessors ( )

Get the Constraint Successors of this process (note that these are the immediate successors, this function does not recurse)

Created in NX11.0.2

License requirements: None.

Returns

Implemented in NXOpen.Mfg.Mlp.ProcessSetup, and NXOpen.Mfg.Mlp.Operation.

NXOpen.Mfg.Mlp.IProcess [] NXOpen.Mfg.Mlp.IProcess.GetPredecessors ( )

Get the Predecessors of this process (note that these are the immediate predecessors, this function does not recurse)

Created in NX11.0.2

License requirements: None.

Returns

Implemented in NXOpen.Mfg.Mlp.ProcessSetup, and NXOpen.Mfg.Mlp.Operation.

NXOpen.Mfg.Mlp.IResource NXOpen.Mfg.Mlp.IProcess.GetResource ( )

Get the Resource used by this process

Created in NX11.0.2

License requirements: None.

Returns

Implemented in NXOpen.Mfg.Mlp.ProcessSetup, and NXOpen.Mfg.Mlp.Operation.

NXOpen.Mfg.Mlp.IProcess [] NXOpen.Mfg.Mlp.IProcess.GetSuccessors ( )

Get the Successors of this process (note that these are the immediate successors, this function does not recurse)

Created in NX11.0.2

License requirements: None.

Returns

Implemented in NXOpen.Mfg.Mlp.ProcessSetup, and NXOpen.Mfg.Mlp.Operation.


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