Search Results for

    Show / Hide Table of Contents

    Class FeatureNodeMethodOptions

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    FeatureNodeMethodOptions
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    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 FeatureNodeMethodOptions : TransientObject, IMessageSink, IDisposable

    Constructors

    FeatureNodeMethodOptions(nint)

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

    Methods

    FreeResource()

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

    SetComputeFreesOnVisibleModel(bool)

    Declaration
    public void SetComputeFreesOnVisibleModel(bool computeFreesOnVisibleModel)
    Parameters
    Type Name Description
    bool computeFreesOnVisibleModel

    SetDoEntityVisibilityCheck(bool)

    Declaration
    public void SetDoEntityVisibilityCheck(bool doEntityVisibilityCheck)
    Parameters
    Type Name Description
    bool doEntityVisibilityCheck

    SetFeatureAngle(double)

    Declaration
    public void SetFeatureAngle(double featureAngle)
    Parameters
    Type Name Description
    double featureAngle

    SetOnlyCornerNodes(bool)

    Declaration
    public void SetOnlyCornerNodes(bool onlyCornerNodes)
    Parameters
    Type Name Description
    bool onlyCornerNodes

    SetStopAtNonmanifoldJunctions(bool)

    Declaration
    public void SetStopAtNonmanifoldJunctions(bool stopAtNonManifoldJunctions)
    Parameters
    Type Name Description
    bool stopAtNonManifoldJunctions

    Implements

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