Documentation [Deprecated]
SkyCiv Documentation








RC Design
General
Code Verification




Can't find what you're after?

Member Lengths

The length of each member is returned in the response object.

Result Key Type Description
member_lengths Object Each key within this object corresponds to a member's ID. The value is the length of the member measured in the Length units.

Example

{
    "member_lengths": {
        "1": 3,
        "2": 3,
        "3": 3,
        "4": 2,
        "5": 2,
        "6": 2,
        "7": 2
    }
}