|
SupportsetCondition Method
|
Sets a prescribed displacement/rotation.
Namespace:
Karamba.Supports
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic void setCondition(
int tt,
bool value
)
Public Sub setCondition (
tt As Integer,
value As Boolean
)
public:
void setCondition(
int tt,
bool value
)
member setCondition :
tt : int *
value : bool -> unit
Parameters
- tt
- Type: SystemInt32
DOF-index of the condition. - value
- Type: SystemBoolean
Value of the condition.
See Also