Click or drag to resize

BuilderCSVaddJoint Method

add joint to builder

Namespace:  Karamba.Exporters
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected List<int> addJoint(
	Joint joint
)

Parameters

joint
Type: Karamba.JointsJoint
joint to be added

Return Value

Type: ListInt32
list of joint conditions
See Also