Jump to content
THIS IS THE TEST SITE OF EUROBRICKS!
THIS IS THE TEST SITE OF EUROBRICKS!

Featured Replies

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...

Recently Browsing 0

  • No registered users viewing this page.
Sponsored Links