Search Results for

    Show / Hide Table of Contents

    Class EdgeTangentRule

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    SelectionIntentRule
    EdgeTangentRule
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    SelectionIntentRule.Type
    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
    Assembly: NXOpen.dll
    Syntax
    public class EdgeTangentRule : SelectionIntentRule, IMessageSink, IDisposable

    Constructors

    EdgeTangentRule(nint)

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

    Methods

    FreeResource()

    Declaration
    protected override void FreeResource()
    Overrides
    SelectionIntentRule.FreeResource()

    GetData(out Edge, out Edge, out bool, out double, out bool)

    Declaration
    public void GetData(out Edge startEdge, out Edge endEdge, out bool isFromStart, out double angleTolerance, out bool hasSameConvexity)
    Parameters
    Type Name Description
    Edge startEdge
    Edge endEdge
    bool isFromStart
    double angleTolerance
    bool hasSameConvexity

    Implements

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