You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are likely also going to need to change the way functions are defined to make argument default mandatory, in the above sketchMode is going to need some sane values for start, distance, plane before it's able to render the sketch, because when your editing something defined in a function, your editing the abstraction.
There are two problems
Starting file
Example after trying to sketch on a face
This creates a new
sketch001
with the variable namebox
from line 2 of the code instead ofmyCoolBox
.Example for second problem
What if we returned the
distance
from the function then started the sketch on face; it would not be able to handle this.The text was updated successfully, but these errors were encountered: