Search Results for

    Show / Hide Table of Contents

    Class BendCornerCollection

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObjectCollection
    BendCornerCollection
    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 BendCornerCollection : TaggedObjectCollection, IMessageSink, IEnumerable

    Constructors

    BendCornerCollection()

    Declaration
    protected BendCornerCollection()

    BendCornerCollection(RouteManager)

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

    Properties

    Tag

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

    Methods

    AssignCornerByBendRadius(ControlPoint, double)

    Declaration
    public BendCorner AssignCornerByBendRadius(ControlPoint bendCrn, double bendRadius)
    Parameters
    Type Name Description
    ControlPoint bendCrn
    double bendRadius
    Returns
    Type Description
    BendCorner

    AssignCornerByBendRatio(ControlPoint, double)

    Declaration
    public BendCorner AssignCornerByBendRatio(ControlPoint bendCrn, double bendRatio)
    Parameters
    Type Name Description
    ControlPoint bendCrn
    double bendRatio
    Returns
    Type Description
    BendCorner

    AssignCornerByBendRatioToAttribute(ControlPoint, double, string)

    Declaration
    public BendCorner AssignCornerByBendRatioToAttribute(ControlPoint bendCrn, double bendRatioToAttribute, string bendAttributeName)
    Parameters
    Type Name Description
    ControlPoint bendCrn
    double bendRatioToAttribute
    string bendAttributeName
    Returns
    Type Description
    BendCorner

    AssignCornerByBendTable(ControlPoint, string)

    Declaration
    public BendCorner AssignCornerByBendTable(ControlPoint rcp, string bendTable)
    Parameters
    Type Name Description
    ControlPoint rcp
    string bendTable
    Returns
    Type Description
    BendCorner

    CreateCorner(ControlPoint, BendMethods, double, double)

    Declaration
    public BendCorner CreateCorner(ControlPoint rcp, CornerTypeBuilder.BendMethods bendMethod, double bendRatio, double bendRadius)
    Parameters
    Type Name Description
    ControlPoint rcp
    CornerTypeBuilder.BendMethods bendMethod
    double bendRatio
    double bendRadius
    Returns
    Type Description
    BendCorner

    CreateCornerFromAttribute(ControlPoint, BendMethods, double, double, double, string)

    Declaration
    public BendCorner CreateCornerFromAttribute(ControlPoint rcp, CornerTypeBuilder.BendMethods bendMethod, double bendRatio, double bendRadius, double bendRatioToAttribute, string bendAttributeName)
    Parameters
    Type Name Description
    ControlPoint rcp
    CornerTypeBuilder.BendMethods bendMethod
    double bendRatio
    double bendRadius
    double bendRatioToAttribute
    string bendAttributeName
    Returns
    Type Description
    BendCorner

    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[])

    GetBendAssociatedToSegment(ISegment)

    Declaration
    public BendCorner GetBendAssociatedToSegment(ISegment segment)
    Parameters
    Type Name Description
    ISegment segment
    Returns
    Type Description
    BendCorner

    GetBendCornersFromObjects(NXObject[])

    Declaration
    public BendCorner[] GetBendCornersFromObjects(NXObject[] objects)
    Parameters
    Type Name Description
    NXObject[] objects
    Returns
    Type Description
    BendCorner[]

    ToArray()

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

    Implements

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