Search Results for

    Show / Hide Table of Contents

    Class BendReportManager

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    BendReportManager
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    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(BendReportManager.SegmentInformation[], out Double)

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

    GenerateXyzReport(BendReportManager.SegmentInformation[], out Double)

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

    GenerateYbcReport(BendReportManager.SegmentInformation[], out Double)

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

    GetNumberOfBends(BendReportManager.SegmentInformation[])

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

    GetSegmentInformation(TaggedObject)

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

    ReverseDirection(BendReportManager.SegmentInformation[])

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

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In This Article
    Back to top Generated by DocFX