NFORCE

マーカー"RM"の参照フレームで、ID "id"のForce_MultiPoint要素により、マーカー"i"上で作用する力成分"comp"を返します。

フォーマット

NFORCE(id, i, comp, RM)

引数

id
ビーム要素のID。
i
力が報告されるマーカーのID。
comp
1
returns the force magnitude.
2
returns the force x component.
3
returns the force y component.
4
returns the force z component.
5
returns the torque magnitude.
6
returns the torque x component.
7
returns the torque y component.
8
returns the torque z component.
RM
The reference frame in which components are reported. RM=0 implies global frame.

<Post_Request
     comment             = "NFORCE ON M/10"
     id                  = "100"
     type                = "EXPRESSION"
     expr1               = "NULL"
     expr2               = "NFORCE(1234,10,2,0)"
     expr3               = "NFORCE(1234,10,3,0)"
     expr4               = "NFORCE(1234,10,4,0)"
     expr5               = "NULL"
     expr6               = "NFORCE(1234,10,6,0)"
     expr7               = "NFORCE(1234,10,7,0)"
     expr8               = "NFORCE(1234,10,8,0)"
/>