Click or drag to resize

IWinchControlcurrentCableLength Property

Amount of the cable that was extended till the moment.

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

Property Value

Type: Single
The length of the cable in meters.
Remarks
This value is dynamic and can be affected by the motor. This is not the actual distance between the winch and the connector head! In order to find one, take the physicalAnchorTransform values from the source and target, and calculate the distance between their positions.
See Also