Search Results for

    Show / Hide Table of Contents

    Class EdgePathMethod

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    SelectionMethod
    EdgePathMethod
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    SelectionMethod.GetSelectedObjects()
    SelectionMethod.FreeResource()
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(string)
    TransientObject.PrintTestData(string, int)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public class EdgePathMethod : SelectionMethod, IMessageSink, IDisposable

    Constructors

    EdgePathMethod(nint)

    Declaration
    protected EdgePathMethod(nint ptr)
    Parameters
    Type Name Description
    nint ptr

    Methods

    AddClosedSeedEdge(CAEEdge, bool)

    Declaration
    public void AddClosedSeedEdge(CAEEdge seedEdgeTag, bool flipEdge)
    Parameters
    Type Name Description
    CAEEdge seedEdgeTag
    bool flipEdge

    AddSeedEdge(CAEVertex, CAEEdge, bool, bool, double, PathType, double)

    Declaration
    public void AddSeedEdge(CAEVertex seedStartVertex, CAEEdge seedEdge, bool preferFreeEdges, bool allowGapJumping, double gapJumpingTolerance, PathType pathMethodType, double dTangentAngleTolerance)
    Parameters
    Type Name Description
    CAEVertex seedStartVertex
    CAEEdge seedEdge
    bool preferFreeEdges
    bool allowGapJumping
    double gapJumpingTolerance
    PathType pathMethodType
    double dTangentAngleTolerance

    FlipPath()

    Declaration
    public void FlipPath()

    GetClosedPathEdge(out CAEEdge, out bool)

    Declaration
    public void GetClosedPathEdge(out CAEEdge seedEdgeTag, out bool flipEdge)
    Parameters
    Type Name Description
    CAEEdge seedEdgeTag
    bool flipEdge

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

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

    GetSeeds(out CAEVertex[], out CAEEdge[], out bool[], out bool[], 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
    bool[] preferFreeEdges
    bool[] allowGapJumping
    double[] gapJumpingTolerance

    RemoveSeedEdge(CAEEdge)

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

    Implements

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