AutoCAD 2013 :: Finding Class File Folder

Sep 16, 2013

I am just beginning with the 2014 AutoCAD.  It continues to tell me to open sample drawings from the "Class file folder"  in the text book.  I have not been able to locate this folder with the samples in it.  Where would this be located?

View 1 Replies


ADVERTISEMENT

AutoCAD 2013 :: Class Not Registered

Jun 8, 2012

I'm getting a "Class Not Registered" message when I try to use the section tool.

(AutoCAD Archtecture 2013)

View 2 Replies View Related

AutoCAD Civil 3D :: Finding Data Shortcuts Folder?

Jul 16, 2012

I'm running Civil 3d 2010

I have opened a drawing created by someone else and see that it is loaded with data shortcuts and they all seem to be working properly and displaying fine. The problem is that I would like to add some more  shortcuts to the project yet I cannot find the folder where they are located on our server. I have opened up source drawings for every one of them and there are no data shortcut folders located in the same path as the source drawings nor in my project file. They have been stored miscellaneously somewhere on my server. I have tried searching by name (*.xml) for the data shortcuts on my server but the names are too generic and I get to many hits to locate the one I need. Is there any way to list a data reference and the program tell you the folder where it is getting it from?

View 5 Replies View Related

AutoCad :: Opening DXF File - Class Not Registered Error

Jun 13, 2013

When i attempt to open a dxf file in autocad it comes up with error messages;

Class not registered

View 9 Replies View Related

AutoCAD 2013 :: Save A File To A Shared Dropbox Folder

Feb 22, 2013

I noticed that my computer was slowing up, BIG time. This thing's got dual quad core Xeon, 12gb DDR3, ATI FireGL V8600, etc. I could hear it processing something constantly and as I was in CAD I couldn't really do anything. When I opened the task manager and looked at the processes, "accoreconsole. exe" (an AutoCAD component) was using 10.5gb of memory. On my performance tab, my memory was maxed at 11.5gb for at least a half hour.

Today, I dealt with it all day long by ending the process whenever I'd notice it on the list of processes, or if the computer suddenly began to lag. I've also been having trouble with Dropbox. Not sure if this would at all be related but, if I try to save a file to a shared dropbox folder, it gets to 81% and freezes with the (Not Responding) message up top. I can save just fine to my network folder though.

View 9 Replies View Related

AutoCAD 2013 :: Etransmit A File Containing Only Xrefs Still Paths To Network Not Zip Folder

Jul 19, 2013

I have files that contain only XREFs, some have up to 20. When I try to use etransmit to share these files, the paths are still looking for the network and not the contents of the zip file.They are all Overlays Full path

I swear that it worked before but I cannot replicate it.I cannot share the zipped file with anyone not connected to our network as all references are lost.

View 7 Replies View Related

AutoCAD 2013 :: Relink Reference Files When Folder And File Have Been Renamed?

Jul 7, 2013

I knew how to use Reference Manager to replace xref saved path. Otherwise, if we change the xref file name also, RM could work?

View 3 Replies View Related

Photoshop Elements :: Finding Files By Searching Folder Location

Sep 23, 2012

Can I find photos by searching folder location, using Photoshop Elements 10?  I used to use that method frequently inversion 5, but don't see how to do it in version 10.  I am using Windows 7.

View 2 Replies View Related

Lightroom :: 3.6 Is Not Finding Newly Exported JPG Files When Use Synchronize Folder

Feb 18, 2013

Lightroom 3.6 is not finding my newly exported .jpg files when I use Synchronize Folder. This has been working for me since I got LR many months ago, but today after I make adjustments to a .cr2 file and export the file to a .jpg file in the same folder, synchronize folder isn't finding the new .jpg files. Interestingly I used Windows Live Photo Gallery to copy/resize one of the .jpg files I'd exported, and LR *does* find that file, just not the originally exported one.

View 2 Replies View Related

AutoCAD 2013 :: Finding Thumbnail Update Setting?

May 3, 2013

is there a setting to have this option always checked?

View 1 Replies View Related

AutoCAD 2013 :: Finding System Variable To Shut Off Layer State Preview

Mar 25, 2013

is there a system variable to shut off the layer state preview?  I would prefer to use the drop down and select the desired layer state, the preview slows this process down.

 C3D 2011, 2013 (latest updates)

Win 7 Pro, 64-bit

16 GB RAM

View 1 Replies View Related

Photoshop :: Save For Web Is Not Finding The File

Mar 14, 2007

I'm having a problem with the "Save for Web" function. The Save for Web box opens but when I hit "Save" I get the following message:

"Could not complete this operation. The file was not found"

I've never encountered this problem before after using this feature for hundreds of photos.

I'm using PS 8.0 on a Mac OS X 10.3.9 Powerbook G4

View 4 Replies View Related

AutoCAD 2013 :: Can't Open Any Of Folder

Dec 2, 2012

My autocad 2013 can't open any of my folder. When I try to open one, nothing happen and it the default drawing that stays there.

View 4 Replies View Related

GIMP :: Finding Layers After File Has Been Closed?

Nov 18, 2012

Is there a way to get back all of your layers once you save a file andclose out of it? I am new and am creating magazince covers - All I need todo is change the pic - but did not want to have to re-create the entirecover if I did not need too...

View 15 Replies View Related

AutoCAD 2013 :: Will Not Remember Lisp Folder

Aug 29, 2012

When I select tools>Autolisp>Load Application from the menu, the default folder it shows is a random folder (same one every time) and I have to navigate to where my lisp routines are. In 2012, it opens up directly to my lisp folder. The command it is executing in both circumstances is "appload". Or how to select a default folder?

View 9 Replies View Related

AutoCAD 2013 :: Copying Drawings To A Sub Folder

May 28, 2013

We are copying our original files to a sub folder to make revisions that have only happened after bidding. We want to keep our original bid documents intact. I have created a sub folder called 'Confirmed Documents' and added Constructs, Sheets, Elements, etc. 

I copied the files over and used the Reference Manager to repath the files. However, all of my schedules and room tags now use the 'NA' prefix because it is not reading the project information. How can i reconnect this folder to the project folder?

View 3 Replies View Related

AutoCAD Civil 3D :: SAC - API Class For Radius?

Nov 22, 2012

I am working on custom subassembly and I would need different scenarios for different radiuses along the alignment. Is there a way how to find out this current value?

View 2 Replies View Related

AutoCAD VB :: Getting Attributes When In A Class Module

Apr 20, 2011

Program, AutoCAD 2010 VBA..I normally use the following code to get attributes from a drawing.

Public Sub array1Initialize()
For Each elem In ThisDrawing.ModelSpace
If elem.EntityName = "AcDbBlockReference" Then
If elem.Name = "SPREAD SHEET INFO" Then
[code]....

The attributes are in an array called array1. This works in my form module but when I move it to a class module I get array1 is not readable. is there any sample code that gets attribute in a class module?

View 5 Replies View Related

Photoshop Elements :: Finding A Photo Book File

Jul 5, 2013

I am working on a photo book and it is not in the recently edited list anymore.  I found a folder with all the pages and pictures except for the title page.  How is a book identified (extender) so I can find it.  It also used to automatically know it was a book and load as such, but all my searches are in vain.

View 5 Replies View Related

AutoCAD 2013 :: Application Plugins Folder Must Be A Bundle?

Mar 29, 2012

Concerning the folder "ApplicationPlugins" found in  C: Program File > Autodesk > ApplicationPlugins:

With AutoCAD 2012 I could dump my LISP routines that I use a lot and they would be auto-loaded in any drawing that I opened. I loved it....

With 2013, I try the same thing and it doesn't work. And from what I have been reading, I have to make a folder sturcture with the suffix ".bundle" and create an .xml file in order for these to run....

The ability of the  ApplicationPlugins folder from 2012 was awesome.Is there a way to make 2013 act like 2012 for this folder?I have checked my variables and they are set the same as 2012:

APPAUTOLOAD = 14

I have also ran the command APPAUTOLOADER and selected the "Reload" option and then Listed what applications it sees in the possible folders and it only recognizes folders that are .bundle folders AutoCAD Tips Blog

View 3 Replies View Related

AutoCAD 2013 :: Add Network Folder To Content Explorer?

Jan 7, 2013

