ILinkJoint Interface | 
Namespace: KASAPIv2
The ILinkJoint type exposes the following members.
| Name | Description | |
|---|---|---|
| cfgJointName | Identifier of the joint on the part.  | |
| coupleOnLinkMode | Tells the current coupling mode.  | |
| isLinked | Tells if there is a physical joint created.  | |
| linkSource | Tells the current link source.  | |
| linkTarget | Tells the current link target.  | 
| Name | Description | |
|---|---|---|
| AdjustJoint | Requests the joint to become unbreakable or normal.  | |
| CheckConstraints | Checks if the joint constraints allow the link to be established.  | |
| CreateJoint | Sets up a physical joint between the source and target.  | |
| DropJoint | Destroys a physical link between the source and the target.  | |
| SetCoupleOnLinkMode | Changes the current parts couple mode.  | 
Every KAS part must have a joint module that controls how the KAS joints are maintained.
This interface is primarily designed for use form the ILinkSource implementations. A third-party code must not interact with it directly.