{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.calculatorx.com/schemas/mechanical.statics.area_moment.input.json",
  "title": "Area moment — input",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "parts": {
      "type": "string",
      "description": "Rows Ix,Iy,A,x,y separated by semicolons. Ix and Iy are about that part's centroid, axes parallel to x and y. Negative A is a hole."
    }
  },
  "required": [
    "parts"
  ],
  "description": "Second moment of composite plane areas about the composite centroid. Centroid reuses plane centroid. Parallel-axis shift of supplied centroidal Ix and Iy. Radius of gyration is sqrt(I/A). Not a section modulus and not a beam. (calculation_version 1.0.0)"
}
