Class SolverAppendOption
Inheritance
System.Object
System.MarshalByRefObject
SolverAppendOption
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpen.dll
Syntax
public class SolverAppendOption : NXObject, IMessageSink, INXObject
Constructors
SolverAppendOption()
Declaration
protected SolverAppendOption()
Properties
CoordinateSystemOffset
Declaration
public int CoordinateSystemOffset { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
DoAppendMerge
Declaration
[Obsolete("Deprecated in NX9.0.0. Use NXOpen.CAE.SolverAppendOption.ImportBehavior instead.")]
public bool DoAppendMerge { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ElementOffset
Declaration
public int ElementOffset { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ImportBehavior
Declaration
public SolverAppendOption.ImportBehaviorOption ImportBehavior { get; set; }
Property Value
MaterialMergeOption
Declaration
public SolverAppendOption.MergeOption MaterialMergeOption { get; set; }
Property Value
NodeMergeOption
Declaration
public SolverAppendOption.MergeOption NodeMergeOption { get; set; }
Property Value
NodeOffset
Declaration
public int NodeOffset { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
OthersOffset
Declaration
public int OthersOffset { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PhysicalPropertyOffset
Declaration
public int PhysicalPropertyOffset { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PptMergeOption
Declaration
public SolverAppendOption.MergeOption PptMergeOption { get; set; }
Property Value
SolutionMergeOption
Declaration
[Obsolete("Deprecated in NX10.0.0. Functionality moved to the solver language DLLs.")]
public SolverAppendOption.SolutionOption SolutionMergeOption { get; set; }
Property Value
SolverName
Declaration
public string SolverName { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
GetHighestCoordinateSystemLabel()
Declaration
public int GetHighestCoordinateSystemLabel()
Returns
Type |
Description |
System.Int32 |
|
GetHighestElementLabel()
Declaration
public int GetHighestElementLabel()
Returns
Type |
Description |
System.Int32 |
|
GetHighestNodeLabel()
Declaration
public int GetHighestNodeLabel()
Returns
Type |
Description |
System.Int32 |
|
GetHighestOthersLabel()
Declaration
public int GetHighestOthersLabel()
Returns
Type |
Description |
System.Int32 |
|
GetHighestPhysicalPropertyLabel()
Declaration
public int GetHighestPhysicalPropertyLabel()
Returns
Type |
Description |
System.Int32 |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink