{
  "document_meta": {
    "document_title": "canonical: geometry variants",
    "document_summary": "Non-straight lines with geometry: polyline/bezier/catmullrom/arc.",
    "document_uuid": "44444444-4444-4444-8444-444444444444",
    "schema_uri": "https://3dsl.jp/schemas/release/v1.1.4/3DSS.schema.json#v1.1.4",
    "author": "canonical",
    "version": "1.1.0",
    "tags": [
      "s:canonical",
      "m:geometry"
    ],
    "coordinate_system": "Z+up/freeXY",
    "units": "non_si:px",
    "i18n": "ja",
    "created_at": "2026-01-01T00:00:00Z",
    "revised_at": "2026-01-01T00:00:00Z"
  },
  "points": [
    {
      "signification": {
        "name": "P0"
      },
      "appearance": {
        "position": [
          -16,
          0,
          0
        ],
        "visible": true,
        "marker": {
          "primitive": "none"
        }
      },
      "meta": {
        "uuid": "44444444-4444-4444-8444-444444444401",
        "tags": [
          "s:node"
        ]
      }
    },
    {
      "signification": {
        "name": "P1"
      },
      "appearance": {
        "position": [
          16,
          0,
          0
        ],
        "visible": true,
        "marker": {
          "primitive": "none"
        }
      },
      "meta": {
        "uuid": "44444444-4444-4444-8444-444444444402",
        "tags": [
          "s:node"
        ]
      }
    }
  ],
  "lines": [
    {
      "signification": {
        "relation": {
          "meta": "reference"
        },
        "sense": "a_to_b"
      },
      "appearance": {
        "end_a": {
          "ref": "44444444-4444-4444-8444-444444444401"
        },
        "end_b": {
          "ref": "44444444-4444-4444-8444-444444444402"
        },
        "line_type": "polyline",
        "line_style": "solid",
        "color": "#ffcc66",
        "opacity": 0.7,
        "arrow": {
          "primitive": "line",
          "length": 3.0,
          "thickness": 0.5
        },
        "visible": true,
        "geometry": {
          "dimension": 3,
          "polyline_points": [
            [
              -16,
              0,
              0
            ],
            [
              -8,
              8,
              0
            ],
            [
              8,
              8,
              0
            ],
            [
              16,
              0,
              0
            ]
          ]
        }
      },
      "meta": {
        "uuid": "44444444-4444-4444-8444-444444444403",
        "tags": [
          "s:edge"
        ]
      }
    },
    {
      "signification": {
        "relation": {
          "structural": "containment"
        },
        "sense": "bidirectional"
      },
      "appearance": {
        "end_a": {
          "ref": "44444444-4444-4444-8444-444444444401"
        },
        "end_b": {
          "ref": "44444444-4444-4444-8444-444444444402"
        },
        "line_type": "bezier",
        "line_style": "dashed",
        "color": "#66ccff",
        "opacity": 0.7,
        "arrow": {
          "primitive": "cone",
          "radius": 1.0,
          "height": 2.5
        },
        "visible": true,
        "geometry": {
          "dimension": 3,
          "bezier_controls": [
            [
              -8,
              -8,
              0
            ],
            [
              8,
              -8,
              0
            ]
          ]
        }
      },
      "meta": {
        "uuid": "44444444-4444-4444-8444-444444444404",
        "tags": [
          "s:edge"
        ]
      }
    },
    {
      "signification": {
        "relation": {
          "dynamic": "causal"
        },
        "sense": "neutral"
      },
      "appearance": {
        "end_a": {
          "ref": "44444444-4444-4444-8444-444444444401"
        },
        "end_b": {
          "ref": "44444444-4444-4444-8444-444444444402"
        },
        "line_type": "catmullrom",
        "line_style": "dotted",
        "color": "#ff66cc",
        "opacity": 0.7,
        "arrow": {
          "primitive": "pyramid",
          "base": [
            2.5,
            2.5
          ],
          "height": 2.0
        },
        "visible": true,
        "geometry": {
          "dimension": 3,
          "catmullrom_points": [
            [
              -16,
              0,
              0
            ],
            [
              -8,
              -4,
              0
            ],
            [
              8,
              4,
              0
            ],
            [
              16,
              0,
              0
            ]
          ],
          "catmullrom_tension": 0.5
        }
      },
      "meta": {
        "uuid": "44444444-4444-4444-8444-444444444405",
        "tags": [
          "s:edge"
        ]
      }
    },
    {
      "signification": {
        "relation": {
          "logical": "support"
        },
        "sense": "a_to_b"
      },
      "appearance": {
        "end_a": {
          "ref": "44444444-4444-4444-8444-444444444401"
        },
        "end_b": {
          "ref": "44444444-4444-4444-8444-444444444402"
        },
        "line_type": "arc",
        "line_style": "double",
        "color": "#6666ff",
        "opacity": 0.7,
        "arrow": {
          "primitive": "none"
        },
        "visible": true,
        "geometry": {
          "dimension": 3,
          "arc_center": [
            0,
            0,
            0
          ],
          "arc_radius": 16.0,
          "arc_angle_start": 0.0,
          "arc_angle_end": 1.5707963267948966,
          "arc_clockwise": false
        }
      },
      "meta": {
        "uuid": "44444444-4444-4444-8444-444444444406",
        "tags": [
          "s:edge"
        ]
      }
    }
  ],
  "aux": []
}