AutoCad 2D :: Hidden Linetypes With Test

Feb 25, 2013

I am just starting to create some custom linetypes. All is well with solid lines with text. However I have reached a stumbling block as far as hidden lines go.

Basically I get this result -----x-----x-----x-----x-----x-----x-----x-----x-----x
But I am looking for this --------------------x--------------------x--------------------

Not sure how to do this as I get an error message saying that I can only have 12 dash/dot entries before the text.

The plumbers in our don't want to see text that often.

View 4 Replies


ADVERTISEMENT

AutoCAD 2010 :: Hidden Linetypes In Legacy Hidden Viewport Plots Continuous

Feb 9, 2012

In 2008, never had this issue.Just dumb, circles, and lines in a view port, that have hidden or center linetyoes assigned to them.  When we go to plot using legacy hidden (this new for 2012?) the plot comes out with continuous lines.  These are not solids.  Just ordinary line entities.Now, when I change the shadeplot to "hidden" the linetype is shown correctly, but now my entities are coloured, when I just want my drawing to be black and white (going to PDF), even though all of the colours in the pen style are set to "Black".

Has this changed?  Is there a new variable introduced?

View 3 Replies View Related

AutoCad :: Hidden Lines Won't Stay Hidden When Plotting

Aug 3, 2011

I'm drawing objects (walls, platforms, etc.) in 3d made up primarily of extruded polygons. I want to be able to plot these objects in a way that hides all of the lines which are obscured by other objects. Currently I have my viewports set up with a 2D Wireframe visual style and a Hidden shade plot. This isn't working for me. I'm still getting all of the lines in the drawing visible no matter what.

Here's the strange thing: It seems to work perfectly fine in plan view, but not in front view. Also, it's worked fine in the past. It seems that the problem has gotten progressively worse over the past year or so.

I'm using AutoCAD 2008.

View 0 Replies View Related

AutoCAD .NET :: Test For WorldUCS Not Working

Nov 18, 2013

I normally get the UCS directions as part of a test to see if current coord system is same as world:

I am seeing a nonnormal UCSxdir and Ydir for several drawings with UCS I know is on world. See the above value.

It took me a while to realize it was because the drawing had ps viewports, and the viewport UCS was user.

How would I get what I would call "the modelspace current coord system info" to do this test.

I am doing this with a drawing not open in the editor, it is DBX style. If it was not, I could do all kinds of things to figure out if modelspace was on world ucs.

[URL] ........

View 1 Replies View Related

AutoCAD VB :: Test To See If Drawing Is Open Using VBA

Feb 22, 2005

how to test to see if a drawing is already open inAutoCAD using VBA and if it to make it the active document?I have a VBA macro to open xrefs by by just picking them in the drawing butI need to test to see if the drawing may already be open to avoid openingthe drawing a second time in "Read Only" mode.

View 9 Replies View Related

AutoCAD Inventor :: Simulating Tensile Test

Jul 11, 2012

Is there a way to simulate a simple tensile test in autodesk inventor. Let's say I draft up a 1" x 1" x 10" bar. If I input all of the material properties such as yield strength, tensile strength, % elongation etc., is there a way that I can simulate a simple uniaxial tension test on this bar? If so, how do I set it up with the autodesk simulation engine?

View 6 Replies View Related

AutoCAD LT :: Test Displays At Incorrect Size

Mar 21, 2012

Text is displaying at the incorrect size in both paper space and model space. It seems that there may be some kind of global scale factor in action e.g. if I add text at size 2.5, it displays at size 2.25 and if I add text at size 1.8, it displays at size 1.62.

How do I set so that text is displayed at the correct size?

View 5 Replies View Related

AutoCAD Civil 3D :: Surface Intersection Test?

Nov 28, 2013

I have a link starting from P1.Is there a way to check if the link is intersecting EG or not?

Civil 3D 2014 x64
Windows 7 64-bit
16GB RAM

View 2 Replies View Related

AutoCAD .NET :: Test For Duplicate Handles In A File?

Dec 3, 2013

