Search Results for

    Show / Hide Table of Contents

    Class ManualRouteBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    ManualRouteBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    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.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.Routing
    Assembly: NXOpen.dll
    Syntax
    public class ManualRouteBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    ManualRouteBuilder()

    Declaration
    protected ManualRouteBuilder()

    Properties

    PointList

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

    Methods

    CreateValidPointsOnPaths(Point3d[], out Point[])

    Declaration
    public Path[] CreateValidPointsOnPaths(Point3d[] pointLocs, out Point[] validPoints)
    Parameters
    Type Name Description
    Point3d[] pointLocs
    Point[] validPoints
    Returns
    Type Description
    Path[]

    CyclePaths()

    Declaration
    public void CyclePaths()

    FindPathsFromMultiplePoints(Point[], out Boolean)

    Declaration
    public Path[] FindPathsFromMultiplePoints(Point[] points, out bool foundPath)
    Parameters
    Type Name Description
    Point[] points
    System.Boolean foundPath
    Returns
    Type Description
    Path[]

    GetFilterPaths()

    Declaration
    public Path[] GetFilterPaths()
    Returns
    Type Description
    Path[]

    GetHighlightPath()

    Declaration
    public Path GetHighlightPath()
    Returns
    Type Description
    Path

    GetPaths()

    Declaration
    public Path[] GetPaths()
    Returns
    Type Description
    Path[]

    SetFilterPaths(Path[])

    Declaration
    public void SetFilterPaths(Path[] filterPaths)
    Parameters
    Type Name Description
    Path[] filterPaths

    SetHighlightPath(Path)

    Declaration
    public void SetHighlightPath(Path path)
    Parameters
    Type Name Description
    Path path

    UpdateFilterPaths(Point)

    Declaration
    public bool UpdateFilterPaths(Point point)
    Parameters
    Type Name Description
    Point point
    Returns
    Type Description
    System.Boolean

    Implements

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