Search Results for

    Show / Hide Table of Contents

    Class ElemEdgePathMethod

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TransientObject
    SelectionMethod
    ElemEdgePathMethod
    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 ElemEdgePathMethod : SelectionMethod, IMessageSink, IDisposable

    Constructors

    ElemEdgePathMethod(IntPtr)

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

    Methods

    AddSeedEdge(FENode, FEElemEdge)

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  Use overloaded NXOpen.CAE.ElemEdgePathMethod.AddSeedEdge with additional arguments instead.")]
    public void AddSeedEdge(FENode seedStartNode, FEElemEdge seedElemEdge)
    Parameters
    Type Name Description
    FENode seedStartNode
    FEElemEdge seedElemEdge

    AddSeedEdge(FENode, FEElemEdge, Boolean, Boolean, Boolean, Double, Boolean, Double)

    Declaration
    public void AddSeedEdge(FENode seedStartNode, FEElemEdge seedElemEdge, bool preferFreeEdges, bool preferGeometryAssociatedEdges, bool preferFeatureElementEdge, double featureAngleTolerance, bool allowGapJumping, double gapJumpingTolerance)
    Parameters
    Type Name Description
    FENode seedStartNode
    FEElemEdge seedElemEdge
    System.Boolean preferFreeEdges
    System.Boolean preferGeometryAssociatedEdges
    System.Boolean preferFeatureElementEdge
    System.Double featureAngleTolerance
    System.Boolean allowGapJumping
    System.Double gapJumpingTolerance

    FlipPath()

    Declaration
    public void FlipPath()

    GetPathEdges(out FENode[], out FEElemEdge[])

    Declaration
    public void GetPathEdges(out FENode[] pathStartNodes, out FEElemEdge[] pathElemEdges)
    Parameters
    Type Name Description
    FENode[] pathStartNodes
    FEElemEdge[] pathElemEdges

    GetSeedEdges(out FENode[], out FEElemEdge[])

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  Use NXOpen.CAE.ElemEdgePathMethod.GetSeeds instead.")]
    public void GetSeedEdges(out FENode[] seedStartNodes, out FEElemEdge[] seedElemEdges)
    Parameters
    Type Name Description
    FENode[] seedStartNodes
    FEElemEdge[] seedElemEdges

    GetSeeds(out FENode[], out FEElemEdge[], out Boolean[], out Boolean[], out Boolean[], out Double[], out Boolean[], out Double[])

    Declaration
    public void GetSeeds(out FENode[] seedStartNodes, out FEElemEdge[] seedElemEdges, out bool[] preferFreeEdges, out bool[] preferGeometryAssociatedEdges, out bool[] preferFeatureElementEdge, out double[] featureAngleTolerance, out bool[] allowGapJumping, out double[] gapJumpingTolerance)
    Parameters
    Type Name Description
    FENode[] seedStartNodes
    FEElemEdge[] seedElemEdges
    System.Boolean[] preferFreeEdges
    System.Boolean[] preferGeometryAssociatedEdges
    System.Boolean[] preferFeatureElementEdge
    System.Double[] featureAngleTolerance
    System.Boolean[] allowGapJumping
    System.Double[] gapJumpingTolerance

    RemoveSeedEdge(FEElemEdge)

    Declaration
    public void RemoveSeedEdge(FEElemEdge seedElemEdge)
    Parameters
    Type Name Description
    FEElemEdge seedElemEdge

    Implements

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