I seem to not be able to add a folder that is on our network for content explorer all I see is my computers folders not the servers folder. Is there away to add them? I've tried to drag and drop and it says cant find or have access to warning.

View 9 Replies View Related

AutoCAD 2013 :: Installation Path Is Not Default Folder

Sep 6, 2013

I've been trying to install autocad but seem to fail because of my installation path?

I'm pretty confused of the fact that the installation path is not my default folder and when I tried to change it back, there's no way to do so. I've attached a copy of what's happening whenever I try to install it to have a better understanding of the issue. I thought it was my computer at first, but I checked all my settings and my installation path is steadily in (C folder..however autocad aims to be installed in a different path (D and then freezes. I clicked on all 3 options at the bottom (Installation - system requirements...) but nothing allows me to change back my path folder so that the installation can take place.

View 5 Replies View Related

AutoCAD .NET :: Polyline Class Reset Method?

Aug 4, 2011

I used it to clear out the old vertex information, and then add new vertex points.All works on the screen until you use the undo command then all the vertex points are lost. Just created new polylines and deleted the old to fix it. Not ideal as I was storing the ObjectId’s in Xrecords, which now have to be updated with the new id’s

View 3 Replies View Related

AutoCAD Inventor :: How To Add Class Of Steel Values

Jan 3, 2014

We use several different classes of steel such as A572-65 or A572-50 etc. Any way to add those values in Inventor 2014 without having to reinvent the wheel?

View 3 Replies View Related

InDesign :: Finding Missing Fonts / When Publish A PDF Document From CC File

Apr 21, 2014

I am finding missing fonts when I publish a PDF document from InDesign CC file.I tried to install the custom fonts in my system, but the installation is not getting completed.
 
I am using the fonts like, Akzidenz-Grotesk and Helvetica family fonts.

View 1 Replies View Related

AutoCAD 2013 :: Save As Dialog Box Opens In Wrong Folder

Feb 28, 2013

We had a project folder named A.  We created a new project folder named B and copied the AutoCad files from A to B.  On one of our workstations if you open a drawing from folder B, then click save as, the dialog opens to folder A.

Not a big problem, but since the files are named the same it can be confusing... 

View 7 Replies View Related

AutoCAD Inventor :: Error Message / Class Not Registered

May 22, 2012

Error Message: "Class Not Registered." appears when opening an assembly.

Generally, the errors appears to stop the model from opening.

View 1 Replies View Related

AutoCAD .NET :: Make Installer From Class Library Project?

Dec 10, 2013

I have created one class library project using .NET API. So now I want to convert that project into the Setup project means I want to make installer for it. After that it installed, I want my plug in in the ribbon menu.

View 3 Replies View Related

AutoCAD Map 3D :: Labeling Feature Class - Can Get A Symbol But No Text

Nov 30, 2011

I brought in an .SDF file containing survey points into a new drawing.

When I use "style" to format the labels I get the symbol displayed but the text doesn't show up till I hover over the point with my cursor, and they dont stay visible when I move the cursor away from the point.

When I use "Feature Label" I can get a symbol but no text, even if I hover the cursor over the point.

I have set mapsrtyle to "Enhanced"

I would prefer to use "Feature Label" because of the additional features it offers.

View 1 Replies View Related

AutoCAD .NET :: Property In Class - Function To Get 4 Attributes And Concatenate

Oct 25, 2011

I'm trying to create a property in a class "extractTitleBlock" which searches through the "ExtractBlockRef (AttRef List)".

How would I search through a list of the class object above it? 
 
Public Class extractTitleBlockInherits extractBlockRefPublic ReadOnly Property Description_Concantenated() As StringGet'Function to Get 4 Attributes and Return Concantenated StringEnd GetEnd Propertyend ClassPublic Class extractBlockRefInherits extractEntityPublic Name As StringPublic Space As String

[Code] .........

View 2 Replies View Related

AutoCAD Map 3D :: Add / Remove Rows From SDF Non-spatial Class Data Table

Jul 25, 2013

I create a sdf file and add a squema for non feature class, for association with an existing feature class squema property.

But the table is empty andlocked with no chance of adding values. Since it has no geometry, how can I put some rows on it.

I try to import using bulk copy, but then I cant remove or add rows.

How can I insert values in a sdf table?

View 3 Replies View Related







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