Hide sweep artifacts after automatically (#6287)
* automatically hide the trajectory sketch agter a sweep Signed-off-by: Jess Frazelle <github@jessfraz.com> * updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * more samples Signed-off-by: Jess Frazelle <github@jessfraz.com> * more samples Signed-off-by: Jess Frazelle <github@jessfraz.com> * updates Signed-off-by: Jess Frazelle <github@jessfraz.com> --------- Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
@ -202,5 +202,15 @@ async fn inner_sweep(
|
||||
);
|
||||
}
|
||||
|
||||
// Hide the artifact from the sketch or helix.
|
||||
args.batch_modeling_cmd(
|
||||
exec_state.next_uuid(),
|
||||
ModelingCmd::from(mcmd::ObjectVisible {
|
||||
object_id: trajectory.into(),
|
||||
hidden: true,
|
||||
}),
|
||||
)
|
||||
.await?;
|
||||
|
||||
Ok(solids)
|
||||
}
|
||||
|
Reference in New Issue
Block a user