Class CSDExcitationBuilder
Inheritance
System.Object
System.MarshalByRefObject
CSDExcitationBuilder
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.ResponseSimulation
Assembly: NXOpen.dll
Syntax
public class CSDExcitationBuilder : ExcitationBuilder, IMessageSink, IComponentBuilder
Constructors
CSDExcitationBuilder()
Declaration
protected CSDExcitationBuilder()
Properties
CorrelationType
Declaration
public CSDExcitation.CorrelationType CorrelationType { get; set; }
Property Value
Type | Description |
---|---|
CSDExcitation.CorrelationType |
CorrelationValue
Declaration
public double CorrelationValue { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
GetFromFunction(out Excitation.Component)
Declaration
public Excitation GetFromFunction(out Excitation.Component componentType)
Parameters
Type | Name | Description |
---|---|---|
Excitation.Component | componentType |
Returns
Type | Description |
---|---|
Excitation |
GetToFunction(out Excitation.Component)
Declaration
public Excitation GetToFunction(out Excitation.Component componentType)
Parameters
Type | Name | Description |
---|---|---|
Excitation.Component | componentType |
Returns
Type | Description |
---|---|
Excitation |
SetFromFunction(Excitation, Excitation.Component)
Declaration
public void SetFromFunction(Excitation fromExcitation, Excitation.Component componentType)
Parameters
Type | Name | Description |
---|---|---|
Excitation | fromExcitation | |
Excitation.Component | componentType |
SetToFunction(Excitation, Excitation.Component)
Declaration
public void SetToFunction(Excitation toExcitation, Excitation.Component componentType)
Parameters
Type | Name | Description |
---|---|---|
Excitation | toExcitation | |
Excitation.Component | componentType |
Implements
System.Runtime.Remoting.Messaging.IMessageSink