Class PhysicalDampingSettings
Inheritance
System.Object
System.MarshalByRefObject
PhysicalDampingSettings
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 PhysicalDampingSettings : TaggedObject, IMessageSink
Constructors
PhysicalDampingSettings()
Declaration
protected PhysicalDampingSettings()
Properties
PhysicalHystereticScalingFactor
Declaration
public double PhysicalHystereticScalingFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PhysicalViscousScalingFactor
Declaration
public double PhysicalViscousScalingFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
UsingPhysicalHysteretic
Declaration
public bool UsingPhysicalHysteretic { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
UsingPhysicalViscous
Declaration
public bool UsingPhysicalViscous { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink