AutoCAD VB :: Change Hatch Pattern From Solid Into ANSI31 With Selection Set?

Oct 25, 2012

I have several objects in a drawing. These objects are placed on a layer: "Layerhatch". These objects all have a hatch pattern: "solid". Now I want with vba that the pattern of this objects change from "solid"into "ANSI31". (For example with a button).

I have tried this with a adadselectionset but it doesn't work.

Private Sub CommandButton1_Click() Dim tSelSet As AcadSelectionSet Set tSelSet = getSelSetByLayer("Layerhatch") If tSelSet Is Nothing Then MsgBox ("No Selectionset") ElseIf tSelSet.Count = 0 Then MsgBox ("No objects found on Layer "Layerhatch") Else

[Code]....

View 6 Replies


ADVERTISEMENT

AutoCad 2D :: How To Change Default Hatch From ANSI31 To Solid

Jul 26, 2011

I was just wondering if there was a way to change the default hatch from ANSI31 to Solid or something else?

View 5 Replies View Related

AutoCad 2D :: How To Change Default Hatch Pattern From ANSI31

Mar 5, 2008

Is there any way to change the default hatch patern from ANSI31?

the default hatch is WAY too small for sitework & tends to bog things down if you forget to set the hatch pattern first.

I tried HPNAME but that seems to be session dependent & doesn't work if set in the default template.

I'm about >< this far from just editing the ANSI31 definition - I know this is NOT a good idea but I hate having things freeze up whenever I forget to set the hatch pattern & hatch a 20' wide X 1000" long firelane with ANSI31 at scale 1.

View 9 Replies View Related

AutoCad :: Change Hatch From ANSI31 To GRAVEL Some Of Hatch Shows Outside Boundary

Aug 24, 2011

I have a hatch (ANSI31) enclosed by a closed polyline. Whenever I change the hatch from ANSI31 to GRAVEL some of the hatch shows up outside the boundary. The Polyline consists of both arcs and line segments, and the hatching errors are occurring within the radius of the arc segments. Changing it from Associative to Non Associative makes no change.

I am using AutoCAD 2011.

View 9 Replies View Related

AutoCAD 2013 :: Print Hatch With Solid As Pattern With Transparency

Apr 24, 2013

I have a Hatch in my drawing with Pattern as Solid on the top of an image. I made it transparent and it looks really nice in my screen, but as soon as I print either in PDF or hard copy the transparency feature disappear. How is possible to print my Hatch -with Solid as Pattern- with the transparency active either in PDF and hard copy?

View 3 Replies View Related

AutoCAD 2013 :: Solid Hatch Selection - Select Group Of Item

Apr 30, 2013

I have a problem with selecting a solid hatch in autocad 2014 or 2012. from some reason when I click in random place on top of the hatch it always select it self even if it's not highlighted. It causes a problem when i need to select group of item which are on top of the hatch with the selection box. I did not have this problem in previous version. i also find it very strange that in different drawing in the same autocad version that problem do not exist. is there any variable to be set to solve that issue?

View 1 Replies View Related

AutoCad :: How To Change Scale To Get Totally Different Hatch Pattern

Oct 13, 2011

I am running Civil 3D 2010. I have hatch a bunch of areas with the gravel pattern hatch. However, they are at different scales. When I try to change the scale I get a totally different hatch pattern. I have attached a screen shot showing my problem. Hatch picture.pdf

View 3 Replies View Related

AutoCAD .NET :: Change Hatch Size (not Pattern Scale Or Space)

Nov 18, 2011

I need to change the hatch size (not the pattern scale or space, juste the hatch size).

Exemple : I have a circle, and a hatch inside the circle. The radius of the circle is 10, so the radius of the hatch is 10 too.

What i want to do is to make the hatch smaller (or bigger) like this : Circle radius : 10, Hatch Radius 5 (or 15).

My first idea was to recreate a new circle with radius 5, and a new hatch inside and then erase the second circle. It works, but not very effective in my case.

So, it's why i came here to ask if there is any solutions to make this faster, easier, without having to recrate another hatch, another circle...

View 1 Replies View Related

AutoCad 2D :: Can't Change Hatch Pattern Scale Prior To Hatching Object

Oct 5, 2011

For some reason I can't change the hatch pattern scale prior to hatching an object although after placing the hatch I can. The procedure I am using is as follows in LT2011. Select hatch, set the hatch style, over type the scale say to 100, click inside the area to hatch. Immediately the hatch pattern scale sets itself back to 1 I then have to type 100 back in and then the hatching will be set.

View 0 Replies View Related

AutoCAD Inventor :: ILogic Snippet - Change Hatch Pattern In Section Of Specific Material In IDW

Dec 13, 2012

I am completely new to ilogic but would like to make a rule in my idw file that change the hatch pattern in a section of a specific material.

Short Version:

I have an aluminum extrusion part. Material is set to Aluminum-6061. In any section view of this part I want the hatch to be ANSI 31 with a rotation of 45 degrees and a scale of .02 How do I do this?

View 1 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Automatically Pick Up All Hatch And Solid Hatch Patterns

Aug 6, 2008

I am in need of a lisp routine which will automatically pick up all hatch and solid hatch patterns within a drawing and change the colour to colour 254.

View 9 Replies View Related

AutoCAD 2013 :: Hatching Looking Solid But Its Not A Solid Pattern

Dec 13, 2012

i am having a hatching issue, it seems no matter what hatch pattern i use and what hatch scale, alot of the hatch looks solid instead of the pattern i want, for example i am using currently ANSI37 @ Annotative with a scale of .20 and on the same paperspace page one plan with the hatch shows the cross hatching and the other one below looks solid (see attached) now i can go and say change the hatch scale and it reverts to the cross hatching, but then when i zoom out it goes back to "solid" is it a graphical issue?

View 7 Replies View Related

AutoCAD Inventor :: Make Solid / Change Parameter Of Solid

Nov 18, 2012

I am making a design on inventor 2013 for a colleague who does not know how to use the inventor.

I want to make the solid and then set something up that allows the user to change a few of the parameters of the solid in a very user friendly way (i.e. a box that says "cylinder radius" and has an input box so the user can enter a value).

View 9 Replies View Related

AutoCad :: Getting A New Hatch Pattern

Dec 8, 2011

I recently downloaded new hatch pattern that were not in the AtoCAD hatch list and I really need..step to install them to the hatch list so AutoCAD can recognize them?

View 5 Replies View Related

AutoCAD LT :: Add Hatch Pattern?

Feb 15, 2006

Where the aclt.pat is stored? I could not find it in my cad file.

Are there anyother easier way to add a hatch pattern? In-addition, How do I use the command HPNAME (initial vale = ANSI31) what values can i set?

View 4 Replies View Related

AutoCad 2D :: Solid Hatch Circles

Sep 21, 2011

when I create a shape and fill it in for a colour ( so I can send it to a screen printer to be put on our product ), I get an issue with DN-P-2726.dwg. I was trying to recreate the part being painted red, so the screen printer overlays with the black and grey.

View 7 Replies View Related

AutoCad :: How To Explode Solid Hatch

Jul 26, 2007

How to explode solid hatch ? .. is it possible ? Just asking.. nothing more..

View 9 Replies View Related

AutoCad :: Solid Hatch Won't Stretch?

Mar 22, 2013

I have been having an issue with my hatches, especially when I use solid. I always make them associative but when I have to move an object using stretch, the hatch does not come along with it.

When I hatch an item I generally use the "pick points" option. Do I need to be using select objects?

View 9 Replies View Related

AutoCad :: Hatch Displaying As Solid?

Jan 22, 2012

I have a hatch (that is not solid). Sometimes it displays as a solid hatch though, although if I move the hatch (even slightly) the display issue is resolved and the hatch displays properly (i.e. not solid anymore). Regen doesn't fix the display issue, only moving the hatch slightly (temporarily).

I'm not sure how far away from the origin the hatch is although it is no further than what it would normally be when it works fine (and it can't be moved closer to the origin anyway as that would screw up my models real world coordinates).

View 9 Replies View Related

AutoCAD .NET :: Hatch Pattern Listed

May 14, 2013

I have a bit of code that I use to create hatches but the names are just coded inside (like "BRICK" or "CLAY"); I would like to list all available patterns for the curent drawing(on a form, using a combobox, etc), which is the best way to go?

View 2 Replies View Related

AutoCad :: Hatch Pattern Dots Not Seen In PDF?

Dec 22, 2010

I have a hatch Pattern 'DOTS' (A default AutoCAD Pattern) filled in an area in my drawing. The layer is plottable. The pattern is in proper scale (I have attached a screen shot). Now, when I publish a PDF, though it shows up in the preview, it is missing in the pdf.

View 9 Replies View Related

AutoCad :: How To Make A Hatch Pattern

Jan 18, 2012

How to make a hatch pattern with the words "NO GAS" on it.

Im using AutoCAD 2012.

View 9 Replies View Related

AutoCAD 2010 :: Solid Hatch Transparency And DWG To PDF

Feb 24, 2011

I'm having problems with creating PDF's and transparency hatching using DWG to PDF.pc3.

The PDF does show transparency but has a fine lined pattern at intervals in the hatched area, it does print just fine though with no evidence of the lined pattern. Only problem is most of our work is supplied as high quality PDF.

I prefer to use DWG to PDF.pc3 due to the excellent quality of the PDF. I have played with modified Adobe PDF.pc3 to mostly remove the lines from the hatch but quality suffers in the bitmapping of the document.

I am using AutoCAD Map3D 2011 and AutoCAD 2011 on a windows 7 boxes and Acrobat X Pro. I get this problem with normal solid hatching and SHP file polygon transparency. 

Are they any secret/magic settings to fix solid hatch transparency using DWG to PDF.pc3?

View 7 Replies View Related

AutoCAD 2010 :: Hatch / Solid Transparency

Sep 13, 2012

I'm using Autocad 2012.  I've created a 3D model, one of the components of the solids model, I've assigned a transparency value t which appears in the model, and in the orthographic layout view, and plotted as I need and expect it to.  The problem I'm having is that in other layout views, other components include a Dots hatch (I've inserted this dots hatch pattern in both paper and model space in attempt to fix the problem). This Dots hatch appears as I need and expect on the computer screen, but when I plot the layout drawing this hatch pattern plots transparent too, even though it resides on completely different layer than the solid component that I do want transparent.  I want the hatch pattern to plot opaque, not transparent (in other words the dots appear very, very light....almost invisible when I plot).

View 2 Replies View Related

AutoCad 2D :: Missing Solid Hatch In 2011?

Sep 11, 2013

I am not sure when but at some point my solid hatch went missing from my CAD is there anyway to get it back? Where would I download this hatch pattern from?

View 7 Replies View Related

AutoCad 2D :: Different Zones Highlighted In A Solid Hatch

Feb 3, 2012

I'm currently plotting a site plan with different zones highlighted in a solid hatch. Each zone has a different colour and all zones are slightly transparent so i can see the site plan underneath.

The problem is that when transparency box is ticked , the site plan becomes more faded.Is there a way where I can use the transparency tool but keep the original line weights of the site plan.

View 6 Replies View Related

AutoCad :: Make A Solid Hatch Translucent

Sep 28, 2012

I'm drawing over a bitmap image where I'm outlining certain objects. I'd like to hatch over them but make the hatch translucent so image underneath will be partially visible. Is this possible in AC 2012?

View 9 Replies View Related

AutoCAD Inventor :: Import DWG With Solid Hatch?

Jul 10, 2012

I have a drawing in AutoCAD 2013 with carefully laid out hatch patterns for traced text using clean, closed, non-overlapping, polylines only. (with islands in the holes).  When I import this into Inventor sketch the hatch comes through but the islands do not.  Such as the 0 gets completely filled in.  I don't have the ability to edit this hatch and add the islands.

I can import the dwg without hatch and fill it within Inventor, but I need to have all the enpoints constrained, or the Fill command won't recognize the boundaries.  If I import this with contraining the endpoints, then the import takes a very long time (I gave up after waiting 5 minutes).

View 6 Replies View Related

AutoCAD LT :: Hatch Few Objects With Solid Hatching

Dec 5, 2011

i encounter this. In model space i have hatch few objects with solid hatching. When i bk to paper space apply revision cloud for the few object its appear hiding behind the object. What happen??

View 4 Replies View Related

AutoCAD Architecture :: Hatch Pattern Scaling

Jul 15, 2011

I have created hatch in the same drawing but some hatch appears denser than other hatch yet they are all the same type of hatch, scale etc

I have changed the measurement variable from 0 - 1 but no luck

View 4 Replies View Related

AutoCAD 2013 :: Wave Hatch Pattern

Jan 7, 2014

Any wave hatch pattern of know where I can download one. I have already been to [URL]........ but the files are only gifs.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved