Jump to content

Recommended Posts

Posted

I don't know if this has been posted before, but ObsidianMD with the Numerals plugin helped me a lot when designing a scale model.

640x520.png

800x970.png

And the Markdown note:

# Unit definition
## Scaled base unit
```math
scale = 35
createUnit('ldu', unit(scale * 400,'um'), {override:true})
```
## Define units based on LDU
```math
createUnit({stud:'20 ldu'}, {override: true})
createUnit({brick:'24 ldu'}, {override: true})
createUnit({plate: '8 ldu'}, {override: true})
createUnit({'plastic': '4 ldu'}, {override: true})
```
# Test
```math
1 stud to mm
```
```math
3m to stud
2m to stud
1m to stud
```

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...