How would I test for duplicate handles in a file. If I select a cirlce from an xref and it has a handle of "E6" Then I select another circle from a different xref that has the same handle. When I use GetObjectId how do I specify which handle? Is there a way to give a handle and a file path and have it point to the correct entity or would I need to cycle through all entities and check for matching handle and file name?

In the end I would like to select an object, then store that data in a file and then recall that exact same object later.

View 6 Replies View Related

AutoCAD .NET :: How To Test Model Space / Paperspace

Jul 14, 2010

I am currently using the following to switch to modelspace:
 
Editor ed = Application.DocumentManager.MdiActiveDocument.Editor;ed.SwitchToModelSpace(); 

However if you already are in modelspace it throws the error: eInvalidInput

How do I find out which space I am in so I can avoid running this when already in modelspace?

View 3 Replies View Related

AutoCAD .NET :: How To Test For Existence Of Self Intersecting 2D Polylines

Apr 8, 2011

Im trying to write a routine in VB.net based on Fenton's examples from 'Zero to 3D in 60 Minutes'. the routine uses a filter set to select all 2D polylines in a document then a test is needed for each polyline to establish whether it is a loop, which can then be extruded into a solid or it is a non loop, where the operation will need to be an extruded surface, or if the polyline is a non-loop.

So far my code will pick up every 2D polyline and try and extrude it, but i need to catch the non-looped entities to handle them with an extrude surface method or if self-intersecting polylines, to either drop them and not cause an exception or process them in another way.

What entity attributes or methods should I use to perform testing to establish this loop and non-loop existance of the polylines to achieve this. I work with both C# and VB.net.

View 1 Replies View Related

AutoCad :: Cyclone Simulation Test On Switchboard?

Sep 23, 2011

I would like to know the Cyclone simulation test on the switchboard?

Can it be done in Autocad 2012? What kind of software needed?

View 9 Replies View Related

AutoCad :: How To Test Block To Check All Necessary Constraints

Nov 24, 2013

I'm testing out a simple Block Table in the Dynamic Block editor and when I go to save the Block, the following alert pops up. Is there a way to "test" the Block to check all the necessary constraints? Or am I just suppose to go about this with good 'ol fashioned trial and error? Seems the block is working just fine so is the alert just a moot point?

fully_cons.PNG

View 4 Replies View Related

AutoCad :: Compare Two DWG Files As A Part Of GUI Test Automation

Feb 16, 2007

I am working on an AutoCAD OEM based product. I need to compare two DWG files as a part of GUI test automation. What is the best way to do it?

I have already explored Compare DWG, a third party tool available as a Menu option in AutoCAD. However, the ObjectARX library used by this tool does not get loaded onto the product under test. It gives a linker error as follows:

AcRxDynamicLinker failed to load 'C:Program FilesFurixCompareDWG 2006frxc2006_calc.arx'

View 7 Replies View Related

AutoCAD Dynamic Blocks :: Right Reading Test When Rotate Block?

Mar 22, 2012

Is it any option to keep text righ-reading even if block is rotated (by AutoCAD command ROTATE, not dynamic action)?

View 9 Replies View Related

AutoCAD 2013 :: Block Test Works Real Object Doesn't

Jul 17, 2013

I have created a dynamic block which has hatchings in it.

In the block editor when I do a test of the block everyhting runs smoothly.

Howevfer when it is in model space it fails to keep the hatch boundary associativity. Even when the same dimensions are used as the block has as default.

Why would this be?

View 1 Replies View Related

AutoCAD Inventor :: Writing Referenced Document IProperties To Test File?

Dec 4, 2013

I am writing a external ilogic riule, which will iterate through all the referenced documents of the active assembly and write certain iproperties  to a text file.

The code is below

It works in that the text file is created and it does write the iproperties. HOWEVER it only writes the iproperties from the active assembly

' go through all referenced documents in a assembly . Grab the description,title and part number iproperties

' and print out a list  

If Not ThisApplication.ActiveDocument.DocumentType= kAssemblyDocumentObject Then
Return
End if

[Code]....

How can i fix this code so that it writes the iproperties for each oFileRef ?

View 9 Replies View Related

AutoCAD Inventor :: Weld Symbol Or Leader Test With Multiple Leaders

