Class SolverAppendOption
Inheritance
SolverAppendOption
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
DoAppendMerge
Declaration
[Obsolete("Deprecated in NX9.0.0. Use NXOpen.CAE.SolverAppendOption.ImportBehavior instead.")]
public bool DoAppendMerge { get; set; }
Property Value
ElementOffset
Declaration
public int ElementOffset { get; set; }
Property Value
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
OthersOffset
Declaration
public int OthersOffset { get; set; }
Property Value
PhysicalPropertyOffset
Declaration
public int PhysicalPropertyOffset { get; set; }
Property Value
PptMergeOption
Declaration
public SolverAppendOption.MergeOption PptMergeOption { get; set; }
Property Value
SolverName
Declaration
public string SolverName { get; set; }
Property Value
Methods
GetHighestCoordinateSystemLabel()
Declaration
public int GetHighestCoordinateSystemLabel()
Returns
GetHighestElementLabel()
Declaration
public int GetHighestElementLabel()
Returns
GetHighestNodeLabel()
Declaration
public int GetHighestNodeLabel()
Returns
GetHighestOthersLabel()
Declaration
public int GetHighestOthersLabel()
Returns
GetHighestPhysicalPropertyLabel()
Declaration
public int GetHighestPhysicalPropertyLabel()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink