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

Represents NXOpen.Routing.DesignRuleManager object More...

Inheritance diagram for NXOpen.Routing.DesignRuleManager:
NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe void ClearConcurrent ()
 Remove all objects from the concurrent check list More...
 
unsafe void ExpandConcurrent ()
 Expand the current list of objects on the concurrent check list to include 'dependents' More...
 
unsafe void GetConcurrentObjects (out NXOpen.NXObject[] objects)
 Inquire the list of objects to be checked at the next concurrent check. More...
 
unsafe
NXOpen.Routing.DesignRuleViolation[] 
GetObjectViolations (NXOpen.NXObject nxObject)
 Returns the violations, if any, on the given object. More...
 
unsafe void LogConcurrent (NXOpen.NXObject objectToLog)
 Add an object to be checked during the next concurrent design rule check More...
 
unsafe void UnlogConcurrent (NXOpen.NXObject objectToUnlog)
 Remove an object from the list of objects to be checked at the next design rule check. 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...
 

Properties

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 NXOpen.Routing.DesignRuleManager object

Creator not available in KF.

Created in NX5.0.0

Member Function Documentation

unsafe void NXOpen.Routing.DesignRuleManager.ClearConcurrent ( )
inline

Remove all objects from the concurrent check list

Created in NX5.0.0

License requirements: routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")

unsafe void NXOpen.Routing.DesignRuleManager.ExpandConcurrent ( )
inline

Expand the current list of objects on the concurrent check list to include 'dependents'

Created in NX5.0.0

License requirements: routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")

unsafe void NXOpen.Routing.DesignRuleManager.GetConcurrentObjects ( out NXOpen.NXObject[]  objects)
inline

Inquire the list of objects to be checked at the next concurrent check.

Created in NX6.0.0

License requirements: routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")

Parameters
objects
unsafe NXOpen.Routing.DesignRuleViolation [] NXOpen.Routing.DesignRuleManager.GetObjectViolations ( NXOpen.NXObject  nxObject)
inline

Returns the violations, if any, on the given object.

Created in NX12.0.1

License requirements: routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")

Parameters
nxObject
Returns
unsafe void NXOpen.Routing.DesignRuleManager.LogConcurrent ( NXOpen.NXObject  objectToLog)
inline

Add an object to be checked during the next concurrent design rule check

Created in NX6.0.0

License requirements: routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")

Parameters
objectToLog
unsafe void NXOpen.Routing.DesignRuleManager.UnlogConcurrent ( NXOpen.NXObject  objectToUnlog)
inline

Remove an object from the list of objects to be checked at the next design rule check.

Created in NX6.0.0

License requirements: routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")

Parameters
objectToUnlog

Property Documentation

Tag NXOpen.Routing.DesignRuleManager.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.