Search Results for

    Show / Hide Table of Contents

    Class FollowFilletRule

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

    Constructors

    FollowFilletRule(nint)

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

    Methods

    FreeResource()

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

    GetData(out Feature[], out Body[], out ICurve[], out ICurve, out ICurve, out bool, out double, out double, out FollowFilletRuleType)

    Declaration
    public void GetData(out Feature[] features, out Body[] bodies, out ICurve[] basicCurves, out ICurve seedWireframe, out ICurve endWireframe, out bool fromSeedStart, out double gapTolerance, out double angleTolerance, out FollowFilletRuleType method)
    Parameters
    Type Name Description
    Feature[] features
    Body[] bodies
    ICurve[] basicCurves
    ICurve seedWireframe
    ICurve endWireframe
    bool fromSeedStart
    double gapTolerance
    double angleTolerance
    FollowFilletRuleType method

    Implements

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