NXOpen C++ Reference Guide
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | Static Public Member Functions | List of all members
NXOpen::Mfg::Mlp::MachiningLinePlanner Class Reference

Represents the Line Planner
To obtain an instance use the static method NXOpen::Mfg::Mlp::MachiningLinePlanner::GetMachiningLinePlanner . More...

Public Member Functions

NXOpen::Mfg::Mlp::CommandCreateCommand (const NXString &commandId)
 Create the command by specified string identifier, to destroy the command use NXOpen::Mfg::Mlp::Command::Destroy
Created in NX1847.0.0. More...
 
NXOpen::Mfg::Mlp::CommandCreateCommand (const char *commandId)
 Create the command by specified string identifier, to destroy the command use NXOpen::Mfg::Mlp::Command::Destroy
Created in NX1847.0.0. More...
 
NXOpen::Mfg::Mlp::ProcessPlanGetProcessPlan (NXOpen::Part *part)
 Returns the ProcessPlan of the given part
Created in NX11.0.0. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Static Public Member Functions

static MachiningLinePlannerGetMachiningLinePlanner (NXOpen::Session *owner)
 Returns the MachiningLinePlanner object for the running session which serves as the 'gateway' class for the application API. 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

NXOpen::Mfg::Mlp::Command* NXOpen::Mfg::Mlp::MachiningLinePlanner::CreateCommand ( const NXString commandId)

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
NXOpen::Mfg::Mlp::Command* NXOpen::Mfg::Mlp::MachiningLinePlanner::CreateCommand ( const char *  commandId)

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
static MachiningLinePlanner* NXOpen::Mfg::Mlp::MachiningLinePlanner::GetMachiningLinePlanner ( NXOpen::Session owner)
static

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.

NXOpen::Mfg::Mlp::ProcessPlan* NXOpen::Mfg::Mlp::MachiningLinePlanner::GetProcessPlan ( NXOpen::Part part)

Returns the ProcessPlan of the given part
Created in NX11.0.0.



License requirements : None

Parameters
partpart to get the process plan from
tag_t NXOpen::Mfg::Mlp::MachiningLinePlanner::Tag ( ) const

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.