Search Results for

    Show / Hide Table of Contents

    Class FemSynchronizeOptions

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

    Constructors

    FemSynchronizeOptions(nint)

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

    Properties

    SynchronizeArcsFlag

    Declaration
    public bool SynchronizeArcsFlag { get; set; }
    Property Value
    Type Description
    bool

    SynchronizeConicsFlag

    Declaration
    public bool SynchronizeConicsFlag { get; set; }
    Property Value
    Type Description
    bool

    SynchronizeCoordinateSystemFlag

    Declaration
    public bool SynchronizeCoordinateSystemFlag { get; set; }
    Property Value
    Type Description
    bool

    SynchronizeCreateMeshPointsFlag

    Declaration
    public bool SynchronizeCreateMeshPointsFlag { get; set; }
    Property Value
    Type Description
    bool

    SynchronizeDplaneFlag

    Declaration
    public bool SynchronizeDplaneFlag { get; set; }
    Property Value
    Type Description
    bool

    SynchronizeLinesFlag

    Declaration
    public bool SynchronizeLinesFlag { get; set; }
    Property Value
    Type Description
    bool

    SynchronizePointsFlag

    Declaration
    public bool SynchronizePointsFlag { get; set; }
    Property Value
    Type Description
    bool

    SynchronizeSketchCurvesFlag

    Declaration
    public bool SynchronizeSketchCurvesFlag { get; set; }
    Property Value
    Type Description
    bool

    SynchronizeSplinesFlag

    Declaration
    public bool SynchronizeSplinesFlag { get; set; }
    Property Value
    Type Description
    bool

    Methods

    FreeResource()

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

    SetAllSynchronizeFlags(bool)

    Declaration
    public void SetAllSynchronizeFlags(bool synchronizeOption)
    Parameters
    Type Name Description
    bool synchronizeOption

    Implements

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