Click or drag to resize

ILinkJointDropJoint Method

Destroys a physical link between the source and the target.

Namespace:  KASAPIv2
Assembly:  KAS-API-v2 (in KAS-API-v2.dll) Version: KAS API v2
Syntax
C#
void DropJoint()
Request Example View Source
Remarks
This is a cleanup method. It must be safe to execute in any joint state, and should not throw any errors. E.g. it may get called when the part's state is incomplete.
See Also