Bushing
Model ElementBushingは、2つのマーカー、IとJの間で作用する線形の力とトルクを定義します。
クラス名
Bushing
属性の概要
名前 | プロパティ | コマンドで変更可能か | 設計可能か |
---|---|---|---|
id | Int () | ||
label | Str () | ||
i | Reference (Marker) | ○ | ○ |
j | Reference (Marker) | ○ | ○ |
c | Double ([0,0,0], count=3) | ○ | ○ |
ct | Double ([0,0,0], count=3) | ○ | ○ |
k | Double ([0,0,0], count=3) | ○ | ○ |
kt | Double ([0,0,0], count=3) | ○ | ○ |
force | Double ([0,0,0], count=3) | ○ | ○ |
torque | Double ([0,0,0], count=3) | ○ | ○ |
active | Bool () | ○ |
使用法
Bushing (i=objMarker, j=objMarker, optional_attributes)
属性
- i
- 既存のMarkerオブジェクトへの参照。
- j
- 既存のMarkerオブジェクトへの参照。
- id
- 整数
- label
- 文字列
- c
- 3つの倍精度値のリスト。
- ct
- 3つの倍精度値のリスト。
- k
- 3つの倍精度値のリスト。
- kt
- 3つの倍精度値のリスト。
- force
- 3つの倍精度値のリスト。
- torque
- 3つの倍精度値のリスト。
- active
- ブール
例
<Force_Bushing
id = "26"
i_marker_id = "61"
j_marker_id = "71"
kx = "6000." ky = "6000." kz = "10000."
ktx = "1.0E5" kty = "1.0E5" ktz = "1.0E5"
cx = "60." cy = "60." cz = "60."
ctx = "100" cty = "100" ctz = "100"
preload_x = "33" preload_y = "44" preload_z = "55"
preload_tx = "0." preload_ty = "0." preload_tz = "0."
/>
# Preload Torque is zero - need not specify it explicitly
bush = Bushing (i=mkr61, j=mkr71, k=[6000,6000,10000],
kt=[1E5, 1E5, 1E5], c=[60, 60, 60],
ct=[100, 100, 100], force=[33, 44, 55])
コメント
- プロパティの概要、使用理由、および拡張方法については、プロパティをご参照ください。
- Bushingの詳細については、Force:Bushingをご参照ください。