Search Results for

    Show / Hide Table of Contents

    Class EdgePathMethod

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TransientObject
    SelectionMethod
    EdgePathMethod
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    Inherited Members
    SelectionMethod.GetSelectedObjects()
    SelectionMethod.FreeResource()
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(String)
    TransientObject.PrintTestData(String, Int32)
    TransientObject.Handle
    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.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public class EdgePathMethod : SelectionMethod, IMessageSink, IDisposable

    Constructors

    EdgePathMethod(IntPtr)

    Declaration
    protected EdgePathMethod(IntPtr ptr)
    Parameters
    Type Name Description
    System.IntPtr ptr

    Methods

    AddSeedEdge(CAEVertex, CAEEdge)

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  Use overloaded NXOpen.CAE.EdgePathMethod.AddSeedEdge with additional arguments instead.")]
    public void AddSeedEdge(CAEVertex seedStartVertex, CAEEdge seedEdge)
    Parameters
    Type Name Description
    CAEVertex seedStartVertex
    CAEEdge seedEdge

    AddSeedEdge(CAEVertex, CAEEdge, Boolean, Boolean, Double)

    Declaration
    public void AddSeedEdge(CAEVertex seedStartVertex, CAEEdge seedEdge, bool preferFreeEdges, bool allowGapJumping, double gapJumpingTolerance)
    Parameters
    Type Name Description
    CAEVertex seedStartVertex
    CAEEdge seedEdge
    System.Boolean preferFreeEdges
    System.Boolean allowGapJumping
    System.Double gapJumpingTolerance

    FlipPath()

    Declaration
    public void FlipPath()

    GetPathEdges(out CAEVertex[], out CAEEdge[])

    Declaration
    public void GetPathEdges(out CAEVertex[] pathStartVertices, out CAEEdge[] pathEdges)
    Parameters
    Type Name Description
    CAEVertex[] pathStartVertices
    CAEEdge[] pathEdges

    GetSeedEdges(out CAEVertex[], out CAEEdge[])

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  Use NXOpen.CAE.EdgePathMethod.GetSeeds instead.")]
    public void GetSeedEdges(out CAEVertex[] seedStartVertices, out CAEEdge[] seedEdges)
    Parameters
    Type Name Description
    CAEVertex[] seedStartVertices
    CAEEdge[] seedEdges

    GetSeeds(out CAEVertex[], out CAEEdge[], out Boolean[], out Boolean[], out Double[])

    Declaration
    public void GetSeeds(out CAEVertex[] seedStartVertices, out CAEEdge[] seedEdges, out bool[] preferFreeEdges, out bool[] allowGapJumping, out double[] gapJumpingTolerance)
    Parameters
    Type Name Description
    CAEVertex[] seedStartVertices
    CAEEdge[] seedEdges
    System.Boolean[] preferFreeEdges
    System.Boolean[] allowGapJumping
    System.Double[] gapJumpingTolerance

    RemoveSeedEdge(CAEEdge)

    Declaration
    public void RemoveSeedEdge(CAEEdge seedEdge)
    Parameters
    Type Name Description
    CAEEdge seedEdge

    Implements

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