Use the steps below to create a photo frame that can be customized to any size. Using four variables, or parameters, we will define the size and shape of the frame. By creating a fully defined (i.e. constrained, or closed) sketch, our design can easily scale to other sizes.
- Width: Overall width of the frame
- Height: Overall height of the frame
- frame_thickness: Overall thickness of the frame. This is drawn inside the width & height. The viewable area of the frame is the width or height, minus the thickness.
- corner_radius: The radius of the fillet corners of the frame.
- material_thickness: How deep the frame is.