Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: List of Parts and Connections
Post: RE: List of Parts and Connections
Graphviz has a image width/height limit of 32768px for PNG images. SVG images do not have that limit, but I can't remember if I ever tried to export datsville as an SVG.
The snap metas work similar... |
|
Basil Bader |
All Other Programs.
|
3 |
3,711 |
2024-02-27, 6:43 |
|
|
Thread: List of Parts and Connections
Post: RE: List of Parts and Connections
I have developed something similar recently. The code has three main parts:
1. Parsing the LDCad snap metas and converting them to a slightly different structure. This isn't difficult, it just took s... |
|
Basil Bader |
All Other Programs.
|
3 |
3,711 |
2024-01-23, 6:59 |
|
|
Thread: Need help for faster processing
Post: RE: Need help for faster processing
Max Murtazin Wrote: (2023-11-07, 13:25)
--
What's a profiler?
--
A tool that can show you how many times a function is called and how much time it needs. It helps to identify the low hanging fruits... |
|
Basil Bader |
LDraw File Processing and Conversion
|
7 |
3,449 |
2023-11-08, 8:25 |
|
|
Thread: Need help for faster processing
Post: RE: Need help for faster processing
Code:
--
float maxX = subMeshes[model].MaxBy(x => x.X).X;
float maxY = subMeshes[model].MaxBy(x => x.Y).Y;
float maxZ = subMeshes[model].MaxBy(x => x.Z).Z;
float minX = subMeshes[model].MinBy(x => x.... |
|
Basil Bader |
LDraw File Processing and Conversion
|
7 |
3,449 |
2023-11-07, 8:34 |
|
|
Thread: Technic 2016
Post: RE: 42056 - Porsche 911 GT3 RS
Philippe Hurbain Wrote: (2016-07-27, 13:44)
--
http://www.brickshelf.com/gallery/Philo/SetModels/Set42056/42056.jpg
Download MPD (http://www.brickshelf.com/gallery/Philo/SetModels/Set42056/42056_-_p... |
|
Basil Bader |
Official Models
|
47 |
76,009 |
2023-10-14, 20:03 |
|
|
Thread: shadow library / parts snapping questions
Post: RE: shadow library / parts snapping questions
Hi Roland
Thank you very much for your clear and helpful answer!
The LDCad Shadow Library is very useful and I will submit some PRs if I find time to improve it. |
|
Basil Bader |
LDraw Editors and Viewers
|
2 |
1,331 |
2023-08-07, 8:26 |
|
|
Thread: shadow library / parts snapping questions
Post: shadow library / parts snapping questions
I have a few questions about the LDCad shadow library and the snap metas:
1. Grid with 6 parameters
I found this line in 71861.dat:
Code:
--
0 !LDCAD SNAP_CYL [gender=M] [caps=none] [secs=R 2.5 ... |
|
Basil Bader |
LDraw Editors and Viewers
|
2 |
1,331 |
2023-08-05, 0:17 |
|
|
Thread: car.ldr wheels off by one LDU?
Post: car.ldr wheels off by one LDU?
I think I have found a small inaccuracy in the car.ldr file which is shipped with the LDraw parts library. All wheels (4624.dat) are at y=6:
Code:
--
1 7 -30 6 60 0 0 1 0 1 0 -1 0 0 4624.dat
--
bu... |
|
Basil Bader |
Help
|
3 |
2,107 |
2023-04-22, 23:30 |