Creating a "table" to show what colors mean
- CarrieIves
- Posts: 163
- Joined: Fri Mar 19, 2021 11:19 am
- Location: Richardson, TX
- x 376
- x 136
Creating a "table" to show what colors mean
We use color to show where different surface finishes or textures are applied on injection molded parts. We have been creating a table, adding sketched boxes slightly inset, adding solid hatch, and changing the hatch color. The image below shows what this looks like on from one of our drawings. We place a shaded color view on the drawing near the table. We can export the STEP with color.
If we then need to copy this to a similar drawing, the table copies and the sketches will copy, sometimes we get the hatch to copy. The hatch doesn't come in the right color.
Today I made what appears to be a table (with sketch lines) and notes to make a similar appearing table. I created this in an empty view. I found that I can copy the whole view to a new drawing and the colors tag along.
Is it possible to save this drawing view to my library like a library feature? It looks like it is trying, but doesn't appear to save?
Would you make this into a block?
We may want to add or remove lines which is why I am reluctant to make it into a block.
Or, I could just have a drawing that we all know to go to and copy this view from.
What are your recommendations? We have only 5 MEs in our local group, but may be adding two more from another division of our company.
If we then need to copy this to a similar drawing, the table copies and the sketches will copy, sometimes we get the hatch to copy. The hatch doesn't come in the right color.
Today I made what appears to be a table (with sketch lines) and notes to make a similar appearing table. I created this in an empty view. I found that I can copy the whole view to a new drawing and the colors tag along.
Is it possible to save this drawing view to my library like a library feature? It looks like it is trying, but doesn't appear to save?
Would you make this into a block?
We may want to add or remove lines which is why I am reluctant to make it into a block.
Or, I could just have a drawing that we all know to go to and copy this view from.
What are your recommendations? We have only 5 MEs in our local group, but may be adding two more from another division of our company.
If you don't mind the color not being absolutely continuous, you could use this table. It just uses the character █ in a colored font.
Go to full postRe: Creating a "table" to show what colors mean
If you don't mind the color not being absolutely continuous, you could use this table. It just uses the character █ in a colored font.
- Attachments
-
- ColorTbl.zip
- (1.45 KiB) Downloaded 32 times
- Glenn Schroeder
- Posts: 1518
- Joined: Mon Mar 08, 2021 11:43 am
- Location: southeast Texas
- x 1754
- x 2126
Re: Creating a "table" to show what colors mean
Hello Carrie,
Does it have to be a block of color, or can you indicate the colors a different way?
Does it have to be a block of color, or can you indicate the colors a different way?
"On the days when I keep my gratitude higher than my expectations, well, I have really good days."
Ray Wylie Hubbard in his song "Mother Blues"
Ray Wylie Hubbard in his song "Mother Blues"
Re: Creating a "table" to show what colors mean
Alternately, if you hate the space between the characters you can add a custom symbol to your gtol.sym file to create a solid block that can go anywhere you type text. The code for a solid block that's 10 characters wide is:
*BL,Solid Block
A,POLY 0,0,10,0,10,1
A,POLY 0,0,10,1,0,1
The main downside of this one is that symbols only live in the gtol.sym file. If someone opens the SW drawing file on a computer that doesn't have that symbol in the file, it will be replaced by <CUS-BL> (with "CUS" being replaced by whatever category you paste the block above into). Of course, replacing "10" above with any other number will change the width of the block.
Here's what that looks like in a note:
*BL,Solid Block
A,POLY 0,0,10,0,10,1
A,POLY 0,0,10,1,0,1
The main downside of this one is that symbols only live in the gtol.sym file. If someone opens the SW drawing file on a computer that doesn't have that symbol in the file, it will be replaced by <CUS-BL> (with "CUS" being replaced by whatever category you paste the block above into). Of course, replacing "10" above with any other number will change the width of the block.
Here's what that looks like in a note:
- CarrieIves
- Posts: 163
- Joined: Fri Mar 19, 2021 11:19 am
- Location: Richardson, TX
- x 376
- x 136
Re: Creating a "table" to show what colors mean
@josh Your ColorTBl.sldtbt is exactly what we need. The characters all run together on my screen and in our PDF and look like a solid block.
Thank you.
Thank you.
- AlexLachance
- Posts: 2174
- Joined: Thu Mar 11, 2021 8:14 am
- Location: Quebec
- x 2353
- x 2008
Re: Creating a "table" to show what colors mean
This is how we did it
TEXT - LINE SEGMENT (with thickness and color assigned) is how we did it.
TEXT - LINE SEGMENT (with thickness and color assigned) is how we did it.
Re: Creating a "table" to show what colors mean
AlexLachance wrote: ↑Thu Jun 13, 2024 11:51 am This is how we did it
TEXT - LINE SEGMENT (with thickness and color assigned) is how we did it.
Brick walls are there for a reason. The brick walls aren't there to keep us out. The brick walls are there to show us how badly we want things.
- - -Randy Pausch
- - -Randy Pausch
- AlexLachance
- Posts: 2174
- Joined: Thu Mar 11, 2021 8:14 am
- Location: Quebec
- x 2353
- x 2008
Re: Creating a "table" to show what colors mean
As someone who is red/green colorblind, the solid block is much easier for me to identify.Glenn Schroeder wrote: ↑Thu Jun 13, 2024 8:31 am Hello Carrie,
Does it have to be a block of color, or can you indicate the colors a different way?
image.png
-
I may not have gone where I intended to go, but I think I have ended up where I needed to be. -Douglas Adams
I may not have gone where I intended to go, but I think I have ended up where I needed to be. -Douglas Adams
- AlexLachance
- Posts: 2174
- Joined: Thu Mar 11, 2021 8:14 am
- Location: Quebec
- x 2353
- x 2008