Bidirectional extrude/revolve (#6154)
* extend extrude endpoint * revolve and mocks * add bounds check to revolve * kcl examples of new args * update to 110 * fix mock * move example to prelude * change to camelCase * new prelude tests * extend just file * missed change * change to XY * redo sim tests * review changes * redo markdown
This commit is contained in:
@ -193,6 +193,7 @@ impl EngineConnection {
|
||||
distance,
|
||||
target,
|
||||
faces: _, // Engine team: start using this once the frontend and engine both use it.
|
||||
opposite: _,
|
||||
}) => {
|
||||
format!(
|
||||
r#"
|
||||
@ -208,6 +209,7 @@ impl EngineConnection {
|
||||
origin,
|
||||
target,
|
||||
tolerance,
|
||||
opposite: _,
|
||||
}) => {
|
||||
let ox = origin.x.0;
|
||||
let oy = origin.y.0;
|
||||
|
Reference in New Issue
Block a user