diff --git a/README.md b/README.md index 3fdc450..d854d12 100644 --- a/README.md +++ b/README.md @@ -225,6 +225,26 @@ at 50 nm. +
+Implied default compartment. + +If you omit the `"compartments"` field from the `"space"` section, and don't +set the `"compartments"` field in any of the segments in the `"segments"` +section, a single default compartment is implied. +This compartment is set up like this. + +```json + { + "id": "main", + "shape": "cuboid" + } +``` + +Each segment, when the compartment is implied, is assigned to that `"main"` +compartment. + +
+ #### Output In **output**, we set a **title** and **dir**ectory to write the placement list