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

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

Inheritance diagram for NXOpen.MechanicalRouting.RoutingManager:
NXOpen.Utilities.NXRemotableObject IMessageSink

Static Public Member Functions

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

Properties

NXOpen.MechanicalRouting.BuilderFactory BuilderFactory [get]
 Returns a NXOpen.MechanicalRouting.BuilderFactory object. More...
 
NXOpen.MechanicalRouting.ConnectivityService ConnectivityService [get]
 Returns a NXOpen.MechanicalRouting.ConnectivityService object. More...
 
NXOpen.MechanicalRouting.LogicalDesignService LogicalDesignService [get]
 Returns a NXOpen.MechanicalRouting.LogicalDesignService object. More...
 
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

- 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...
 
- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> 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

static RoutingManager NXOpen.MechanicalRouting.RoutingManager.GetRoutingManager ( NXOpen.Session  owner)
inlinestatic

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.

Property Documentation

NXOpen.MechanicalRouting.BuilderFactory NXOpen.MechanicalRouting.RoutingManager.BuilderFactory
get

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
get

Returns a NXOpen.MechanicalRouting.ConnectivityService object.

Use this object for specific Routing Mechanical Connectivity Service.

Created in NX11.0.0

NXOpen.MechanicalRouting.LogicalDesignService NXOpen.MechanicalRouting.RoutingManager.LogicalDesignService
get

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