I am drawing pipiing Iso's. I have a bunch of iso blocks that are drawn on layer "0". At each end of the iso, I have the last few pieces on a layer that has a thin line weight and a hidden dashed line. The blocks are are changing color wih the layer change, but not showing the line type of that layer. Lines and circles of the same size are showing the hidden dashes. (scale is good)
Also, I clicked on the block and try to change the ltscale in the property box it gives me the calculator but won't let me apply any changes. How to get my blocks to dash?
I am using AutoCAD LT 2013 to create figures (drawings) to be published. So I need the text within my figures to adhear to our publishing conventions. This means I need to be able to insert an 'en dash' (a dash that is slightly longer than a hyphen).
En dash (–) Hyphen (-)
Draw text box, click on symbol option, select 'other' and insert through the character map.However it still only inserts a hyphen.
how to actually make this work, it is quite a large stumbling block and will create a huge amount of extra work if I am unable to do this in AutoCAD. It seems like a very basic text requirement.
What would be the easiest way to create a 3-dash line for a drawing?
I have a user with a need for a 3-dash line. Like a phantom line but with 3 dashes.
I know how to edit the pen-up, pen-down settings in a .lin file. But then what would be the best way to handle the new line when it is sent to the client? Would I need to create a custom line file and sent it with the .dwg files or could I edit the acad.lin file? Would the receiver run into problems with missing linetypes?
Had this drawing sent to me , and I always like to show the lighting switch lines dashed, but the guy who did this drawing had all his lines solid, anyways I have tried to change them but no matter what line i choice non of them show up as dashed in paper space or when printed?
I have added just part of the drawing as it was to big for the whole drawing to upload here
lts.jpg what is the LTS scale factor or value to set at for paper space scale 1/8"=1'?, the hidden lines show on Model space but one paper space they show as continious lines, this is not the first time that i came across this issue. (note: when i typed LTS in CAD it said ENTER NEW Lts scale factor <240>
I would like to have two fields in the iproperties and then concatenate them together. Lets say one is the the w.o. or project number and the other is the drawing number. I would like to have a third iproperty that concatenates them together seperated with a dash (EX. 200970-301).
Many is the time that I need to have hidden, or dashed lines added to a drawing. I do this by putting LTYPE in the command line then loading the dash or hidden line that I want. The problem is that long after I have done this, I get a dashed line on any line that I attempt to draw. Even if I dimension something, the arrows and lines are also dashed lines. I go back into Modify Properties and LTYPE and attempt to delete the line types that I have added and I am not allowed to delete them.
I can not get certain linetypes to start with the same dash length, see attached. The linetype will start with a longer dash then the stated length, depending on the length of the pline segment. Is there a way to fix this?
Here is the code for one of the linetypes highlighted:
how can i do dash dot line in photoshop in ANY angle ?
line like ". ... . ... . ..." - i can do that in horizontal or vertical by filling the selection but if i want it in some weird angle i just cant find a way. stroking a path doesnt seem to help. and also, i dont want to rotate the horizontal line that i can do cos its not so sharp then. i need it completely sharp. something like patterned line... is there such thing or work around on this ?
Does anybody know how to make a dash line in Photoshop (I have CS2)? I've already read something about creating a custom pattern and then stroke a path with it. But is there any simplier (and more accurate) way- for example some brush setting?
Is there a way to draw a dash line that follows the curve in Photoshop (See image)? I know how to make a dotted line, but not a dash line, in photoshop.
Is there any easy way in Photoshop CS3 or later Extended to create "dotted or Dask" rectangles? I am talking about the border of the rectangle to be "dotted or dash" line rather usual line? If there is any Action script (free) that will be fanatic.
When I preserve the dash like this The first dash doesn't start at the beginning of the path...
So I looked up how to reverse the path and found this [URL] but my object options don't have the "reverse path" option
EDIT: I just realized that changing the direction of the path wouldn't work because it would mess up when it's too close to another path (although I still would like to know how to flip the direction regardless).
(defun CELBLKS ( / e blk ss blkl) (setq blkl "" ss (ssadd)) (while (setq e (entsel "
[Code]....
i have this lsp, it works great but how can modify it if i want select with a window.? exemple: if i have 3 differentes blocks, i want to select them with windows and the lisp select all blocks that are identical of those 3.?
We have a new title block which now contains various fields to automatically populate the drawing number, number of sheets, issue etc. The problem we have is when we go to zoom all or extents on a layout tab it moves the layout to the right each time. If we only have one layout or we use a plain title block i.e. with no fields, the zoom works fine (layout stays put in the center). This is also true if we directly insert a field onto the layout - again no problems.
The cause of the problem only happens when a block containing a field is inserted onto the paper space of a layout and,there are multiple layouts containing blocks with fields.
How do I manipulate a height parameter all of the dynamic blocks in the drawing from one single field? Say a field located in the drawing properties or on the drawing itself.
For example: Multiple blocks of different walls of same height with other blocks of things on located on those walls, dependant on the wall height, all linked to and changed by a single field. Possibly a Wall Height field located in the custom tab of the drawing properties.
I can pickout each of the blocks and change them at the same time in properites menu because they all share the same parameter name. I would just like to have that height parameter of every block in the drawing, that has that specific parameter controled by a single field. Which I could enter a new height at anytime that would change every block in the drawing to that height.
We used a bespoke program to convert our drawings to Java applets for web usage. This does not cope with dynamic blocks at present and we have started to receive drawings from our clients using them.
I need to replace this with standard static blocks based on one of two criteria. Either:
1) Replace based on visibility state (have generic chair block with multiple different chair types set by visibility type, need to replace depending on which type it is set as)
2) Replace based on parameter (have table with size set by dimensions, need to replace with static block for each dimension)
I have over 100 blocks that I need to add the exact same objects and visibility state to. Is there a way to globally make this change, or even to copy the visibility states from one block to the next without having to recreate the states in each block? I thought I had previously run across a routine on here that would make changes to multiple blocks at once, but I can't seem to find it now.
I have a project in 3D that I would like to export to Stadd. This requires lines rather than blocks. Is is possible to convert the blocks in the attached dwg file to to lines that are centered on those blocks?
The AttSync command does what it advertises fairly well. My problem is that I have thousands of small blocks in a single drawing. (My current drawing has 2100 block references with four attributes in each one.) I may change the attribute values in a few of them and need to re-sync the attribute locations. When I run AttSync it updates every single block insertion. One of two things are desired:
1)Flag each block insertion as having been sync'ed, reducing the number of objects requiring synchronization when AttSync is called again. Provide a way to force all to be sync'ed.
2)Allow a selection set in the AttSync command after selecting the block to sync.
Either or both of these would a great time-saver for those of us with large numbers of blocks with attributes.
I built a building foundation for a grading plan and I have another building that is the exact mirror of it. I have tried to mirror it. Didn't work. I created a block of the feature lines and inserted it with a -1 x value but I can't explode it. I tried the regular explode and xplode. Neither worked. I can use the the block to draw feature lines over but it just seems so much easier if I could figure out how to explode the block.
I have the same block repeated multiple times in a drawing, and I want to delete the last attribute in all of the specific blocks. When I edit the block in block editor, the attributes do not show up. After I explode the block, there is no text. The attached image shows the properties of the block.
I am trying to update blocks for a client. Each block has a line of text with the block name in it. I would like to automate these with a field so that if the block name changes or a new block is created from that one, then the field would update as well. I am running AutoCAD LT 2012 currently.
I wish to have a single dimension alter the dimensions in a set of nested blocks, similar to shared parameters in Revit. For example, I have a circle that has a fixed diameter that I wish to control in all blocks. I have set the diameter to barDia so now I wish to manipulate the dimension from outside the block.
Am I able to share the parameter across all the blocks?
I was trying to alter the standard blocks on the tool palette. How I messed everything up but I basically have two huge problems now.
1. I am missing the necessary default blocks that should be under my edit block directory.....all the Aecb files. 2. Now when I try and put in a receptacle or any other standard block a triangle with an exclamation point shows up upon insertion.
I attached a picture of the "edit block definition" and the troubled symbols.