Class FunctionComponentData
Inheritance
System.Object
System.MarshalByRefObject
FunctionComponentData
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.ResponseSimulation
Assembly: NXOpen.dll
Syntax
public class FunctionComponentData : TaggedObject, IMessageSink
Constructors
FunctionComponentData()
Declaration
protected FunctionComponentData()
Properties
Enable
Declaration
public bool Enable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Function
Declaration
public Function Function { get; set; }
Property Value
Type | Description |
---|---|
Function |
PhaseAngle
Declaration
public double PhaseAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ScalarFactor
Declaration
public double ScalarFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
GetComponentType()
Declaration
public Excitation.Component GetComponentType()
Returns
Type | Description |
---|---|
Excitation.Component |
Implements
System.Runtime.Remoting.Messaging.IMessageSink