FlexPhysicalDampingSettings Class¶
-
class
NXOpen.Motion.FlexPhysicalDampingSettings¶ Bases:
NXOpen.TaggedObjectRepresents the physical damping settings for flexible body
New in version NX7.5.0.
Properties¶
| Property | Description |
|---|---|
| PhysicalHystereticScalingFactor | Returns or sets the scaling factor for physical hysteretic damping |
| PhysicalViscousScalingFactor | Returns or sets the scaling factor for physical viscous damping |
| Tag | Returns the Tag for this object. |
| UsingPhysicalHysteretic | Returns or sets the usage setting for physical hysteretic damping |
| UsingPhysicalViscous | Returns or sets the usage setting for physical viscous damping |
Methods¶
Property Detail¶
PhysicalHystereticScalingFactor¶
-
FlexPhysicalDampingSettings.PhysicalHystereticScalingFactor¶ Returns or sets the scaling factor for physical hysteretic damping
-------------------------------------Getter Method
Signature
PhysicalHystereticScalingFactorReturns: Return type: float New in version NX7.5.0.
License requirements: mechanisms (“MECHANISMS”)
-------------------------------------Setter Method
Signature
PhysicalHystereticScalingFactorParameters: scalingFactor (float) – New in version NX7.5.0.
License requirements: mechanisms (“MECHANISMS”)
PhysicalViscousScalingFactor¶
-
FlexPhysicalDampingSettings.PhysicalViscousScalingFactor¶ Returns or sets the scaling factor for physical viscous damping
-------------------------------------Getter Method
Signature
PhysicalViscousScalingFactorReturns: Return type: float New in version NX7.5.0.
License requirements: mechanisms (“MECHANISMS”)
-------------------------------------Setter Method
Signature
PhysicalViscousScalingFactorParameters: scalingFactor (float) – New in version NX7.5.0.
License requirements: mechanisms (“MECHANISMS”)
UsingPhysicalHysteretic¶
-
FlexPhysicalDampingSettings.UsingPhysicalHysteretic¶ Returns or sets the usage setting for physical hysteretic damping
-------------------------------------Getter Method
Signature
UsingPhysicalHystereticReturns: Return type: bool New in version NX7.5.0.
License requirements: mechanisms (“MECHANISMS”)
-------------------------------------Setter Method
Signature
UsingPhysicalHystereticParameters: usingPhysicalHysteretic (bool) – New in version NX7.5.0.
License requirements: mechanisms (“MECHANISMS”)
UsingPhysicalViscous¶
-
FlexPhysicalDampingSettings.UsingPhysicalViscous¶ Returns or sets the usage setting for physical viscous damping
-------------------------------------Getter Method
Signature
UsingPhysicalViscousReturns: Return type: bool New in version NX7.5.0.
License requirements: mechanisms (“MECHANISMS”)
-------------------------------------Setter Method
Signature
UsingPhysicalViscousParameters: usingPhysicalViscous (bool) – New in version NX7.5.0.
License requirements: mechanisms (“MECHANISMS”)