|
NX Open C++ Reference Guide
|
Represents the physical damping settings for a response simulation meta solution
Created in NX6.0.0.
More...
Public Member Functions | |
| double | PhysicalHystereticScalingFactor () |
| Returns the scaling factor for physical hysteretic damping Created in NX6.0.0. | |
| double | PhysicalViscousScalingFactor () |
| Returns the scaling factor for physical viscous damping Created in NX6.0.0. | |
| void | SetPhysicalHystereticScalingFactor (double scalingFactor) |
| Sets the scaling factor for physical hysteretic damping Created in NX6.0.0. | |
| void | SetPhysicalViscousScalingFactor (double scalingFactor) |
| Sets the scaling factor for physical viscous damping Created in NX6.0.0. | |
| void | SetUsingPhysicalHysteretic (bool usingPhysicalHysteretic) |
| Sets the usage setting for physical hysteretic damping Created in NX6.0.0. | |
| void | SetUsingPhysicalViscous (bool usingPhysicalViscous) |
| Sets the usage setting for physical viscous damping Created in NX6.0.0. | |
| bool | UsingPhysicalHysteretic () |
| Returns the usage setting for physical hysteretic damping Created in NX6.0.0. | |
| bool | UsingPhysicalViscous () |
| Returns the usage setting for physical viscous damping Created in NX6.0.0. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| 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 a response simulation meta solution
Created in NX6.0.0.
| double NXOpen::CAE::ResponseSimulation::PhysicalDampingSettings::PhysicalHystereticScalingFactor | ( | ) |
Returns the scaling factor for physical hysteretic damping
Created in NX6.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| double NXOpen::CAE::ResponseSimulation::PhysicalDampingSettings::PhysicalViscousScalingFactor | ( | ) |
Returns the scaling factor for physical viscous damping
Created in NX6.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| void NXOpen::CAE::ResponseSimulation::PhysicalDampingSettings::SetPhysicalHystereticScalingFactor | ( | double | scalingFactor | ) |
Sets the scaling factor for physical hysteretic damping
Created in NX6.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| scalingFactor | scalingfactor |
| void NXOpen::CAE::ResponseSimulation::PhysicalDampingSettings::SetPhysicalViscousScalingFactor | ( | double | scalingFactor | ) |
Sets the scaling factor for physical viscous damping
Created in NX6.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| scalingFactor | scalingfactor |
| void NXOpen::CAE::ResponseSimulation::PhysicalDampingSettings::SetUsingPhysicalHysteretic | ( | bool | usingPhysicalHysteretic | ) |
Sets the usage setting for physical hysteretic damping
Created in NX6.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| usingPhysicalHysteretic | usingphysicalhysteretic |
| void NXOpen::CAE::ResponseSimulation::PhysicalDampingSettings::SetUsingPhysicalViscous | ( | bool | usingPhysicalViscous | ) |
Sets the usage setting for physical viscous damping
Created in NX6.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| usingPhysicalViscous | usingphysicalviscous |
| bool NXOpen::CAE::ResponseSimulation::PhysicalDampingSettings::UsingPhysicalHysteretic | ( | ) |
Returns the usage setting for physical hysteretic damping
Created in NX6.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| bool NXOpen::CAE::ResponseSimulation::PhysicalDampingSettings::UsingPhysicalViscous | ( | ) |
Returns the usage setting for physical viscous damping
Created in NX6.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")