Click or drag to resize

ILinkJoint Interface

Base interface for a KAS joint.

Namespace:  KASAPIv2
Assembly:  KAS-API-v2 (in KAS-API-v2.dll) Version: KAS API v2
Syntax
C#
public interface ILinkJoint
Request Example View Source

The ILinkJoint type exposes the following members.

Properties
  NameDescription
Public propertycfgJointName
Identifier of the joint on the part.
Public propertycoupleOnLinkMode
Tells the current coupling mode.
Public propertyisLinked
Tells if there is a physical joint created.
Public propertylinkSource
Tells the current link source.
Public propertylinkTarget
Tells the current link target.
Top
Methods
  NameDescription
Public methodAdjustJoint
Requests the joint to become unbreakable or normal.
Public methodCheckConstraints
Checks if the joint constraints allow the link to be established.
Public methodCreateJoint
Sets up a physical joint between the source and target.
Public methodDropJoint
Destroys a physical link between the source and the target.
Public methodSetCoupleOnLinkMode
Changes the current parts couple mode.
Top
Remarks

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.

See Also