Type check and coerce arguments to user functions and return values from std Rust functions (#6958)
* Shuffle around function call code Signed-off-by: Nick Cameron <nrc@ncameron.org> * Refactor function calls to share more code Signed-off-by: Nick Cameron <nrc@ncameron.org> * Hack to leave the result of revolve as a singleton rather than array Signed-off-by: Nick Cameron <nrc@ncameron.org> --------- Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
@ -1233,7 +1233,6 @@ async fn start_sketch_on_face(
|
||||
|
||||
Ok(Box::new(Face {
|
||||
id: extrude_plane_id,
|
||||
#[cfg(feature = "artifact-graph")]
|
||||
artifact_id: extrude_plane_id.into(),
|
||||
value: tag.to_string(),
|
||||
// TODO: get this from the extrude plane data.
|
||||
@ -1414,7 +1413,6 @@ pub(crate) async fn inner_start_profile(
|
||||
let sketch = Sketch {
|
||||
id: path_id,
|
||||
original_id: path_id,
|
||||
#[cfg(feature = "artifact-graph")]
|
||||
artifact_id: path_id.into(),
|
||||
on: sketch_surface.clone(),
|
||||
paths: vec![],
|
||||
|
Reference in New Issue
Block a user