Click or drag to resize

IJointUtils Interface

Various tools to deal with KSP part joints.

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

The IJointUtils type exposes the following members.

Methods
  NameDescription
Public methodDumpJoint
Outputs all properties of the joint to the string.
Public methodDumpSpringJoint
Outputs all properties of the joint to the string.
Public methodResetJoint
Initializes joint to a consistent state.
Public methodSetupDistanceJoint
Sets up a canonical distance joint.
Public methodSetupFixedJoint
Sets up a canonical fixed joint.
Public methodSetupPrismaticJoint
Sets up joint so what it becomes a prismatic joint.
Public methodSetupSphericalJoint
Sets up joint so what it becomes a spherical hinge joint.
Top
See Also