Class FemSynchronizeOptions
Inheritance
System.Object
System.MarshalByRefObject
FemSynchronizeOptions
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
Inherited Members
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 |
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
SetAllSynchronizeFlags(Boolean)
Declaration
public void SetAllSynchronizeFlags(bool synchronizeOption)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | synchronizeOption |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable