Search Results for

    Show / Hide Table of Contents

    Class MiterCornerCollection

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObjectCollection
    MiterCornerCollection
    Implements
    IMessageSink
    IEnumerable
    Inherited Members
    TaggedObjectCollection.GetEnumerator()
    TaggedObjectCollection.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Routing
    Assembly: NXOpen.dll
    Syntax
    public class MiterCornerCollection : TaggedObjectCollection, IMessageSink, IEnumerable

    Constructors

    MiterCornerCollection()

    Declaration
    protected MiterCornerCollection()

    MiterCornerCollection(RouteManager)

    Declaration
    protected MiterCornerCollection(RouteManager owner)
    Parameters
    Type Name Description
    RouteManager owner

    Properties

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    AssignCorner(ControlPoint)

    Declaration
    public MiterCorner AssignCorner(ControlPoint rcp)
    Parameters
    Type Name Description
    ControlPoint rcp
    Returns
    Type Description
    MiterCorner

    EnumerateMoveNext(ref Tag, byte[])

    Declaration
    protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
    Parameters
    Type Name Description
    Tag currentTag
    byte[] state
    Returns
    Type Description
    int
    Overrides
    TaggedObjectCollection.EnumerateMoveNext(ref Tag, byte[])

    GetMitersAssociatedToStock(Stock)

    Declaration
    public MiterCorner[] GetMitersAssociatedToStock(Stock stock)
    Parameters
    Type Name Description
    Stock stock
    Returns
    Type Description
    MiterCorner[]

    ToArray()

    Declaration
    public MiterCorner[] ToArray()
    Returns
    Type Description
    MiterCorner[]

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IEnumerable
    In this article
    Back to top Generated by DocFX