Dave R.,
I understand why in the SU file there are different shades of gray according to the light source.
I was just wondering why the PDF doesn't duplicate the colors that are in the SU model.
Dave R.,
I understand why in the SU file there are different shades of gray according to the light source.
I was just wondering why the PDF doesn't duplicate the colors that are in the SU model.
[quote="Dave R"]If you're going to make your PDF exports from SketchUp instead of LayOut you might as well skip the textures and just use colors.
But, why do the side walls change color? They are not textures but rather increments of gray.
Why do the colors change when I export to PDF?
In the SU model:
The walls of the Top View & the Side View are R:245 G:245 B:245
In the PDF output (File/Export/2D Graphic/Save as type PDF):
The walls of the Top View are R:171 G:171 B:171????
The walls of the Side View are R:245 G:245 B:245
I have to do hundreds of these diagrams, so I prefer not to have to use LO every time.
Thank you, Rich.
I didn't realize that clicking my profile name in the upper right corner would open the "User Control Panel".
How does one find saved bookmarks?
Board index > User Control Panel* > Manage bookmarks**
I can't find "User Control Panel" to open "Manage Bookmarks".
Dave R and box,
Thank you for your helpful suggestions.
Select the components, open Windows>Ruby Console, paste this one-liner and press enter.
Sketchup.active_model.selection.grep(Sketchup;;ComponentInstance).each{|ci|
ci.transform! Geom;;Transformation.translation([0,0,-ci.transformation.origin.z])
}
This will put all selected components on the XY plane.[/quote]
sdmitch, thank you. Just what I needed. Just have to be careful to copy and paste the whole thing, even the last } which is on the bottom line.
Dave R.,
Thank you. I just had to read the instructions from the developer:
Dotted Line for SketchUp
How to use
Download and install the lastest version
Select edges (only) in SketchUp
Right-click on the selection and click Replace by dotted lines...
Edit the properties and click "Ok"
It was installed and I didn't even realize it.
I wish to install an Extension.
The instructions are: SketchUp Preferences. Pick Extensions. Then Install Extensions.
In my menu of SketchUp Preferences, there is no option "Extensions" (see attached).
The installed Extension appears in the Extension Manager but not in the menu Extensions.
May I ask for your assistance?
@tig said:
If it's only a few instances, then there's a simple manual fix...
Use a Style showing end-points - so you can see them!
Use the Move tool with nothing preselected.
Pick the end of the split line and move it to the end of its cousin.
You can move a vertex if nothing else is selected - otherwise the Move tool assumes you want to move the selected objects !
You now have one line where there were two...
Obviously if there are lots of split lines a script is more efficient...
Thank you, TIG.
Can one export all of the scenes toPDF at once?
@jean lemire said:
In animation settings, disable scene transition and set the scene delay to 0.
In Menu File --> Export --> Animation choose JPG in the file type pulldown list.
When you will click on Export, one JPG will be created for each scene.
Brilliant, Jean Lemire.
Can one export them as PDFs?
Can one make one object have an "x-ray" face and another object have a "shaded" face in the same model/scene?
How can one make the shading lighter in the SU file?
For example, to change the lightness from K:54 to K:20 and from K:32 to K:10?
Box, I'm sorry my question wasn't clear.
I would like to make the men in the SKP file without any lines or shading - just one solid color as in the JPG.
Box, thanks for replying.
Sorry, I don't quite understand what you suggested.