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

Represents an NXOpen.RoutingCommon.RoutingManager object. More...

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

Public Member Functions

unsafe bool IsReusableComponentPart (NXOpen.BasePart part)
 Checks if the part is a reusable component part More...
 
unsafe bool IsRouteSystemAssembly (NXOpen.Part part)
 Checks if the part is a route system assembly More...
 
unsafe bool IsShapeComponentPart (NXOpen.BasePart part)
 Checks if the part is a shape component part More...
 
- 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...
 

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.RoutingCommon.BuilderFactory BuilderFactory [get]
 Returns a NXOpen.RoutingCommon.BuilderFactory object. More...
 
NXOpen.RoutingCommon.InsulationService InsulationService [get]
 Returns a NXOpen.RoutingCommon.InsulationService 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

- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> More...
 

Detailed Description

Represents an NXOpen.RoutingCommon.RoutingManager object.

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

Created in NX1847.0.0

Member Function Documentation

static RoutingManager NXOpen.RoutingCommon.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.

unsafe bool NXOpen.RoutingCommon.RoutingManager.IsReusableComponentPart ( NXOpen.BasePart  part)
inline

Checks if the part is a reusable component part

Created in NX1899.0.0

License requirements: routing_base ("Routing Basic")

Parameters
partthe base part that is to checked
Returns
Returns true if the part is a NextGen BVR part.
unsafe bool NXOpen.RoutingCommon.RoutingManager.IsRouteSystemAssembly ( NXOpen.Part  part)
inline

Checks if the part is a route system assembly

Created in NX1899.0.0

License requirements: routing_base ("Routing Basic")

Parameters
partthe part that is to checked
Returns
Returns true if the part is a NextGen BVR part.
unsafe bool NXOpen.RoutingCommon.RoutingManager.IsShapeComponentPart ( NXOpen.BasePart  part)
inline

Checks if the part is a shape component part

Created in NX1899.0.0

License requirements: routing_base ("Routing Basic")

Parameters
partthe base part that is to checked
Returns
Returns true if the part is a NextGen BVR part.

Property Documentation

NXOpen.RoutingCommon.BuilderFactory NXOpen.RoutingCommon.RoutingManager.BuilderFactory
get

Returns a NXOpen.RoutingCommon.BuilderFactory object.

Use this object to create specific routing builders.

Created in NX1847.0.0

NXOpen.RoutingCommon.InsulationService NXOpen.RoutingCommon.RoutingManager.InsulationService
get

Returns a NXOpen.RoutingCommon.InsulationService object.

Use this object for specific Routing Insulation service

Created in NX1847.0.0

Tag NXOpen.RoutingCommon.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.