NX Open C++ Reference Guide
|
Represents the physical damping settings for flexible body
Created in NX7.5.0.
More...
Public Member Functions | |
double | PhysicalHystereticScalingFactor () |
Returns the scaling factor for physical hysteretic damping Created in NX7.5.0. | |
double | PhysicalViscousScalingFactor () |
Returns the scaling factor for physical viscous damping Created in NX7.5.0. | |
void | SetPhysicalHystereticScalingFactor (double scalingFactor) |
Sets the scaling factor for physical hysteretic damping Created in NX7.5.0. | |
void | SetPhysicalViscousScalingFactor (double scalingFactor) |
Sets the scaling factor for physical viscous damping Created in NX7.5.0. | |
void | SetUsingPhysicalHysteretic (bool usingPhysicalHysteretic) |
Sets the usage setting for physical hysteretic damping Created in NX7.5.0. | |
void | SetUsingPhysicalViscous (bool usingPhysicalViscous) |
Sets the usage setting for physical viscous damping Created in NX7.5.0. | |
bool | UsingPhysicalHysteretic () |
Returns the usage setting for physical hysteretic damping Created in NX7.5.0. | |
bool | UsingPhysicalViscous () |
Returns the usage setting for physical viscous damping Created in NX7.5.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents the physical damping settings for flexible body
Created in NX7.5.0.
double NXOpen::Motion::FlexPhysicalDampingSettings::PhysicalHystereticScalingFactor | ( | ) |
Returns the scaling factor for physical hysteretic damping
Created in NX7.5.0.
License requirements : mechanisms ("MECHANISMS")
double NXOpen::Motion::FlexPhysicalDampingSettings::PhysicalViscousScalingFactor | ( | ) |
Returns the scaling factor for physical viscous damping
Created in NX7.5.0.
License requirements : mechanisms ("MECHANISMS")
void NXOpen::Motion::FlexPhysicalDampingSettings::SetPhysicalHystereticScalingFactor | ( | double | scalingFactor | ) |
Sets the scaling factor for physical hysteretic damping
Created in NX7.5.0.
License requirements : mechanisms ("MECHANISMS")
scalingFactor | scalingfactor |
void NXOpen::Motion::FlexPhysicalDampingSettings::SetPhysicalViscousScalingFactor | ( | double | scalingFactor | ) |
Sets the scaling factor for physical viscous damping
Created in NX7.5.0.
License requirements : mechanisms ("MECHANISMS")
scalingFactor | scalingfactor |
void NXOpen::Motion::FlexPhysicalDampingSettings::SetUsingPhysicalHysteretic | ( | bool | usingPhysicalHysteretic | ) |
Sets the usage setting for physical hysteretic damping
Created in NX7.5.0.
License requirements : mechanisms ("MECHANISMS")
usingPhysicalHysteretic | usingphysicalhysteretic |
void NXOpen::Motion::FlexPhysicalDampingSettings::SetUsingPhysicalViscous | ( | bool | usingPhysicalViscous | ) |
Sets the usage setting for physical viscous damping
Created in NX7.5.0.
License requirements : mechanisms ("MECHANISMS")
usingPhysicalViscous | usingphysicalviscous |
bool NXOpen::Motion::FlexPhysicalDampingSettings::UsingPhysicalHysteretic | ( | ) |
Returns the usage setting for physical hysteretic damping
Created in NX7.5.0.
License requirements : mechanisms ("MECHANISMS")
bool NXOpen::Motion::FlexPhysicalDampingSettings::UsingPhysicalViscous | ( | ) |
Returns the usage setting for physical viscous damping
Created in NX7.5.0.
License requirements : mechanisms ("MECHANISMS")