Class DesignRuleManager
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Routing
Assembly: NXOpen.dll
Syntax
public class DesignRuleManager : NXRemotableObject, IMessageSink
Constructors
DesignRuleManager(Session)
Declaration
protected DesignRuleManager(Session owner)
Parameters
Type | Name | Description |
---|---|---|
Session | owner |
Properties
Tag
Declaration
public Tag Tag { get; }
Property Value
Type | Description |
---|---|
Tag |
Methods
ClearConcurrent()
Declaration
public void ClearConcurrent()
ExpandConcurrent()
Declaration
public void ExpandConcurrent()
GetConcurrentObjects(out NXObject[])
Declaration
public void GetConcurrentObjects(out NXObject[] objects)
Parameters
Type | Name | Description |
---|---|---|
NXObject[] | objects |
GetObjectViolations(NXObject)
Declaration
public DesignRuleViolation[] GetObjectViolations(NXObject nxObject)
Parameters
Type | Name | Description |
---|---|---|
NXObject | nxObject |
Returns
Type | Description |
---|---|
DesignRuleViolation[] |
LogConcurrent(NXObject)
Declaration
public void LogConcurrent(NXObject objectToLog)
Parameters
Type | Name | Description |
---|---|---|
NXObject | objectToLog |
UnlogConcurrent(NXObject)
Declaration
public void UnlogConcurrent(NXObject objectToUnlog)
Parameters
Type | Name | Description |
---|---|---|
NXObject | objectToUnlog |
Implements
System.Runtime.Remoting.Messaging.IMessageSink