Geometric properties Element |
|||||||||
Description |
|||||||||
PABUSH lets you specify the bushing properties for an associated bushing element. |
|||||||||
Format |
|||||||||
<PABUSH id = "integer" kx = "real" cx = "real" ky = "real" cy = "real" kz = "real" cz = "real" ktx = "real" ctx = "real" kty = "real" cty = "real" ktz = "real" ctz = "real" graph = "integer" /> |
|||||||||
Attributes |
|||||||||
id |
Unique bushing property identification number. |
||||||||
kx, ky, kz |
Bushing stiffness in the X, Y and Z directions. |
||||||||
cx, cy, cz |
Bushing damping coefficients in the X, Y and Z directions. |
||||||||
ktx, kty, ktz |
Bushing torsional stiffness in the local X, Y and Z directions. |
||||||||
ctx, cty, ctz |
Bushing torsional damping coefficient in the local X, Y and Z directions. |
||||||||
graph |
A post processing flag that determines how this element is represented in the animation H3D. Default is 0. |
||||||||
Comments |
|||||||||
|
|||||||||
Example |
|||||||||
The example demonstrates the definition of a PABUSH property element. <PABUSH id="2" kx="1000.0" cx="0.001" ky="1000.0" cy="0.001" kz="1000.0" cz="0.001" ktx="1000000000.0" ctx="0.001" kty="1000000000.0" cty="0.001" ktz="1000000000.0" ctz="0.001"/> |