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
Add a sketch tool that generates a rectangle for the user.
User flow
In sketch mode, click the Circle tool to equip it
Click anywhere on the sketch plane to set your circle's center
Move the mouse around to find an appropriate length for the radius
During this, a circle made of a dashed line will appear centered on your first point with a radius to the mouse's position
Click to finish the circle
Code generation
I don't think we should generate new functions for users automatically unless we are prepared to automatically reuse them intelligently on their behalf with later interactions. To avoid that complexity, here is my proposed code generation:
Add a sketch tool that generates a rectangle for the user.
User flow
Code generation
I don't think we should generate new functions for users automatically unless we are prepared to automatically reuse them intelligently on their behalf with later interactions. To avoid that complexity, here is my proposed code generation:
Additional resources
The text was updated successfully, but these errors were encountered: