generated from cotes2020/chirpy-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f9806f4
commit 49950a0
Showing
1 changed file
with
70 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |