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

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

Public Member Functions

NXOpen::Mfg::AM::BuildTrayCreateBuildTray (NXOpen::Part *part)
 Creates a build tray in a file. More...
 
NXOpen::Mfg::AM::Nester3DGet3DNester ()
 Retrieves the 3D Nester object. More...
 
NXOpen::Mfg::AM::BuildTrayGetBuildTray (NXOpen::Part *part)
 Retrieves the Mfg.AM.BuildTray. More...
 
NXOpen::Mfg::AM::ProfileLibraryGetProfileLibrary ()
 Gets the Root Node of Profile Library. More...
 
NXOpen::Mfg::AM::SupportBuilderGetSupportBuilder (NXOpen::Mfg::AM::Support *tagSupport)
 Retrieves the support builder object. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Static Public Member Functions

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

Detailed Description

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



Created in NX11.0.1.

Member Function Documentation

NXOpen::Mfg::AM::BuildTray* NXOpen::Mfg::AM::ApplicationManager::CreateBuildTray ( NXOpen::Part part)

Creates a build tray in a file.

Returns
the build tray
Created in NX11.0.1.

License requirements : am_pb_cam_basic ("Basic NX Powder Bed Additive Manufacturing Application")
Parameters
partthe part to which the build tray is added
NXOpen::Mfg::AM::Nester3D* NXOpen::Mfg::AM::ApplicationManager::Get3DNester ( )

Retrieves the 3D Nester object.

Returns
the 3D Nester
Created in NX11.0.1.

License requirements : am_pb_mtls_nest_3d_2 ("Advanced NX Powder Bed Additive 3D Nesting") OR am_pb_mtls_nest_3d_1 ("Basic NX Powder Bed Additive 3D Nesting")
static ApplicationManager* NXOpen::Mfg::AM::ApplicationManager::GetApplicationManager ( NXOpen::Session owner)
static

Returns the ApplicationManager 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::AM::BuildTray* NXOpen::Mfg::AM::ApplicationManager::GetBuildTray ( NXOpen::Part part)

Retrieves the Mfg.AM.BuildTray.

Returns
the build tray
Created in NX11.0.1.

License requirements : None
Parameters
partthe part to retrieve the build tray from
NXOpen::Mfg::AM::ProfileLibrary* NXOpen::Mfg::AM::ApplicationManager::GetProfileLibrary ( )

Gets the Root Node of Profile Library.

Returns
profile root
Created in NX11.0.2.

License requirements : am_pb_cam_basic ("Basic NX Powder Bed Additive Manufacturing Application")
NXOpen::Mfg::AM::SupportBuilder* NXOpen::Mfg::AM::ApplicationManager::GetSupportBuilder ( NXOpen::Mfg::AM::Support tagSupport)

Retrieves the support builder object.

Returns
the support builder
Created in NX11.0.1.

License requirements : am_pb_mtls_sg_2 ("Advanced NX Additive Support Geometry") OR am_pb_mtls_sg_1 ("Basic NX Additive Support Geometry")
Parameters
tagSupportthe support
tag_t NXOpen::Mfg::AM::ApplicationManager::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.