Class CopeCorner
Inheritance
System.Object
System.MarshalByRefObject
CopeCorner
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.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Routing
Assembly: NXOpen.dll
Syntax
public class CopeCorner : Corner, IMessageSink, INXObject
Constructors
CopeCorner()
Declaration
protected CopeCorner()
Methods
GetCopeStocks()
Declaration
public Stock[] GetCopeStocks()
Returns
Type | Description |
---|---|
Stock[] |
GetFeatures()
Declaration
public Feature[] GetFeatures()
Returns
Type | Description |
---|---|
Feature[] |
GetStockCopeFeature(Stock)
Declaration
public Feature GetStockCopeFeature(Stock stock)
Parameters
Type | Name | Description |
---|---|---|
Stock | stock |
Returns
Type | Description |
---|---|
Feature |
SetCopeStocks(Stock[])
Declaration
public void SetCopeStocks(Stock[] copeStocks)
Parameters
Type | Name | Description |
---|---|---|
Stock[] | copeStocks |
Implements
System.Runtime.Remoting.Messaging.IMessageSink