Jun 25, 2008

Is there a way to attach multiple leaders to text or weld symbols?

At the moment i am creating the "master" note, then insert "empty" texts and TRYING to get he leader to align.(the other problem is if i want to reposition)

View 2 Replies View Related

AutoCAD Civil 3D :: Structure Expression To Test For Horizontal Angle Change

Sep 25, 2012

I would like to build an expression that I can use in a label at a structure in a profile view to show the horizontal angle change on the alignment at the structure.

Of course, in the available structure expressions, we do not have the alignment delta angle at that point even though I have a referenced alignment in my pipe network.

Our subdivision code has minimum drop across manhole for different ranges of horizontal angle change.

I want to create a label that shows the minimum drop required at a manhole off it's referenced alignment and I would like to see it on the profile view, because that is where the drop value is relevant.

View 2 Replies View Related

AutoCAD .NET :: Purge Linetypes

Jan 31, 2011

How can I purge linetypes?  We get data from outside sources and my goal is to load our linetypes.  I have a list of layers and store the previous layer linetypes.  I reset them all to "Continuous".  Now I have to purge the old linetype definitions but I can't make them go away.  I need to purge DASHED and HIDDEN so far.  If I open the file and click on the linetype in layer manager, I still see the old DASHED and HIDDEN definitions.  I have tried db.purge(linetypeobjectid) but they don't go away.

Do I need to go through the symboltablerecord to find the correct linetypetablerecord and remove it?  Will that remove the linetype from the list shown in layer manager?  That is what I need to do - make sure DASHED and HIDDEN *have* to be re-loaded from our linetypes.

View 6 Replies View Related

AutoCad 2D :: Cannot Purge Linetypes

Mar 15, 2013

I can actually purge these hidden line types.

The line types in question are funky looking line types that do not exist within our office. They often contain "$$" and and/or file names and other odd characters as if they are remnants of binding a drawing. In any case, they are not visible anywhere in the drawing. We refer to these drawings as being "infected".

If any object, i.e. block, text or even a simple line, is copied from an infected drawing into an uninfected drawing, all of the mysterious line types follow. And when I say all, I mean 50+. Furthermore, copying from one infected to another infected will double the line types. So, as you can see, if undetected, you could easily have 100's of "line types" on a drawing which substantially increases the size of the .dwg file.

The process that I have created (from researching on the internet) is to save the .dwg into a .dxf. Close the .dxf and then PURGE. Purging the .dwg will not work. And, you MUST close and re-open the created .dxf in order to purge these files. The you can again save as a .dwg. To complicate things, occasionally a .dwg will not save as a .dxf unless I AUDIT it first.

Needless to say, this is a giant pain in that the files that are infected are at least 50 in number. I have created a macro or two to at least reduce some of the steps. Unfortunately, since the .dxf must be closed and re-opened (which cannot be done in a macro) an all encompassing macro cannot be written.

View 9 Replies View Related

AutoCad :: Different Linetypes In Different Viewports

Dec 7, 2011

In one viewport i have a contour drawn as a dashed line. to show the item is hidden.In Another viewport i freeze all layers 'above' this item leaving only the item in the dashed line. is is possible, without copying the line to have the line come through in the later viewport as a continuous line, but remain in the first viewport as dashed?

View 1 Replies View Related

AutoCad 2D :: Customized Linetypes For RW And PL

Feb 27, 2013

Need some customized linetypes for RW, PL, and so on that I can use?

View 9 Replies View Related

AutoCad 2D :: Get A Circle Into Linetypes

Oct 14, 2013

I am using the "Make Linetype" command under the express tools to make a linetype with a single circle in it, but its not working. I tried making my circle a polygon but that didn't work either. How do I get a circle into my linetype?

View 9 Replies View Related

AutoCad :: Getting Linetypes To Show Up?

May 3, 2011

I am having trouble getting my linetypes to show up. Many are set by layer and are not showing up. How to toggle it so they show up.

View 8 Replies View Related

AutoCAD LT :: Linetypes Will Not Purge

Nov 21, 2011

