Class PhysicalDampingSettings
Inheritance
PhysicalDampingSettings
Assembly: NXOpen.dll
Syntax
public class PhysicalDampingSettings : TaggedObject, IMessageSink
Constructors
PhysicalDampingSettings()
Declaration
protected PhysicalDampingSettings()
Properties
PhysicalHystereticScalingFactor
Declaration
public double PhysicalHystereticScalingFactor { get; set; }
Property Value
PhysicalViscousScalingFactor
Declaration
public double PhysicalViscousScalingFactor { get; set; }
Property Value
UsingPhysicalHysteretic
Declaration
public bool UsingPhysicalHysteretic { get; set; }
Property Value
UsingPhysicalViscous
Declaration
public bool UsingPhysicalViscous { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink