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

    AddClosedSeedEdge(CAEEdge, Boolean)

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

    AddSeedEdge(CAEVertex, CAEEdge, Boolean, Boolean, 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
    System.Boolean preferFreeEdges
    System.Boolean allowGapJumping
    System.Double gapJumpingTolerance
    PathType pathMethodType
    System.Double dTangentAngleTolerance

    FlipPath()

    Declaration
    public void FlipPath()

    GetClosedPathEdge(out CAEEdge, out Boolean)

    Declaration
    public void GetClosedPathEdge(out CAEEdge seedEdgeTag, out bool flipEdge)
    Parameters
    Type Name Description
    CAEEdge seedEdgeTag
    System.Boolean 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 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