|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectfigure.Tuple3D
figure.Vector3D
figure.Vector3DR
fem.bc.Restraint
public class Restraint
拘束条件クラス
フィールドの概要 | |
---|---|
int |
node
節点ラベル |
boolean |
restrx
x 方向の回転拘束の有無を表す boolean 型 |
boolean |
restry
y 方向の回転拘束の有無を表す boolean 型 |
boolean |
restrz
z 方向の回転拘束の有無を表す boolean 型 |
boolean |
restx
x 方向の拘束の有無を表す boolean 型 |
boolean |
resty
y 方向の拘束の有無を表す boolean 型 |
boolean |
restz
z 方向の拘束の有無を表す boolean 型 |
クラス figure.Vector3DR から継承されたフィールド |
---|
rx, ry, rz |
クラス figure.Tuple3D から継承されたフィールド |
---|
x, y, z |
コンストラクタの概要 | |
---|---|
Restraint(int node)
拘束条件を構築する |
|
Restraint(int node,
boolean restx,
boolean resty,
boolean restz,
boolean restrx,
boolean restry,
boolean restrz,
double x,
double y,
double z,
double rx,
double ry,
double rz)
拘束条件を構築する |
|
Restraint(int node,
boolean restx,
boolean resty,
boolean restz,
double x,
double y,
double z)
拘束条件を構築する |
メソッドの概要 | |
---|---|
boolean |
equals(java.lang.Object obj)
オブジェクトの等価判定をする |
double |
get(int index)
強制変位を返す |
int |
label()
節点ラベルを返す |
void |
setLabel(int node)
節点ラベルを設定する |
java.lang.String |
toString()
データ文字列を返す |
java.lang.String |
toString(int node)
データ文字列を返す |
クラス figure.Vector3DR から継承されたメソッド |
---|
hashCode, magnitudeR, magnitudeSqR, setRX, setRY, setRZ |
クラス figure.Vector3D から継承されたメソッド |
---|
angle, angle, angle, crossProduct, crossProduct, crossProduct, dotProduct, dotProduct, dotProduct, magnitude, magnitudeSq, mul, normalize, polarCoordinates, sphericalCoordinates |
クラス figure.Tuple3D から継承されたメソッド |
---|
add, add, clone, rot, rot, rot, rotX, rotX, rotY, rotY, rotZ, rotZ, set, set, setX, setY, setZ |
クラス java.lang.Object から継承されたメソッド |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
---|
public int node
public boolean restx
public boolean resty
public boolean restz
public boolean restrx
public boolean restry
public boolean restrz
コンストラクタの詳細 |
---|
public Restraint(int node)
node
- 節点ラベルpublic Restraint(int node, boolean restx, boolean resty, boolean restz, double x, double y, double z)
node
- 節点ラベルrestx
- x 方向の拘束の有無を表す boolean 型resty
- y 方向の拘束の有無を表す boolean 型restz
- z 方向の拘束の有無を表す boolean 型x
- 強制変位の x 成分y
- 強制変位の y 成分z
- 強制変位の z 成分public Restraint(int node, boolean restx, boolean resty, boolean restz, boolean restrx, boolean restry, boolean restrz, double x, double y, double z, double rx, double ry, double rz)
node
- 節点ラベルrestx
- x 方向の拘束の有無を表す boolean 型resty
- y 方向の拘束の有無を表す boolean 型restz
- z 方向の拘束の有無を表す boolean 型restrx
- x 方向の回転拘束の有無を表す boolean 型restry
- y 方向の回転拘束の有無を表す boolean 型restrz
- z 方向の回転拘束の有無を表す boolean 型x
- 強制変位の x 成分y
- 強制変位の y 成分z
- 強制変位の z 成分rx
- 強制変位の x 方向回転成分ry
- 強制変位の y 方向回転成分rz
- 強制変位の z 方向回転成分メソッドの詳細 |
---|
public int label()
LabeledData
内の label
public void setLabel(int node)
LabeledData
内の setLabel
node
- 節点ラベルpublic double get(int index)
index
- 成分のインデックス
public boolean equals(java.lang.Object obj)
Vector3DR
内の equals
obj
- 比較対象のオブジェクト
Restraint
のインスタンスで同じ値を持つ場合は truepublic java.lang.String toString()
Vector3DR
内の toString
public java.lang.String toString(int node)
node
- 節点ラベル
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |