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