Class CornerCollection
Inheritance
CornerCollection
Assembly: NXOpen.dll
Syntax
public class CornerCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
CornerCollection()
Declaration
protected CornerCollection()
CornerCollection(RouteManager)
Declaration
protected CornerCollection(RouteManager owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
EnumerateMoveNext(ref Tag, byte[])
Declaration
protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
Parameters
Type |
Name |
Description |
Tag |
currentTag |
|
byte[] |
state |
|
Returns
Overrides
GetRcpCornerInfo(ControlPoint, out Type)
Declaration
public Corner GetRcpCornerInfo(ControlPoint rcp, out Corner.Type cornerType)
Parameters
Returns
ToArray()
Declaration
public Corner[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink