Essentially, I have an odd shape that I fill in with a hatching. SOMETIMES, it will give me the area in the properties window (or when I use the list command). but other times, it will not give me the area.
I just hatched 4 different (but same general shape) areas, and on 3 of them CAD was able to compute the area, but not the 4th hatched area.
I created all 4 hatches using the exact same steps, so I'm not sure what I could be doing wrong. The CAD Tech at the office cant seem to figure it out either .
I have a hatched region that clearly has an area, however the geometry properties indicate that there is no area associated. This a a complex region with many PI's. I really don't want to recreate this area.
Is there any way I can create a boundary around the hatch lines?
im trying to hatch a area inside a box but every time i try it says that there are gaps but they are within tolerance and give me OK or NO
if i select OK it hatches one i want and one beside it and the boundary it creates is all messed up if i select NO nothing happens
ive tried to find out how to identify the gaps and ill ive found is to look for the red circles.. mine dont seem to display is there anyway to turn them on? or another way to show the gaps i have so i can close them i always draw with snap on
I'm having a problem here with hatching in AutoCAD 2000. The existing hatch patterns doesn't fulfill my needs and I need something more specific to hatch a cobble stone area. In my aCAD hatch patterns there's not a good hatch for it and I looked that I can do my own pattern using Notepad etc. but unfortunately I don't have a time to do that.
So, my question is: Is there any simple ways to create your own hatch patterns for example like in Microstation where it is very easy to do. There is an option that I can use cells (blocks in ACAD) as hatch patterns.
Or can I maybe download a custom *.pat file from somewhere and use it?
Not sure if this is possible, but a coworker said he remembers doing something like this. I want to hatch an area that has been rotated. But without knowing what the angle, is it possible to hatch the rotated area so the hatch is orthogonal? I've attached a pdf to show what I want.
When I was using AutoCad 2010 I could HATCH within a cube, circle or within any object that was joined together even if it had text in it would HATCH within the boundaries of the area to be hatched. Now that I use AutoCad 2013 this option does not work as if there is text in the object only a partial area will become hatched. This means I have to MOVE the cube or whatever shape to a place where there is no text inside it, HATCH and then move it back to where I wanted it in the first place.
Basically for example (to make this easy to understand) I've got 4 squares with hatches inside and im trying to select one single hatched area in one of the squares (and delete it). But upon selecting it it's selecting the hatches in the other 3 squares (as they were added at the same time). I've carried out a few searches in google etc and experimented with "pickstyle" but with no avail, also I've looked at groups but there are none in the drawing(so I can't ungroup).
I can do it (which I've just realised) by deselecting the boundaries in "edit hatch" but just wondered if there was a quicker way?
I need to add a hatch fill polyline area but leave the text island out. What I did is put put Polyline ID and Text island ID into an ObjectIDCollection. The code doesn't throw any error but I can't see the hatch.
Public Function AutoCADAddHatch(ByRef newAddedHatch As Hatch, ByRef HatchElementIDs As ObjectIdCollection, ByVal HatchColour As Autodesk.AutoCAD.Colors.Color, _ ByVal HatchLayerName As String, Optional ByVal PatternName As String = "SOLID", Optional ByRef strError As String = "") As Boolean Dim db As Database = acApp.DocumentManager.MdiActiveDocument.Database
Hatch objects: Note To access this property, use the IAcadHatch2 interface.How can I access the Object.Area of an AutoCAD hatch. AutoCAD 2006 has properties that can be assigned to Fields so why can't I find the object att- area in any lisp vars?
Is it possible to fill an area with hatch patterns in a feature sketch (ipt sketch), not in idw sketch?
I want to show a safety screen (wire mesh) in a 3D model, in order to reduce the file size, I do not want to do solid wire mesh in the model, but the sketch only. I was drawing one by one line and make a hatch cross lines in the sketch, it took me lots of time to draw these lines.
I've been trying to calculate large areas using fills but I keep encountering a problem with some of the hatches not showing an area and thus ruining my calculation. I've found out that I can correct it by removing certain crossing point between lines as is shown below in my screenshots. Is there any reason this is causing a particular problem and can I avoid it to save me having to go back over my hatches checking for these malformed hatches?
I work with maps, and i hatched a area, with a irregular shape, now i want to know this area, how can i proceed?? I already selected all area and clicked on properties to see Geometry information, acumulative... Did the List Comand.. and nothing.
i have problem with hatch,if i delete any lines from related hatch protion object area, my all related hatch object erased.pls guide me how to solve problem.
I have several days of experience with Autocad 2010... The problem: I have many (a lot) polylines in my 2D drawing that are adjacent to each other, but not joined. What is a good way of joining them, so that those that "touch" each other become one? Maybe I can hatch the area, then delete polylines and then reconstruct the boundary?
We have 1 machine in the office that when using super hatch it will not "hatch" the entire area as one hatch, it breaks it into separate image based pieces. The rest of the office, it hatches as one entity so it can be changed easily. Even if we use the group command, it will not group them.
I´m trying to plot a picture with a hatch marking a area on the picture. I´m making a overview of the picture with the hatched area on it at scale 1:10000. And then i make smaller plots in scale 1:5000.
My problem is that depending on the scale the color changes (it´s darker in 1:10000).
How does one determine if the version of AutoCAD that is installed ( 2012 mechanical in this case ) is an x32 or x64 bit installation. Normally I would just look to see if it was installed under Program Files or Program Files ( x86 ) but it is located on D: drive under another folder so I don't have that option.
Not sure if this is something I'm able to do in Inventor...
I have a "damper", it's more or less a diesel exhaust flapper type vent, that hangs upside down and is held in the horizontal/closed position by a counterweight.
Typically we would experiment in the shop with the counterweight quantity and the length of the arm required to get the proper operation of the damper/flapper in respect to the air/exhaust flow.
Since we know the axis along the shaft for the flapper and the weight of the flapper and it's bracket on the arm...is there a way to figure this out in Inventor? Obviously it still may need to be dialed in/tweaked...but I'm not sure if it's even possible.
Inventor 2014 Windows 7 Pro SP1 Intel(R) Core(TM) i7-3770k CPU @ 3.50GHz 16GB RAM NVIDIA Quadro 4000 3D Connexion SpaceMouse Pro
I have written some code that draws a graph. The graph starts at the 0,0 default of AutoCad Model Space and goes +X and +/-Y. I want to redraw the labels along the X axis every time the Zoom is changed by the user, to change the text height and density of the labels. I need to know the the current Zoom in relation to the actual extents of the graph. Ideally I would like to redraw the text as a result of the "zoom event" I don't know if there is such a thing or not.
I wish to determine the angle between two lines (that meet). I know how to do this manually, although does AutoCAD have a built in command similar the DI command maybe, or a LISP?
I need determining the scale of a drawing I got from the internet in ratio form. the drawing itself has a little scale bar in the corner, however, since i do not know the measurements of the actual structure i have no reference point and therefore cannot figure out the scale in ratios.
I read on here that you can use general reference point such as the average dimensions of a door/window ceiling etc. but the drawing is a longitudinal section of a church, namely, Temppeliaukio kirkko, which has no 'standard' dimensions.
I need this drawing in 1:100 longitudinal section.jpg
I am looking to find out if the is a way of generating a stage storage table or volume table showing only the volume in the pond from the lowest intersecting existing ground contour to the top of the pond (to determine what would spill out of the pond in case of a berm failure) and if Civil 3D could make the determination of where that intersecting point is.
how do I go about determining the drawing units that are being used in a drawing? I want to be able to determine whether the units are set to feet, inches, millimetres, metres etc but can't fathom how to get this info using lisp.
Is there a command to determine if multiple connective arcs are tangent to one another? It is necessary with some of our CNC equipment that the closed shapes must consist of lines and arcs that are connective and tangent to one another to function properly.
I've got a persisitant problem with the publishing feature in autocad. I know how to set up bulk print of drawings using publish.
However the drawings are a mixed lot (some in paper some in layout). Is there a way to determine the state of the drawing without opening each one. In my case there is thousands of drawings and of course i do not have the manpower to inspect each one.