304 lines
8.4 KiB
Text
304 lines
8.4 KiB
Text
1
|
|
00:00:00,000 --> 00:00:08,000
|
|
So in our project folder where our IFC file is, you probably noticed when we created our drawings and sheets
|
|
|
|
2
|
|
00:00:09,000 --> 00:00:15,000
|
|
that it created these three folders here. Sheets, layouts, and drawings.
|
|
|
|
3
|
|
00:00:16,000 --> 00:00:21,000
|
|
I just want to go through them so you get a sense of what's inside each one.
|
|
|
|
4
|
|
00:00:22,000 --> 00:00:26,000
|
|
So sheets, as you would imagine, you're going to have your sheets here.
|
|
|
|
5
|
|
00:00:26,000 --> 00:00:36,000
|
|
The SVGs contain the line work for both the title sheet and also the various drawings.
|
|
|
|
6
|
|
00:00:37,000 --> 00:00:45,000
|
|
Then the underlays are the shaded part of the drawing that corresponds to the line work here.
|
|
|
|
7
|
|
00:00:46,000 --> 00:00:48,000
|
|
So pretty self-explanatory.
|
|
|
|
8
|
|
00:00:48,000 --> 00:01:01,000
|
|
Layouts, this is where in Bonsai when you open up the layout in Inkscape to modify the location of the drawings on the sheet,
|
|
|
|
9
|
|
00:01:02,000 --> 00:01:05,000
|
|
these are the files you're essentially opening.
|
|
|
|
10
|
|
00:01:05,000 --> 00:01:15,000
|
|
Title blocks, here you can see that's just the default title block that came with Bonsai.
|
|
|
|
11
|
|
00:01:16,000 --> 00:01:24,000
|
|
Then assets here, only one asset is for the layouts, that's just the drawing title.
|
|
|
|
12
|
|
00:01:25,000 --> 00:01:29,000
|
|
You can see that's where the drawing name and the scale go.
|
|
|
|
13
|
|
00:01:29,000 --> 00:01:33,000
|
|
And then finally drawings.
|
|
|
|
14
|
|
00:01:34,000 --> 00:01:44,000
|
|
So again, similar to sheets, you're going to have SVG drawings that are the line work and then the raster underlay that goes with that line work.
|
|
|
|
15
|
|
00:01:45,000 --> 00:01:52,000
|
|
Cache you can ignore. Sometimes you have to, if there's an error or whatever with running the drawing,
|
|
|
|
16
|
|
00:01:52,000 --> 00:02:01,000
|
|
you might want to delete the corresponding files in there to rerun the drawing again, but usually you don't have to modify with cache.
|
|
|
|
17
|
|
00:02:02,000 --> 00:02:06,000
|
|
And so assets, this is the folder that you're going to use a lot.
|
|
|
|
18
|
|
00:02:07,000 --> 00:02:13,000
|
|
There's five files, default, markers, patterns, shading style, symbols.
|
|
|
|
19
|
|
00:02:13,000 --> 00:02:25,000
|
|
So default CSS is where you're going to change those rules to tell your line work what kind of color they want to be,
|
|
|
|
20
|
|
00:02:26,000 --> 00:02:32,000
|
|
what kind of dash pattern it wants to be, or what fill pattern you want.
|
|
|
|
21
|
|
00:02:33,000 --> 00:02:35,000
|
|
We can go into that detail here.
|
|
|
|
22
|
|
00:02:35,000 --> 00:02:44,000
|
|
Markers, that is where you'll have dimension tick marks or your grid markers.
|
|
|
|
23
|
|
00:02:45,000 --> 00:02:47,000
|
|
What are some other things?
|
|
|
|
24
|
|
00:02:48,000 --> 00:02:53,000
|
|
You know, diameter marker, stair marker, plan level marker.
|
|
|
|
25
|
|
00:02:54,000 --> 00:02:58,000
|
|
So you can modify the geometry of those things in that file.
|
|
|
|
26
|
|
00:02:58,000 --> 00:03:09,000
|
|
Patterns, as you imagine, like a concrete pattern or sand pattern or a wood pattern, you can apply those to our drawings.
|
|
|
|
27
|
|
00:03:10,000 --> 00:03:14,000
|
|
And that's how you set, how you change those and also how you add more to that.
|
|
|
|
28
|
|
00:03:15,000 --> 00:03:19,000
|
|
Shading styles, if you remember, that's where we save our drawing styles.
|
|
|
|
29
|
|
00:03:20,000 --> 00:03:29,000
|
|
So in the last couple videos, we created a new rendering drawing style and that's where that goes, saves it in there.
|
|
|
|
30
|
|
00:03:30,000 --> 00:03:32,000
|
|
And then finally, symbols.
|
|
|
|
31
|
|
00:03:33,000 --> 00:03:41,000
|
|
Symbols are going to be like a window tag or a space tag or an elevation tag, those various things.
|
|
|
|
32
|
|
00:03:41,000 --> 00:03:50,000
|
|
So don't get scared. I opened these five files I just talked about in a text editor.
|
|
|
|
33
|
|
00:03:51,000 --> 00:03:59,000
|
|
This text editor is just called VS Code, but there's thousands, it seems, of text readers and editors you can use.
|
|
|
|
34
|
|
00:04:00,000 --> 00:04:07,000
|
|
So this default CSS, you'll probably be in this file the most changing things.
|
|
|
|
35
|
|
00:04:08,000 --> 00:04:24,000
|
|
As I mentioned before, this is where you can designate what color your lines are, whether they're dashed lines, how thick they are, the fills of various outlines.
|
|
|
|
36
|
|
00:04:25,000 --> 00:04:30,000
|
|
So, for example, you can change your text. You can change that to red if you'd like.
|
|
|
|
37
|
|
00:04:30,000 --> 00:04:35,000
|
|
Your cut pattern, change that to a different color.
|
|
|
|
38
|
|
00:04:36,000 --> 00:04:44,000
|
|
So all these various things, I won't stay on a high level on that. We'll go into more detail or examples later.
|
|
|
|
39
|
|
00:04:45,000 --> 00:04:55,000
|
|
So markers here, again, like I told you, you can adjust your level marker, section marker in dimension end or start.
|
|
|
|
40
|
|
00:04:56,000 --> 00:05:04,000
|
|
Don't worry, you don't necessarily have to open this file to change these things. You can use Inkscape and I'll show you how to do that.
|
|
|
|
41
|
|
00:05:05,000 --> 00:05:10,000
|
|
Similar to patterns, let's see here, scroll up here.
|
|
|
|
42
|
|
00:05:11,000 --> 00:05:20,000
|
|
Again, with patterns file, you really have to open the text file to change it. You can use Inkscape, but this just gives you a sense of what's in there.
|
|
|
|
43
|
|
00:05:20,000 --> 00:05:29,000
|
|
You know, diagonal patterns, board patterns, cross hatch, earth pattern, glass, liquid.
|
|
|
|
44
|
|
00:05:30,000 --> 00:05:37,000
|
|
So on and on. Sand, wood. You can see sand has a lot of dots and lines in it.
|
|
|
|
45
|
|
00:05:38,000 --> 00:05:45,000
|
|
And I think there's, you know, concrete as well. So again, don't worry about editing that file in a text editor.
|
|
|
|
46
|
|
00:05:45,000 --> 00:05:51,000
|
|
Shading styles rarely ever do here. I don't usually have to touch this at all.
|
|
|
|
47
|
|
00:05:52,000 --> 00:05:55,000
|
|
Again, this is just where our drawing styles are saved.
|
|
|
|
48
|
|
00:05:56,000 --> 00:06:02,000
|
|
And finally, symbols. Again, you can use Inkscape to change this stuff, but just to give you a sense of what's in here.
|
|
|
|
49
|
|
00:06:03,000 --> 00:06:07,000
|
|
You know, circle tag, door tag, window tag, space tag, etc., etc.
|
|
|
|
50
|
|
00:06:07,000 --> 00:06:15,000
|
|
So I opened some of these files then in Inkscape here. The markers file, patterns file, and the symbols file.
|
|
|
|
51
|
|
00:06:16,000 --> 00:06:18,000
|
|
So I'll go to markers first.
|
|
|
|
52
|
|
00:06:19,000 --> 00:06:28,000
|
|
So when you open markers, the way that SVG file is formatted is that you won't see the geometry right away.
|
|
|
|
53
|
|
00:06:29,000 --> 00:06:33,000
|
|
You have to open this layers and objects tab here.
|
|
|
|
54
|
|
00:06:33,000 --> 00:06:40,000
|
|
It's under here. To see kind of the breakdown of what's in that file.
|
|
|
|
55
|
|
00:06:41,000 --> 00:06:54,000
|
|
And so if you ultimately want to modify that geometry in there, you have to click and drag it towards the end and pull it out of its little folder essentially.
|
|
|
|
56
|
|
00:06:55,000 --> 00:06:58,000
|
|
And so from here, you can do the modifications.
|
|
|
|
57
|
|
00:06:58,000 --> 00:07:03,000
|
|
You know, let's say it's a little more oblong like that.
|
|
|
|
58
|
|
00:07:04,000 --> 00:07:11,000
|
|
Once you're done, you drag it back in to the folder it came from.
|
|
|
|
59
|
|
00:07:12,000 --> 00:07:14,000
|
|
And then obviously save.
|
|
|
|
60
|
|
00:07:19,000 --> 00:07:23,000
|
|
And this all assumes you know how to use Inkscape. I'm not going to go into detail for that.
|
|
|
|
61
|
|
00:07:23,000 --> 00:07:36,000
|
|
So patterns are again unique in that you don't see any of the folders or the geometry.
|
|
|
|
62
|
|
00:07:37,000 --> 00:07:42,000
|
|
But you can. You have to open up another window to see that.
|
|
|
|
63
|
|
00:07:43,000 --> 00:07:46,000
|
|
It's the XML editor essentially.
|
|
|
|
64
|
|
00:07:46,000 --> 00:07:53,000
|
|
And it works kind of like the layers and objects, but just it gets another view basically of the structure.
|
|
|
|
65
|
|
00:07:54,000 --> 00:08:02,000
|
|
So in here again, you can see crosshatch, earth patterns, sand, concrete.
|
|
|
|
66
|
|
00:08:03,000 --> 00:08:07,000
|
|
So similarly, if you say you want to change the wood pattern.
|
|
|
|
67
|
|
00:08:08,000 --> 00:08:12,000
|
|
You open it, click on that path and drag it to the bottom.
|
|
|
|
68
|
|
00:08:13,000 --> 00:08:14,000
|
|
And you should be able to tell.
|
|
|
|
69
|
|
00:08:14,000 --> 00:08:19,000
|
|
So now you can change color, put more geometry in there, whatever.
|
|
|
|
70
|
|
00:08:20,000 --> 00:08:23,000
|
|
And when you're done, you drag it back into the wood pattern there.
|
|
|
|
71
|
|
00:08:24,000 --> 00:08:28,000
|
|
And yes, symbols.
|
|
|
|
72
|
|
00:08:29,000 --> 00:08:30,000
|
|
Symbols. Okay.
|
|
|
|
73
|
|
00:08:31,000 --> 00:08:36,000
|
|
Luckily, symbols, yes, you'll be able to see the geometry right away in the layers and objects here.
|
|
|
|
74
|
|
00:08:37,000 --> 00:08:39,000
|
|
You turn them all off.
|
|
|
|
75
|
|
00:08:40,000 --> 00:08:48,000
|
|
You know, section tag, space tag, window tag.
|
|
|
|
76
|
|
00:08:49,000 --> 00:08:58,000
|
|
So again, you can change the geometry, save it, and then they'll ultimately show up in your drawings when you run them.
|
|
|