Jointcondition Method
returns list of six booleans for each node. If true a joint is in effect for the corresponding DOF.
nodes indexes start from 0 (starting node); 1 signifies the end-node.
Namespace: Karamba.JointsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public List<bool> condition(
int nodeInd
)
Public Function condition (
nodeInd As Integer
) As List(Of Boolean)
public:
List<bool>^ condition(
int nodeInd
)
member condition :
nodeInd : int -> List<bool>
- nodeInd Int32
- index of node for which joint flags are to be returned.
ListBooleanreturns list of six booleans for each node.