Documentation [Deprecated]
SkyCiv Documentation








RC Design
General
Code Verification




Can't find what you're after?

Member Discontinuities

The number of discontinuities of each member is returned in the response object. This is important if you are graphing the member results as it tells you where the graph may jump.

Result Key Type Description
member_discontinuities Object Each key in the object corresponds to the member ID. The value is the number of discontinuties along the length of the member.

Example

{
	"member_discontinuities": {
		"1": 0,
		"2": 0,
		"3": 0,
		"4": 0,
		"5": 0,
		"6": 0,
		"7": 0,
		"8": 2,
		"9": 2
	}
}