Welcome to the Make It Stand: 2D - SGI application! This tutorial will guide you through all the features and tabs of the app, helping you get the most out of your shape design and analysis workflow.
Make It Stand: 2D - SGI is a graphical tool for creating, editing, analyzing, and optimizing 2D shapes. It is designed for research and educational purposes, allowing users to experiment with shape stability, mass center, and more.
- Install dependencies (if not already):
pip install -r src/requirements.txt
- Run the application:
python src/main.py
- The main window will open, presenting several tabs for different functionalities.
Purpose:
- View and inspect existing shapes.
- See vertices, edges, center of mass, and stability status.
- Toggle grid, labels, and filled shape display.
How to Use:
- Select a shape from the dropdown menu.
- Use checkboxes to toggle grid, labels, center of mass, and fill options.
- The plot updates automatically.
Purpose:
- Apply processing operations to shapes (e.g., smoothing, scaling, etc.).
- Visualize the effect of processing steps.
How to Use:
- Select a shape to process.
- Choose the desired processing operation.
- Adjust parameters if available.
- View the processed shape in the plot.
Purpose:
- Create a new shape from scratch by adding vertices and edges.
How to Use:
- Click Draw Mode to start adding vertices (click on the plot to place them).
- Switch to Add Edge Mode to connect vertices by clicking near them in sequence of pairs.
- Use the info panel to see current vertices and edges.
- Choose the name and save your new shape when done.
Purpose:
- Edit existing shapes by moving vertices or modifying edges.
- Select and drag vertices, or select edges for editing.
- Define an edge as the ground: make the vertex pair go yo Y-0
How to Use:
- Select a shape to edit.
- Click on a vertex to select and drag it to a new position.
- Click on an edge to select it for make it the ground.
- Save changes when finished.
Selecting and moving vertices.
Purpose:
- Compare two shapes side by side.
- Analyze differences in structure, mass center, or other properties.
How to Use:
- Select two shapes from the dropdowns.
- View both shapes plotted for comparison.
- Use any available metrics or visual aids to analyze differences.
Purpose:
- Optimize a shape for stability or other criteria.
- Visualize the optimization process and results.
How to Use:
- Select a shape to optimize.
- Choose optimization parameters if available.
- Run the optimization and observe the updated shape and metrics.
- To load a shape: Use the file dialog in the Visualize or Edit tab, or select from the dropdown.
- To save a shape: Use the save button in the New or Edit tab. You can overwrite an existing file or create a new one.
- Shapes are stored as JSON files in the
shapes/directory by default.
- Snap to y=0: When drawing, vertices close to the y=0 axis will snap to it for easier alignment.
- Stability Indicator: The center of mass and stability status are shown on the plot.
- Undo/Redo: (If available) Use undo/redo buttons to revert changes.
- Saving: Always save your work before switching tabs to avoid losing changes.
- Common Issues:
- If shapes do not appear, ensure they are valid and have at least 3 vertices and edges.
- If the app crashes, check the terminal for error messages and ensure all dependencies are installed.
Happy designing and analyzing shapes!







