Class FlexPhysicalDampingSettings
Inheritance
FlexPhysicalDampingSettings
Assembly: NXOpen.dll
Syntax
public class FlexPhysicalDampingSettings : TaggedObject, IMessageSink
Constructors
FlexPhysicalDampingSettings()
Declaration
protected FlexPhysicalDampingSettings()
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