So i have all these linetypes (see image) that i think originated in Microstation and have appeared on my computer when i binded a few DWGs derived from DGNs. (I can explain all that more if you think its warrented).

This is basicly what keeps happening.

- I open a brand new template, all line types are there (usual: dashed, phantom etc).

- I can work away happily, untill i copy something (a line, text, circle....) from a drawing that has these linetypes and BAM they all appear in the new drawing.

In this way, the linetypes have 'spread' into quite a few dwg's, and i cannot get rid of them once they are in the drawing and its saved.

A few other things....

- Other people in the office can open the drawings on their computers = NO weird Linetypes appear. Some open it and they do appear. (so if you open the dwg attached to this and find no linetypes, i dont know why!)

- The linetypes wont purge due to being in use etc

I would say the problem has originated from when I binded the xrefs, which is fine, but how to i fix it now?

The two main xrefs that appear to be referenced in the linetypes description are being used by other people in the workplace so i cant just delete them and start again.

View 9 Replies View Related

AutoCAD Civil 3D :: Test The Height Of Fill Slope Relative To Daylight Catch Point?

Sep 23, 2013

This seems like something that should be really easy but for the life of me I can't figure it out. I even started looking at using the Subassembly composer to create a custom SA but that seems like a ton of work so something that would seem to be a common problem.

I need to provide a v-ditch with 2:1 side slopes at the toe of a 2:1 fill slope. The flow line of the ditch should be 2 ft below the daylight point of the roadway pavement section.  

My problem is that the conditional subassembly seems to evaluate the height of fill directly beneath the attachment point of the conditional SA (pavement section daylight point in my case – “Daylight_Sub” Point code).  Instead I need it to evaluate the difference in elevation between the catch point of a 2:1 daylight fill slope and the conditional SA attachment point (Daylight_sub). If that difference is less than 2 feet, I need to provide the ditch, otherwise I can just use the daylight slope for the ditch foreslope and the existing surface for the backslope.

how to do this? Maybeits as easy as using a predefined daylight subassembly that I'm overlooking?

Here’s my current assembly attempt: 

And the resulting behavior. It is solving the 2nd fill condition when I would like it to solve the 1st fill condition:

View 5 Replies View Related

AutoCAD LT :: Copy Linetypes From One Drawing To Use In Other One

Jun 27, 2012

If and how can you copy certain linetypes that are in a drawing and use them in other drawing?

View 1 Replies View Related

AutoCAD Map 3D :: Why Must Regen To Display Linetypes

Dec 5, 2011

Attached is a drawing containing a big rectangular lwpolyline and two relatively small lwpolylines near the drawing origin. One of these smaller plines is on a layer that has a dashed linetype associated with it. That layer is also red. When I zoom in on that pline, however, I won't see the dashes unless or until a regen occurs. As of this writing, after trying a few things, I'm almost resigned to including a note telling the client they might have to REGEN in order to see non-continuous linetypes display properly.

View 2 Replies View Related

AutoCAD 2013 :: Xref Linetypes

Nov 15, 2013

I am having trouble when I import XRef’s and the scaling of lines.  When the drawings are importing the hidden lines do not show up as hidden lines.  I know this might be a scaling issue but I do not know how to correct this.  The XRef drawing is drawn at a scale of 1-1/2”=1’-0” and set to print on a letter size paper but the drawing which it is imported to is set to be printed on a 11x17 but the viewport is still at the 1-1/2” scale and the lines are shown as continuous.

View 6 Replies View Related

AutoCAD 2013 :: How Linetypes Work

Jun 10, 2013

I must be missing something on how Linetypes Work. I created a folder where I store all my shape files for linetypes, and added it as both a support file search path and a working support file search path. I tried to provide as much information as I could with the images below. When I try to bring in a linetype I constantly get a bad definition error. proper way to store and implement Linotype standards.

*GDRLAL,Aluminum Gaurdrail
A,.16,-.06,[GAURDRAIL,gaurdrail,s=1],-.06,.16,-.06,[GAURDRAIL,gaurdrail,s=1],-.06,.16,-.06,[GAURDRAIL,gaurdrail,s=1],

View 2 Replies View Related







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