Click or drag to resize

ILinkJointcoupleOnLinkMode Property

Tells the current coupling mode.

Namespace:  KASAPIv2
Assembly:  KAS-API-v2 (in KAS-API-v2.dll) Version: KAS API v2
Syntax
C#
bool coupleOnLinkMode { get; }
Request Example View Source

Property Value

Type: Boolean
true if the vessels should couple on link (merge them into one).
Remarks
Note, that if this mode set to true, it doesn't mean that the parts are coupled through this specific joint module. It only means that the parts, linked via this joint, are guaranteed to belong to the same vessel, but the coupling can actually be done through the other parts.
See Also