The SpringDashpotToGround object defines springs and/or dashpots between points and ground on a part or an assembly region.
The SpringDashpotToGround object is derived from the SpringDashpot object.
import part mdb.models[name].parts[name].engineeringFeatures.springDashpots[name] import assembly mdb.models[name].rootAssembly.engineeringFeatures.springDashpots[name]
This method creates a SpringDashpotToGround object.
mdb.models[name].parts[name].engineeringFeatures.SpringDashpotToGround mdb.models[name].rootAssembly.engineeringFeatures\ .SpringDashpotToGround
Required arguments
A String specifying the repository key.
A Region object specifying the region to which the springs and/or dashpots are applied.
An Int specifying the degree of freedom associated with the spring and dashpot behaviors.
Optional arguments
None or a DatumCsys object specifying the local directions for the spring and/or dashpot. If orientation=None, the spring and/or dashpot data are defined in the global coordinate system. The default value is None.
A Boolean specifying whether to apply spring behavior to the selected points. The default value is OFF.
At least one of the arguments springBehavior=ON or dashpotBehavior=ON must be specified.
A Boolean specifying whether to apply dashpot behavior to the selected points. The default value is OFF.
At least one of the arguments springBehavior=ON or dashpotBehavior=ON must be specified.
A Float specifying the force per relative displacement for the spring. The default value is 0.0.
A Float specifying the force per relative velocity for the dashpot. The default value is 0.0.
Return value
A SpringDashpotToGround object.
Exceptions
This method modifies the SpringDashpotToGround object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the SpringDashpotToGround method, except for the name argument.
Return value
Exceptions
The SpringDashpotToGround object has members with the same names and descriptions as the arguments to the SpringDashpotToGround method.
In addition, the SpringDashpotToGround object has the following member:
A Boolean specifying whether the spring/dashpot is suppressed or not. The default value is OFF.