Search Results for

    Show / Hide Table of Contents

    Class ElemEdgePathMethod

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

    Constructors

    ElemEdgePathMethod(nint)

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

    Methods

    AddSeedEdge(FENode, FEElemEdge, bool, bool, bool, double, bool, double, PathType, double)

    Declaration
    public void AddSeedEdge(FENode seedStartNode, FEElemEdge seedElemEdge, bool preferFreeEdges, bool preferGeometryAssociatedEdges, bool preferFeatureElementEdge, double featureAngleTolerance, bool allowGapJumping, double gapJumpingTolerance, PathType pathMethodType, double dTangentAngleTolerance)
    Parameters
    Type Name Description
    FENode seedStartNode
    FEElemEdge seedElemEdge
    bool preferFreeEdges
    bool preferGeometryAssociatedEdges
    bool preferFeatureElementEdge
    double featureAngleTolerance
    bool allowGapJumping
    double gapJumpingTolerance
    PathType pathMethodType
    double dTangentAngleTolerance

    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

    GetSeeds(out FENode[], out FEElemEdge[], out bool[], out bool[], out bool[], out double[], out bool[], 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
    bool[] preferFreeEdges
    bool[] preferGeometryAssociatedEdges
    bool[] preferFeatureElementEdge
    double[] featureAngleTolerance
    bool[] allowGapJumping
    double[] gapJumpingTolerance

    RemoveSeedEdge(FEElemEdge)

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

    Implements

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