diff --git a/modeling-cmds/src/def_enum.rs b/modeling-cmds/src/def_enum.rs index 5034de0b..517ac733 100644 --- a/modeling-cmds/src/def_enum.rs +++ b/modeling-cmds/src/def_enum.rs @@ -966,6 +966,9 @@ define_modeling_cmd_enum! { pub clobber: bool, /// If true, the plane will be created but hidden initially. pub hide: Option, + /// If true, the plane is made a default object. Default objects like axis planes do not get + /// included in scene bounding box calculations. + pub is_default_object: Option, } /// Set the color of a plane.