Click or drag to resize

ILinkCableJointSetLockedOnCouple Method

Defines if the joint should be fixed when the parts are coupled.

Namespace:  KASAPIv2
Assembly:  KAS-API-v2 (in KAS-API-v2.dll) Version: KAS API v2
Syntax
C#
void SetLockedOnCouple(
	bool mode
)
Request Example View Source

Parameters

mode
Type: SystemBoolean
The new mode.
Remarks
If the mode is set on the non-coupled parts, then it only changes the bit and doesn't actually affect the joint. If the part were coupled at the moment, then the joint is recreated according to the new setting.
See Also