Skip to content

Commit

Permalink
make starter post on onshape tips
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonDavis committed Nov 18, 2024
1 parent f9806f4 commit 49950a0
Showing 1 changed file with 70 additions and 0 deletions.
70 changes: 70 additions & 0 deletions _posts/2024-10-30-onshape_tips.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
---
title: OnShape Tips
date: 2024-10-30
last_modified_at: 2024-11-02
categories: [bookbinding, projects log]
tags: []
description: A single post to collect all my bookbinding projects.
media_subpath: /bookbinding-projects/
image: header_image.webp
published: False
---
<style>
.grid-2x2 {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: auto auto;
column-gap: 20px; /* Keep horizontal gap */
justify-items: center;
}
.grid-3x2 {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: auto auto;
column-gap: 20px; /* Keep horizontal gap */
justify-items: center;
}
.grid-container {
justify-items: center;
}
.grid-container > div {
display: flex;
flex-direction: column;
align-items: center;
height: 100%; /* Ensure the div takes full height of the grid cell */
}
.grid-container .image-div {
justify-content: flex-end;
}
.grid-container img {
width: auto;
max-width: 100%;
height: auto;
object-fit: cover;
display: block;
margin-bottom: 5px; /* Small margin to separate the image and caption */}
.grid-container .caption {display: block;
text-align: center;
font-style: normal;
font-size: 80%;
padding: 0;
color: #6d6c6c;
}
</style>

## Introduction
I don't 3d model very often, and it seems like every time I want to do it I need to relearn the software and techniques. In this post I am going to document some of my most common operations, so that they are easy to find and reference in the future.

If you are forgetful or new to OnShape like me, I hope this post helps you as well!

## Constraints

## Setting Variables

## Linking Variables to Text

## Setting two Pieces to Match an Overall Length

## That Thing About Coplaner Lines or Something?

## Offset Tool

0 comments on commit 49950a0

Please sign in to comment.