NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Static Public Member Functions | Properties | List of all members
NXOpen.Mfg.Mlp.MachiningLinePlanner Class Reference

Represents the Line Planner More...

Inheritance diagram for NXOpen.Mfg.Mlp.MachiningLinePlanner:
NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe NXOpen.Mfg.Mlp.Command CreateCommand (string commandId)
 Create the command by specified string identifier, to destroy the command use NXOpen.Mfg.Mlp.Command.Destroy More...
 
unsafe NXOpen.Mfg.Mlp.ProcessPlan GetProcessPlan (NXOpen.Part part)
 Returns the ProcessPlan of the given part 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...
 

Static Public Member Functions

static MachiningLinePlanner GetMachiningLinePlanner (NXOpen.Session owner)
 Returns the MachiningLinePlanner object for the running session which serves as the 'gateway' class for the application API. More...
 

Properties

Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> More...
 

Detailed Description

Represents the Line Planner

To obtain an instance use the static method NXOpen.Mfg.Mlp.MachiningLinePlanner.GetMachiningLinePlanner .

Created in NX11.0.0

Member Function Documentation

unsafe NXOpen.Mfg.Mlp.Command NXOpen.Mfg.Mlp.MachiningLinePlanner.CreateCommand ( string  commandId)
inline

Create the command by specified string identifier, to destroy the command use NXOpen.Mfg.Mlp.Command.Destroy

Created in NX1847.0.0

License requirements: nx_mlp_setup (" NX Multi Setup Planner")

Parameters
commandIdcommand identifier
Returns
static MachiningLinePlanner NXOpen.Mfg.Mlp.MachiningLinePlanner.GetMachiningLinePlanner ( NXOpen.Session  owner)
inlinestatic

Returns the MachiningLinePlanner object for the running session which serves as the 'gateway' class for the application API.

References to all other objects in this API are obtained either directly or indirectly via methods and properties on this class. Platform Session should be initialized using 'GetSession' method from NXOpen API prior to this call.

unsafe NXOpen.Mfg.Mlp.ProcessPlan NXOpen.Mfg.Mlp.MachiningLinePlanner.GetProcessPlan ( NXOpen.Part  part)
inline

Returns the ProcessPlan of the given part

Created in NX11.0.0

License requirements: None.

Parameters
partpart to get the process plan from
Returns

Property Documentation

Tag NXOpen.Mfg.Mlp.MachiningLinePlanner.Tag
get

Returns the tag of this object.


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