Class CorrelSolutionBuilder
Inheritance
System.Object
System.MarshalByRefObject
CorrelSolutionBuilder
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 CorrelSolutionBuilder : CorrelBaseBuilder, IMessageSink, IComponentBuilder
Constructors
CorrelSolutionBuilder()
Declaration
protected CorrelSolutionBuilder()
Properties
FrfDampingSource
Declaration
public CorrelSolutionBuilder.EnumDampingFrftype FrfDampingSource { get; set; }
Property Value
Type | Description |
---|---|
CorrelSolutionBuilder.EnumDampingFrftype |
HighFrequencyCutoff
Declaration
public double HighFrequencyCutoff { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
HighFrequencyFilteringMode
Declaration
public bool HighFrequencyFilteringMode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LowFrequencyCutoff
Declaration
public double LowFrequencyCutoff { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
LowFrequencyFilteringMode
Declaration
public bool LowFrequencyFilteringMode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
NodeMapSizeLimit
Declaration
public int NodeMapSizeLimit { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NodeMapSizeLimitActive
Declaration
public bool NodeMapSizeLimitActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
NodeMatchingDistance
Declaration
public double NodeMatchingDistance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ReferenceSolution
Declaration
public SimSolution ReferenceSolution { get; set; }
Property Value
Type | Description |
---|---|
SimSolution |
Title
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |
WorkSolution
Declaration
public SimSolution WorkSolution { get; set; }
Property Value
Type | Description |
---|---|
SimSolution |
Implements
System.Runtime.Remoting.Messaging.IMessageSink