Illustrator :: CS6 - Scaling Line Weight On Brushes
Feb 5, 2013
I'm using Illustrator CS6, and want to scale an object that has a brush applied to it without scaling the line weights in the brush. I've been able to somewhat do that by Expanding the object with the brush applied, but then of course it no longer has a brush applied to the object. Is it possible to scale an object without changing the stroke weights in the brush?
This is what I have now when I scale, the line weight of the brush scales when I scale the line weight of the line the brush is applied to:
What I want is to be able to scale the line weight of the line the brush is applied to, but not the line weight of the brush itself.
View 3 Replies
ADVERTISEMENT
Jul 29, 2013
Suddenly, I am no longer able to make a line .25pt or .5pt. I can go thicker but not thinner than 1pt. What gives? I'm working in CC.
View 2 Replies
View Related
Oct 10, 2013
When I select Align to Pixel Grid in the Transform Panel, I see line weight changes occur. I try to change the line weight in the either the Stroke or Appearance panel and it will not change, no layers locked, how to change the line weight?
View 8 Replies
View Related
Jul 7, 2013
For some reason I cannot create a line weight/stroke under 1pt in Illus CS6. I will select 0.5pt but the selection keeps defaulting back to 1pt. I deleted my preferences, but didn't work. How can I fix?
View 1 Replies
View Related
Jun 6, 2012
I am trying to create a script who could act as an Autocad plot (ie convert each color to black, with a different line weight).
Here is the first script I melted, who create my Black swatch
if ( app.documents.length > 0 ) {
var myDoc = app.activeDocument;
//add Black swatch
var newSwatch = app.activeDocument.swatches.add()
var newColor = new GrayColor();
newColor.gray = 100;
[Code] .........
And here is the second one, who replace one color by Black (it don't change the text, nor the lineweight yet…
if ( app.documents.length > 0 ) {
//test de dialogue
function csDialog() {
var fabGroup = app.activeDocument.swatchGroups.getByName('Fabrics');
var allFabs = fabGroup.getAllSwatches();
var fabNames = Array();
[Code] ........
View 2 Replies
View Related
Mar 8, 2012
How to change the Color, line type and Line weight for the Line using .Net.
View 9 Replies
View Related
Jul 6, 2013
I seem to be having trouble changing the lineweight of my profile line. I have changed the line weight in the layer properties, in the Profile properties and tried changed the line weight in the pen style. Everywhere I could think I try to make the line thicker but when I plot, the line is still the same and difficult to distinguish from the grid blocks of the profile view.
View 3 Replies
View Related
Oct 8, 2012
I am working with CS6 windows. I am having a problem when I made a brush, and add additional strokes to the same line.
Here is a pic of what is happening. You can see at the beginning of the arrow, there is a blue and pink link showing around the beginning of the arrow head. I added the pink and blue lines to the same line as the brush using the appearance tab.
Now if I add a dash to the the pink and blue lines, this is what happens... There is a little pink and blue line at the very tip of the arrow head. My dash options use for both the pink and blue lines.
My question is how to I get rid of this little line? What I am trying to do is.. use the black arrowhead on line with a stoke of 1 point black, and then under that have a 3 point stroke of white. In the image what is blue would be white, and what is pink would be black, and the arrowhead is correct as it is now. I had this same setup in CS4, and did not have that little line at the beginning.
here is my brush settings..
View 9 Replies
View Related
May 25, 2012
I've seen umpteen explanations of how to change lineweights in Revit.None of them address this simple thing I'm trying to do.
I just want to:
1. Create a few lilnestyles that appear along side the other line styles - for instance:
Thin Line, Medium Line, Thick Line, <<Really Thick Line, >> <<Absurdly Thick Line,>> etc, etc..
2. Draw a line
3. Click on the line
4. Select from a drop down list, "Absurdly Thick Line" and have it instantly inherit the linestyle I created.
The only way I can do this is to create a family, make a new subcategory of Detail Items, create the characteristics I want in the line, export it as a .dwg file, then import it into Revit - and then I see the new line style along side the other line styles, and I can then select any line and make it the new line style.
Certainly, there is an easy to find, simple, straightforward way to add line styles to the existing group - and have those new line styles become immediately accessible from the "Modify Lines" Linestyle Drop down Menu.
View 1 Replies
View Related
Apr 26, 2013
When i convert to Pdf the line weight is very board on the pdf, I have never had this before.
View 3 Replies
View Related
Nov 24, 2013
when i export my drawings to pdf and then print them them i am not seeings any line weight .
View 0 Replies
View Related
Oct 26, 2012
Why is it when I increase the lineweight, on the current layer, to a thicker lineweight from the default .25mm, it remains the same thickness/weight? I can change everything else, style, color, but not the weight. I need it to be a thick line, instead of the normal thin line.
View 3 Replies
View Related
Apr 24, 2012
I have been giving a drawing that I am unable to print dark enough with out my layers in some areas becoming way to thick and I was wondering if it is at all possible to select the whole drawing and just reset the line weights to a default setting with out having to go layer by layer.
View 2 Replies
View Related
Feb 21, 2013
change line weight on a xref, i have went into each xref and changed line weight but when i view in model space the line weight is still printing bold.
View 3 Replies
View Related
Jan 30, 2013
Is there a way to control weight of line for hatch?
I'm trying to make some style for number of areas and when I do hatch on a paper it's almost invisible because it's weight!
Tons of hatch patterns and they all useless!?
View 3 Replies
View Related
Oct 30, 2013
I also use SpaceClaim 3D.
Generated drawing and created dwg. file.
Drawing looks good in AutoCad LT on screen.
Print Preview shows very heavy lines for dimension lines.
Dimension layer shows "Default" line weight.
Both print preview and actual printing has very heavy line weights for Dimension lines.
Not sure what to do to correct.
View 8 Replies
View Related
May 24, 2012
Is there a way to export to pdf so that the lines match closer to the original drawing? I've tried using different pdf drivers, using trueview, exporting to a larger paper size (which improved output, but still not good enough). I know there has got to be a setting to increase the rasterization quality but the obvious ones don't work.
The firest image is an example section of the exported pdf and the second image is what it looks like opened in autocad.
View 1 Replies
View Related
May 12, 2012
I am aware some users like their lines very sharp and neat in the layout and make the line weight appear in the printing process.
However, I am wondering if I can see the the lines weight applied while drawing in AutoCAD. Is just I believe it will give a better "print preview" as I am working. It will be very annoying to keep going back to print layout to "hummm... How does the line look?"
PS: Yes, I know how to change the line weight.
View 5 Replies
View Related
Feb 13, 2012
I accidentally changed the line weight halfway through my drawing, and many of the lines are printing fat! I know about displaying them on screen, that is not my issue. The fatter lines are not specific to any layers, so in the layer dialogue box all line weights are listed as default. How can I change the lightweights after the fact, without redrawing the whole thing. Also, any line that I add to the drawing is still fat. I am using 2012 Autocad.
View 5 Replies
View Related
May 16, 2013
Is it possible to have a line weight for the core of the wall that is different from the finish lines ! I mean assigning a different line weight for every component of the wall .
View 4 Replies
View Related
Jul 15, 2010
I'd like to build a new wall type that displays with a different line weight than is set in the Cut Line Weight for the Wall objects.
I've been using object overrides to do this, but I'd like to have a wall style the pervasively dispays with a different cut weight than the rest of the walls. So it would have a different weight when cut in section as well.
View 6 Replies
View Related
Oct 22, 2012
In a sketch block how do you change the line weight..i tried through Block Editor but cannot change...lineweight is currently 0.25mm but i want to change to .70mm..
View 2 Replies
View Related
Feb 14, 2012
When dimensioning views on idw my line weights disappear on the view I am dimensioning. The Display Line Weights check box stays checked during this.
The only way to get them to display correctly is to select a line in the view and right click select properties and hit OK.
System:
Inventor 2012 Professional SP1
Dell Precision 3500 Intel Xeon W3565 @ 3.20 GHz
12 GB Triple-Channel Memory
AMD/ATI FirePro V7900 2 GB video card
View 6 Replies
View Related
Dec 21, 2002
I've been working on a floor plan after which I wanted to mark the border of a particular area. So, I drew a polyline surrounding the space and used a 2 (inch?) lineweight. It appeared on my screen to be very thick so that was great. The problem is I can't seem to draw any other polyline without seeing this big thick line on my screen - even if the linewieght is set to something thinner. It still "shows up" huge. It's like my viewing setting is frozen to only show polylines real big.
View 2 Replies
View Related
Oct 21, 2012
I have a block in which the line weight is 0.20mm...how do i change the block lines weight to 0.50mm & 0.75mm.
View 1 Replies
View Related
Oct 9, 2013
How can I change this :
Unselected - Selected
Can I make this line a bit thinner ?
It's a kind of highlight but makes the table unreadable.
View 9 Replies
View Related
Nov 16, 2013
I am trying to change the line weight on an ipt file saving to a jpg format.
I am creating operations manuals and line weight and pixalation is unacceptable.
View 4 Replies
View Related
May 14, 2012
When I'm copying a drawing from one dwg and pasting onto a new one the line weight or sizes are changing for some reason and when printing in A3 the drawing loses it's sharpness.
The strange thing is that when i look at the properties the line size and weight still appear to the same .
View 8 Replies
View Related
Apr 28, 2011
We have a few drawings where the line weights between paper space and model space vary on plots.i.e a line on Layer 1 in model space plots heavier/darker than a line on Layer 1 in paper space.
View 8 Replies
View Related
Apr 19, 2011
I'm doing some building drawings for Uni using AutoCAD 2010 and what is the best way (and process) to set line weights and types (dash, dot) for printing. What I’m currently doing doesn’t seem to be working and seems a bit inefficient.
The way I am doing it at the moment is that I have put all the various drawing elements on different layers with varying colours. I am then going through each layer in the layers dialog box and setting the line weight and line type as required.When in paper space or plotted the lines all come out solid/continuous and with same weight. (Note: I have used LTSCALE so that the dashes are viewable in model space). So here are the questions: Does the line weight and line type you set in the layer properties equal what should be printed? At the moment it does not for me. It is best to create all your layers and individually edit each layer for line weight and type, or is there a quicker way to assign line properties? I think I read that you could assign different properties to colours, but not sure what this means.
View 1 Replies
View Related
Oct 11, 2012
Is there a larger line weight then the 2.11mm or is this the largest
View 3 Replies
View Related