{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.calculatorx.com/schemas/mechanical.statics.inclined_axis_moment.input.json",
  "title": "Inclined-axis moments — input",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "parts": {
      "type": "string",
      "description": "Rows Ix,Iy,Ixy,A,x,y. Centroidal moments. Negative area is a hole."
    },
    "theta_deg": {
      "type": "number",
      "description": "Rotation of the primed axes, degrees, counterclockwise from +x."
    }
  },
  "required": [
    "parts",
    "theta_deg"
  ],
  "description": "Centroidal moments about axes rotated by a given angle. Ix, Iy, and Ixy come from the principal-moment engine. Not the principal values, and not a Mohr circle. (calculation_version 1.0.0)"
}
