Im getting spamed by the error called Undifined Symbol XX. I found out, that the error only appears when I copy something from a different drawing. The error doesnt appear on the original plan.
If you create a group, after that select it and click on the insertion point (grip) using a lot of time the space bar (to switch between move, rotate, scale and mirror) after a while autocad crash.
Tested in AutoCAD 2013 and 2014 in more the one installation.
I have a grouped object with a line in it. I want to rotate the grouped object so, that the line in the object is horizontal or vertical. Now I do it by hand, this takes a lot of time.
Just picked up this Extendscript for a quick utility function. I can't seem to use any of the "usual" Javascript logic contstructs to test for undefined object properties.
Example:
typeof(app.activeDocument) === "undefined"
This is an *error* in Extendscript (Error 1302: No such element). I don't believe it should be, but if I'm supposed to do something different in Extendscript.
correct font style from 1071 group code in style table of dxf file ? I am able to read the Font name and font file name from group 1000 and 3 respectively, but not able to get the font style: whether it is Regular, Bold, Italic etc.
I know i have to decode the long values in 1071 group codes like: 50331682, 50372882 etc. But dont know how to arrive the Regular, Bold, Italic etc Font Style. How to decode this value ?
The requirement of above information to me is that i am making a Graphics viewer for a specific purpose which reads and displays Graphical Entities from DXF (ascii) file.
I have a 3D model and I have made some views. I put my dimentions on view. For now its OK.Then, I want to change something in my 3D model, and I am using "hide objects" and "unisolate objects" tasks, while doing my changes. In this example I did not change anything, just went to model space, selected all objects and did tasks "hide objects" and then "unisolate objects". Then, when I go back to my layout, all dimentions are wrong. Nothing was changed, but "hide objects" and "unisolate objects" tasks ruined the annotative dimensions.
When I set a layer as current, every object or line I select in the drawing appear to be on that layer in the toolbar. Although in the properties toolbox, I see that the line I selected is still on the right layer.
I can't work in paperspace either, when I freeze a layer it freezes all objects. It seems like whenever I give a different layer to an object, it attributes to all object that same layer.
When I open the same drawing in acad 2008, everything is ok, the objects have the proper layers.
Is there a command for that or it's an acad 2013 problem?
I recently installed Autocad 2014 with Carlson Survey 2014. When I use Etransmit or file conversion i get a Fatal Error. when i uninstall the civil 3d object enabler, the problem goes away, but i need the object enabler and i need to convert files. Is this not a major issue that Autodesk would consider important enough to address, or is the object enabler minor in comparison to other issues?
why is it when i cut and delete a line from an object, after the line is deleted, there is another line appear automatically , and i can not select the line itself. how do i keep the object from closing??
I'm using CS5. When I click on an object within a group containing only that object, appearance tap shows the group's appearance. I can't select the object when the group only has one object. So if I want to modify the object, I have to ungroup or add additional object into the group.
The company I work for uses Illinois DOT linework Codes.They had been using Microstation. But the office Im in uses Civil 13. Any linework code set that I need to process field to finish?
I keep getting this error code whenever I try to print to a PDF document from my PDF print driver. It keeps crashing the program and having me shut it down.
Unhandeled Access Violation reading 0x6c302be0 Exception at 6c302be0h
I recently switched from LDD to Civil 3D 2010 and have since had problems with the command line recognizing Alt Codes when entering leader text. After the leader command is finalized, I am able to edit the MTEXT which does recognize the alt codes. I use alt codes for various symbols and now have to edit leader MTEXT each time in order for the symbols to be recognized. Is there a toggle or some other setting in later versions of AutoCAD that would allow recognition of alt codes at the command line?
how I can use VBA to select objects in the drawing, so that the grips are enabled/shown. The editing of the object will be done manually in AutoCAD. All I want for VBA to do, is to select them.
I am writing code to create a new block based on an existing block. and place this new block on top of the existing one.Here is my code:
Public Function FixtureConditionOverLay(objID as objectID) As BooleanDim db As Database = acApp. Document Manager. MdiActive Document. Database Dim trans As Transaction = acApp.DocumentManager.MdiActiveDocument.Database.TransactionManager.StartTransaction ConststrFD Name As String = "FixDefects". [code]....
I want to create a group for the object be selected. but the following code doesn't work.
[CommandMethod("gr")] public static void SelectObjectsOnscreen() { //Get the current document and database Document acDoc = Application.DocumentManager.MdiActiveDocument; Database acCurDb = acDoc.Database;
Is there a way to be able to choose a desired feature line when extracting from a corridor? For example, when subgrade and finished grade are on top of each other, it seems subgrade is always coming as default for extraction. I'm not getting the option to select the desired point code as usual for some reason. The best way I found is by turning off the subgrade feature line from the corridor properties, which is a bit tedious.
However, I have one iLogic routine that is giving me an error whenever I run it. Selecting continue allows it run as expected. Basically, it is to remind designers to set the material type to other than “Default”.
Here is the Materialsddd = 0' deleted parameter materialName = ThisDoc.Document.ComponentDefinition.Material.Name If materialName = "Default" Then MultiValue.List("MName") = iProperties.Materials MName = InputListBox("Select Material", MultiValue.List("MName"), Mname, Title := "Select Type", ListName := "MM List") iProperties.Material = Mname iLogicVb.UpdateWhenDone = True The Parameter MName does exist as a mulitlist parameter.
Using VB2010 Express to practice writing code to run things in Inventor 2012. I am an extreme beginner at this, and I am trying out a simple program that opens up Inventor, and when you click a button, it will open up the filename listed in the subroutine. I have attached a .jpg of my code. The program will open Inventor, and open the file, but as soon as the file is finished loading and displays on the screen, it throws the error you see in the .jpg.
Autodesk has agreed that this code does not work on Inventor 2012 and that the development is working on it. This code is part of the Snippets built in Inventor iLogic Rule Browser.
I have this vba code that created in 2009 autocad 32 bit environment. I am fixing it so it will work for the 2013 autocad civil 3D 2013 64 bit environment.
The code work fine in the old vision but keep on crushing in the new one . I fixed the references and also move up the search path to the top, but it showing compile errors or runtime errors like the following.
if you ignore that error and run it agin it will go to the next step and show you another errors. after a few rerun it will give the result.I try fix it with an older vision library of autocad 2009 and 2012 both gives an run time error message.