NX Open C++ Reference Guide
Public Member Functions | Static Public Member Functions | List of all members
NXOpen::MechanicalRouting::RoutingManager Class Reference

Represents an NXOpen::MechanicalRouting::RoutingManager object. More...

Public Member Functions

NXOpen::MechanicalRouting::BuilderFactoryBuilderFactory ()
 Returns a NXOpen::MechanicalRouting::BuilderFactory object. More...
 
NXOpen::MechanicalRouting::ConnectivityServiceConnectivityService ()
 Returns a NXOpen::MechanicalRouting::ConnectivityService object. More...
 
NXOpen::MechanicalRouting::InsulationServiceInsulationService ()
 Returns a NXOpen::MechanicalRouting::InsulationService object. More...
 
NXOpen::MechanicalRouting::LogicalDesignServiceLogicalDesignService ()
 Returns a NXOpen::MechanicalRouting::LogicalDesignService object. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Static Public Member Functions

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

Detailed Description

Represents an NXOpen::MechanicalRouting::RoutingManager object.


To obtain an instance of this class, refer to NXOpen::Session

Created in NX11.0.0.

Member Function Documentation

NXOpen::MechanicalRouting::BuilderFactory* NXOpen::MechanicalRouting::RoutingManager::BuilderFactory ( )

Returns a NXOpen::MechanicalRouting::BuilderFactory object.

Use this object to create specific routing mechanical builders.


Created in NX11.0.0.

NXOpen::MechanicalRouting::ConnectivityService* NXOpen::MechanicalRouting::RoutingManager::ConnectivityService ( )

Returns a NXOpen::MechanicalRouting::ConnectivityService object.

Use this object for specific Routing Mechanical Connectivity Service.


Created in NX11.0.0.

static RoutingManager* NXOpen::MechanicalRouting::RoutingManager::GetRoutingManager ( NXOpen::Session owner)
static

Returns the RoutingManager 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::MechanicalRouting::InsulationService* NXOpen::MechanicalRouting::RoutingManager::InsulationService ( )

Returns a NXOpen::MechanicalRouting::InsulationService object.

Use this object for specific Routing Mechanical Insulation service


Created in NX11.0.0.

NXOpen::MechanicalRouting::LogicalDesignService* NXOpen::MechanicalRouting::RoutingManager::LogicalDesignService ( )

Returns a NXOpen::MechanicalRouting::LogicalDesignService object.

Use this object for specific Routing Mechanical Logical Design to Physical Design Service.


Created in NX11.0.0.

tag_t NXOpen::MechanicalRouting::RoutingManager::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.