Class SimSolutionStep
Inheritance
System.Object
System.MarshalByRefObject
SimSolutionStep
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 SimSolutionStep : SimGroupContainer, IMessageSink, INXObject
Constructors
SimSolutionStep()
Declaration
protected SimSolutionStep()
Properties
PropertyTable
Declaration
public PropertyTable PropertyTable { get; }
Property Value
Type | Description |
---|---|
PropertyTable |
Solution
Declaration
public SimSolution Solution { get; }
Property Value
Type | Description |
---|---|
SimSolution |
StepType
Declaration
public int StepType { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
AddBc(SimBC)
Declaration
public void AddBc(SimBC bc)
Parameters
Type | Name | Description |
---|---|---|
SimBC | bc |
AddFolder(SimLbcFolder)
Declaration
public void AddFolder(SimLbcFolder folder)
Parameters
Type | Name | Description |
---|---|---|
SimLbcFolder | folder |
CloneStep(String)
Declaration
public SimSolutionStep CloneStep(string suggestedName)
Parameters
Type | Name | Description |
---|---|---|
System.String | suggestedName |
Returns
Type | Description |
---|---|
SimSolutionStep |
Find(String)
Declaration
public TaggedObject Find(string journalIdentifier)
Parameters
Type | Name | Description |
---|---|---|
System.String | journalIdentifier |
Returns
Type | Description |
---|---|
TaggedObject |
GetBcs()
Declaration
public SimBC[] GetBcs()
Returns
Type | Description |
---|---|
SimBC[] |
GetFolders()
Declaration
public SimLbcFolder[] GetFolders()
Returns
Type | Description |
---|---|
SimLbcFolder[] |
GetUnfolderedBcs()
Declaration
public SimBC[] GetUnfolderedBcs()
Returns
Type | Description |
---|---|
SimBC[] |
RemoveAllConstraints()
Declaration
public void RemoveAllConstraints()
RemoveAllLoads()
Declaration
public void RemoveAllLoads()
RemoveAllSimulationObjects()
Declaration
public void RemoveAllSimulationObjects()
RemoveBc(SimBC)
Declaration
public void RemoveBc(SimBC bc)
Parameters
Type | Name | Description |
---|---|---|
SimBC | bc |
RemoveFolder(SimLbcFolder)
Declaration
public void RemoveFolder(SimLbcFolder folder)
Parameters
Type | Name | Description |
---|---|---|
SimLbcFolder | folder |
Implements
System.Runtime.Remoting.Messaging.IMessageSink