Search Results for

    Show / Hide Table of Contents

    Class FemSynchronizeOptions

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TransientObject
    FemSynchronizeOptions
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(String)
    TransientObject.PrintTestData(String, Int32)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public class FemSynchronizeOptions : TransientObject, IMessageSink, IDisposable

    Constructors

    FemSynchronizeOptions(IntPtr)

    Declaration
    protected FemSynchronizeOptions(IntPtr ptr)
    Parameters
    Type Name Description
    System.IntPtr ptr

    Properties

    SynchronizeArcsFlag

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

    SynchronizeConicsFlag

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

    SynchronizeCoordinateSystemFlag

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

    SynchronizeCreateMeshPointsFlag

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

    SynchronizeDplaneFlag

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

    SynchronizeLinesFlag

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

    SynchronizePointsFlag

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

    SynchronizeSketchCurvesFlag

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

    SynchronizeSplinesFlag

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

    Methods

    FreeResource()

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

    SetAllSynchronizeFlags(Boolean)

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

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    In This Article
    Back to top Generated by DocFX