NX Open C++ Reference Guide
Public Member Functions | Static Public Member Functions | List of all members
NXOpen::Mfg::AM::PrinterManager Class Reference

Represents the Additive Manufacturing Printer Service
Use the static method in this class to obtain an instance. More...

Public Member Functions

NXOpen::Mfg::AM::PrinterGetPrinter (const NXString &printerName)
 Retrieves a printer by name. More...
 
NXOpen::Mfg::AM::PrinterGetPrinter (const char *printerName)
 Retrieves a printer by name. More...
 
std::vector
< NXOpen::Mfg::AM::Printer * > 
GetPrinters ()
 Retrieves the available 3D printers. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Static Public Member Functions

static PrinterManagerGetPrinterManager (NXOpen::Session *owner)
 Returns the PrinterManager object for the running session which serves as the 'gateway' class for the application API. More...
 

Detailed Description

Represents the Additive Manufacturing Printer Service
Use the static method in this class to obtain an instance.



Created in NX11.0.1.

Member Function Documentation

NXOpen::Mfg::AM::Printer* NXOpen::Mfg::AM::PrinterManager::GetPrinter ( const NXString printerName)

Retrieves a printer by name.

Returns

Created in NX11.0.1.

License requirements : None
Parameters
printerNameprintername
NXOpen::Mfg::AM::Printer* NXOpen::Mfg::AM::PrinterManager::GetPrinter ( const char *  printerName)

Retrieves a printer by name.

Returns

Created in NX11.0.1.

License requirements : None
Parameters
printerNameprintername
static PrinterManager* NXOpen::Mfg::AM::PrinterManager::GetPrinterManager ( NXOpen::Session owner)
static

Returns the PrinterManager 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.

std::vector<NXOpen::Mfg::AM::Printer *> NXOpen::Mfg::AM::PrinterManager::GetPrinters ( )

Retrieves the available 3D printers.

Returns

Created in NX11.0.1.

License requirements : None
tag_t NXOpen::Mfg::AM::PrinterManager::Tag ( ) const

Returns the tag of this object.


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