Class CorrelBaseSolution
Inheritance
CorrelBaseSolution
Assembly: NXOpen.dll
Syntax
public class CorrelBaseSolution : NXObject, IMessageSink, INXObject
Constructors
CorrelBaseSolution()
Declaration
protected CorrelBaseSolution()
Properties
NodeMap
Declaration
public CorrelNodeMap NodeMap { get; }
Property Value
Methods
CreateDofSet(ISensorSet, bool)
Declaration
public void CreateDofSet(ISensorSet sensorSet, bool modifyNodeDisplacementCsys)
Parameters
Type |
Name |
Description |
ISensorSet |
sensorSet |
|
bool |
modifyNodeDisplacementCsys |
|
CreateGroupFromSensorSet(ISensorSet)
Declaration
public void CreateGroupFromSensorSet(ISensorSet sensorSet)
Parameters
Delete(bool)
Declaration
public void Delete(bool deleteResultFile)
Parameters
Type |
Name |
Description |
bool |
deleteResultFile |
|
GenerateDofSet()
Declaration
public void GenerateDofSet()
GetName()
Declaration
Returns
GetRefSolutionName()
Declaration
public string GetRefSolutionName()
Returns
GetSensorSetMgr()
Declaration
public SensorSetMgr GetSensorSetMgr()
Returns
GetWorkSolutionName()
Declaration
public string GetWorkSolutionName()
Returns
SetName(string, bool)
Declaration
public void SetName(string solutionName, bool renameResultFile)
Parameters
Type |
Name |
Description |
string |
solutionName |
|
bool |
renameResultFile |
|
ShowEffectiveDofs()
Declaration
public void ShowEffectiveDofs()
ShowInfo()
Declaration
UpdateResultsForSol(SimSolution, bool)
Declaration
public void UpdateResultsForSol(SimSolution sol, bool ignoreReload)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink