Class BaseIteration
Inheritance
System.Object
System.MarshalByRefObject
BaseIteration
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)
Namespace: NXOpen.CAE
Assembly: NXOpen.dll
Syntax
public class BaseIteration : TaggedObject, IMessageSink
Constructors
BaseIteration()
Declaration
protected BaseIteration()
Properties
ModalMass
Declaration
public double ModalMass { get; }
Property Value
Type | Description |
---|---|
System.Double |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Type
Declaration
public BaseIteration.IterationType Type { get; }
Property Value
Type | Description |
---|---|
BaseIteration.IterationType |
Unit
Declaration
public Unit Unit { get; }
Property Value
Type | Description |
---|---|
Unit |
Value
Declaration
public double Value { get; }
Property Value
Type | Description |
---|---|
System.Double |
ValueType
Declaration
public BaseIteration.IterationValueType ValueType { get; }
Property Value
Type | Description |
---|---|
BaseIteration.IterationValueType |
Methods
Find(String)
Declaration
public TaggedObject Find(string journalIdentifier)
Parameters
Type | Name | Description |
---|---|---|
System.String | journalIdentifier |
Returns
Type | Description |
---|---|
TaggedObject |
GetResultTypes()
Declaration
public BaseResultType[] GetResultTypes()
Returns
Type | Description |
---|---|
BaseResultType[] |
GetSubIterations()
Declaration
public BaseIteration[] GetSubIterations()
Returns
Type | Description |
---|---|
BaseIteration[] |
HasModalMass()
Declaration
public bool HasModalMass()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink