Search Results for

    Show / Hide Table of Contents

    Class BendReportManager

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    BendReportManager
    Implements
    IMessageSink
    Inherited Members
    NXRemotableObject.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 BendReportManager : NXRemotableObject, IMessageSink

    Constructors

    BendReportManager(RouteManager)

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

    Properties

    Tag

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

    Methods

    GenerateMil98Report(SegmentInformation[], out double)

    Declaration
    public BendReportManager.Mil98Report[] GenerateMil98Report(BendReportManager.SegmentInformation[] segmentInformation, out double totalLength)
    Parameters
    Type Name Description
    SegmentInformation[] segmentInformation
    double totalLength
    Returns
    Type Description
    Mil98Report[]

    GenerateXyzReport(SegmentInformation[], out double)

    Declaration
    public BendReportManager.XyzReport[] GenerateXyzReport(BendReportManager.SegmentInformation[] segmentInformation, out double totalLength)
    Parameters
    Type Name Description
    SegmentInformation[] segmentInformation
    double totalLength
    Returns
    Type Description
    XyzReport[]

    GenerateYbcReport(SegmentInformation[], out double)

    Declaration
    public BendReportManager.YbcReport[] GenerateYbcReport(BendReportManager.SegmentInformation[] segmentInformation, out double totalLength)
    Parameters
    Type Name Description
    SegmentInformation[] segmentInformation
    double totalLength
    Returns
    Type Description
    YbcReport[]

    GetNumberOfBends(SegmentInformation[])

    Declaration
    public int GetNumberOfBends(BendReportManager.SegmentInformation[] segmentInformation)
    Parameters
    Type Name Description
    SegmentInformation[] segmentInformation
    Returns
    Type Description
    int

    GetSegmentInformation(TaggedObject)

    Declaration
    public BendReportManager.SegmentInformation[] GetSegmentInformation(TaggedObject stock)
    Parameters
    Type Name Description
    TaggedObject stock
    Returns
    Type Description
    SegmentInformation[]

    ReverseDirection(SegmentInformation[])

    Declaration
    public BendReportManager.SegmentInformation[] ReverseDirection(BendReportManager.SegmentInformation[] segmentInformation)
    Parameters
    Type Name Description
    SegmentInformation[] segmentInformation
    Returns
    Type Description
    SegmentInformation[]

    Implements

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