AutoCAD Civil 3D :: Raster Design - Commands For Raster Tools Not Working

May 24, 2012

Working in 2013 Raster Design.  The commands for raster tools are not working.  When attempting to insert an image the following message appears:

c:program filesautodeskautocad raster design 2013aeciibui56.arx cannot find a dll or other file that it needs. Unknown command "IINSERT".  Press F1 for help.

Similar messages appear when trying other commands located within the Raster Tools tab.

View 4 Replies


ADVERTISEMENT

AutoCAD Civil 3D :: Raster Design Not Working With 2012 After Update 2.1

Aug 23, 2012

After installing Update 2.1 for Civil 3D, Raster doesn't seem to be working.  When I go to use a Raster function, I get

FATAL ERROR:  Unhandled Access Violation Reading 0x01b8 Exception at 6e545df5h.

I've tried repairing and re-installing Raster and nothing has changed.

View 4 Replies View Related

AutoCAD 2013 :: Unable To Run Any Of Raster Design Commands

Nov 6, 2012

I have one user with AutoCAD Design Suite 2013. She is unable to run any of the Raster design commands.The Ribbon is loaded but commands are not working (unknown command).

AutoCAD as such runs fine.

View 1 Replies View Related

AutoCAD Civil 3D :: Raster Design Object Enabler For 2011 64 Bit?

Mar 19, 2012

I've been trying to get the Raster Design Object Enabler for Civil 3D 2011 64 Bit to install, but every time I run the exe it says there is no target application to be found, even though Civil 3D 2011 64 Bit is quite clearly installed on the machine.

View 8 Replies View Related

AutoCAD 2010 :: Raster Design Photo Transformations

Jul 17, 2013

Any way to transform/rubbersheet a photo/raster so it sticks to a wall i.e. vertically and not just doing it 2D. Trying to digitise photo's taken of walls to work in a 3d model.

View 3 Replies View Related

AutoCAD Map 3D :: Raster Design Object Enabler For 2011?

Sep 15, 2011

I am not seeing a oe for raster design for Map 3D 2011.  We need to attach ECW ortho images.

View 2 Replies View Related

AutoCAD VB :: Client Menus Utilizing Raster Design

Jun 24, 2011

I've been trying to update a client menu and I've gotten most things figured out.  They have a fairly elaborate routine set up to make sure our drawings work with their document control system as well as raster design.  We are using AutoCAD 2011 and the menu's were meant for 2008.

Everything seems to run well except at this sub module and every time I load a raster drawing with a TIF the routine error's out at the line in Red below.  I've tried everything I can think of to keep the routine running, and I want to refrain from just remarking it out, which seems to do the trick, but I do not want to do that unless it's for some other purpose. I just need to get their menus to work on newer versions of AutoCAD.

Private Sub AcadApp_EndOpen(ByVal FileName As String)
   
    Dim sPathPart As String
    Dim sFilePart As String
    Dim sExtPart As String
    Dim lResult As Long
    Dim vResult As Variant
    Dim bFoundCO As Boolean

[Code] ......

View 7 Replies View Related

AutoCAD 2010 :: Attaching Raster Permanently To Design File

Mar 28, 2013

Is there a way to permanently attach a raster to a .dwg? I want to publish a large set of drawings on our Intranet and some have rasters attached.

I don't need to worry about links to references and how to post them so as not to break the link.

View 7 Replies View Related

AutoCad :: Inserting TIFF Image With Raster Design 2011

Aug 9, 2011

inserting a Tiff image into a dwg file with Raster Design 2011. I have a image scanned at 400dpi and the image is a good quality image, some of the text is small be legible. When I insert the image with the imageattch command the image seems to gain pixels therefore causing some text to become unreadable. I've used the bitonal filter but then I lose some resolution. Is it normal for the TIFF image to appear more dense when brought into an Autocad drawing? If so is there a way to adjust the image to look more like the scan?

View 1 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Append Directories To SFSP With Raster Design Loaded

Oct 16, 2013

I am in the process of creating 2 lisp routines, one that loads Support file search paths on the network and one that adds support file search path locally. Each routine will be run depending on the ability of ACAD to find a file on the server. I noticed that when I add the new directories the default AutoCAD folders get replaced. I researched this and found that using the SETENV and ACAD I can include the default support paths. 

The issue I am running into is that not all default folders are being added to AutoCAD when I used the ACAD variable. A plugin folder under Program Data is listed in the original install, but it is not listed when I add my directories and used the ACAD variable to add the default directories. The same thing happens when raster design is installed. The help folder and the install directory for raster are not carried over when using the ACAD variable. 

I am attaching the coding for the lisp routine adding server paths. Is there some syntax I can add to tell it to append to the list instead of replacing the SFSP list?

(vl-load-com)
(setq files (vla-get-files
(vla-get-preferences (vlax-get-acad-object))
)
)
(setq SERVNM (getenv "servername"))
(setq SLSERV (STRCAT "\\" SERVNM))
[code].........

View 2 Replies View Related

AutoCAD Civil 3D :: Connect To Raster Data

Jul 22, 2008

Trying to connect to raster data through FDO Provider , 3D Map for Geospatial, raster formats are Drg, MrSid, Tiff and ECW, all formats load up but do not display, using Autocad Civil 3D 2008.

View 9 Replies View Related

AutoCAD Civil 3D :: XREFs With Raster Images

Nov 17, 2011

Heard complaints about how XREF's with raster images take forever to load and unload? Any time you select the XREF in the Xref Manager the images process, whether they are turned on or off. When did this behavior start?

View 7 Replies View Related

AutoCAD Civil 3D :: How To Slice 3D Raster Surface

Jul 4, 2012

I created a 3D raster surface from point cloud using create from point cloud tool ( Planning and analysis workspace, create tab). Now I would like to cut/slice this surface to be able to offset one part related to the other.

How to do it? I tried with the slice tool but I can only select the object and after nothing happens.

View 7 Replies View Related

AutoCAD Civil 3D :: Raster Image Panel Missing

May 16, 2013

I'm using C3D 2013 on a 64 bit windows 7 machine.  I have basejump loaded, and when I first installed it there would be a "Raster" tab in the ribbon that would allow me to resample, etc.  That tab is now gone. How to get it back?

I used to click on a point to select it and a new tab would show up in the ribbon to list points, edit points, etc.  That doesn't come up anymore either.

View 4 Replies View Related

AutoCAD Civil 3D :: Raster Image Memory Limit

Jan 22, 2013

I am trying to increase the memory limit to my raster options and it wont let me change the size. I have plenty of available memory(mb) to use, but after i restart civil 3d and go back to the same options menu, its back to what it was..

View 3 Replies View Related

AutoCAD Civil 3D :: Automatically Vectorize A Raster Drawing In 2014

Jul 16, 2013

We have a raster drawing that we're trying to vectorize using Raster Tools within Autodesk Infrastructure Design Suite (Civil 3d) 2014.  However the process is slow going having to convert each line within the raster drawing manually.  Is there a way that  Raster Tools can automatically vectorize all lines within the drawing instead of picking each and every line?

View 4 Replies View Related

AutoCAD Civil 3D :: Raster Image Takes 20 Minutes To Load?

May 21, 2012

I have a 16GB Raster that we use for Design/Proposal purposes. Is there anything I could do to potentially improve load time or is this something I'll just have to live with?

Dell T1600 Workstation
Windows 7 x64
Intel Xeon E31280 @ 3.50 GHz
24 GB RAM
Nvidia Quadro 4000
Civil3D 2013

View 8 Replies View Related

AutoCAD Civil 3D :: Raster Plot Device Causes Labels To Rescale Improperly

Jun 22, 2012

Two different plot settings (saved as page setups) will produce different results for exactly the same 34"x22" output.  I have been bucking this problem since I started using AutoCAD C3D. I have a program to adjust the label scaling of my point labels so they are readable in both model space and layouts and when non-raster plotters are used, but now I must adapt it for other C3D labels before I can use them.

Below is my setup for plotting ANSI-D (34"x22") TIFF files at 288dpi.  I have been using this plot device and setup almost exclusively since about 2001.  The output is 9792 pixels x 6336 pixels which is set as a custom paper size to match my 288 dpi resolution (it is 288dpi because that is a multiple of 72dpi which is the default resolution of AutoCAD's TIFF raster output.  It is 72dpi regardless of the fact that the plot scale is specified as 288 pixels = 1 unit or 288dpi).  I must reset the dpi to 288 using image software so the resulting PDF will have a size of 34"x22" instead of 136"x88".  You can see in the preview output I captured that their size difference cannot be attributed to these size differences.  The plots are of the exact same layout showing point labels with only the page setup changed.

TIFF Plot Setup

PDF Plot Setup 

TIFF Plot Output (34"x22")

PDF Plot Output (34"x22")

how to get Autodesk to address or even acknowledge this label scaling error?

Windows 7 Professional 64-bit - Service Pack 1
Intel﴾R﴿ Core﴾TM﴿ i7-3820 CPU 3.60GHz; 16 GB DDR3 Dual Channel RAM
nVidia Quadro 4000; AutoCAD Civil 3D 2013, sp1

View 6 Replies View Related

AutoCAD Civil 3D :: Can't Turn Transparency Of Raster Images Off When Using Data Connect

Jul 23, 2012

I have a set of four images I am referencing into a drawing through the data connect feature found in Planning and analysis that overlap. I am running Civil 3D 2013. I would like to be able to clip the images as well as turn off the transparency but I can't seem to figure out how. If you select the images cadd thinks it is an image referenced outside of Data connect, but the clipping tool doesn't work, and it doesn't even matter if you de-select print transparency in the page setup, it still prints transparent. Is there another set of commands or tools that I am not aware of that allows you to edit an image brought in through the data connect?

View 2 Replies View Related

AutoCAD 2013 :: Express Tools Loaded But None Of Commands Working

Feb 20, 2013

I have loaded the Express Tools as here [URL] .... says. The Express Tools appear in my menu bar like normal, but when i try to do anything with any of them —FLATTEN, for instance— autocad does not recognize any.

I am running on Windows 8, Autocad Student Version language Spanish.

View 9 Replies View Related

AutoCAD Express Tools :: Some Express Tools Commands Not Working?

Jul 11, 2012

I installed express tools with ACADE abd ACAD, some of them don't work, example:

_.sysvdlg Unknown command "SYSVDLG".  Press F1 for help.

other commands missing:

arctextx, txt2mtxt,mocoro,dimex,dimin,qlattach

View 4 Replies View Related

AutoCAD Map 3D :: Where To Get Raster Images

Mar 22, 2010

Where can i get satellite images in .j2w .jp2 format to import to Autocad Map 3D, can i get this type of formats from google earth or other "free" sources?

View 3 Replies View Related

AutoCAD Civil 3D :: 2012 - No Commands Are Working

Nov 4, 2012

Just had to repair my installation, now I am unable to use any Civil 3D commands, anything with "AECC" in front of it is coming back with "unknown command"?

View 1 Replies View Related

AutoCAD LT :: Binding Raster Images

Sep 3, 2013

I am attempting to bind a logo in my title block and I don't see where I have the option to bind an image. 

View 5 Replies View Related

AutoCAD Map 3D :: FDO Raster - Display Order

Oct 6, 2008

I use image insert to attach aerial photographs. I would like to use the FDO raster connection, but I keep having a problem with the raster image losing it's display order. I use "display order" in the display manager and move the raster to the bottom, but for some reason it keeps popping above the line work and I have to keep sending it to the back.

I put images in drawings quite frequently as they change from year to year and we monitor a large number of projects yearly. Is image insert still the quickest solution or is there a way to ensure the image will retain it's display order when I do a data connect?

View 2 Replies View Related

AutoCAD 2013 :: Raster Won't Plot To PDF

Oct 25, 2012

I have a drawing that refuses to plot the raster image when i plot to a PDF. It will plot the raster when I send it to the plotter. The raster is visible in the print preview. I've tried using the Adobe PDF driver and the DWG to PDF.pc3. 

All I get is the line work. 

Plot tranparency is off. Image is at Brightness 50, Contrast 50, Fade 0. 

Autocad Map3d 2013

View 5 Replies View Related

AutoCAD Map 3D :: Raster Images Not Plotting?

Oct 27, 2011

I normally am a Civil 3D person.  Learning something new as the company I work for has been tasked with creating some GIS maps for a client.  Still have only a couple of months experience with Map 3D.  The current task at hand is creating a map of our client's district boundary to replace an old exhibit hanging in client's office.  I used mapiinsert to insert 64 MrSID raster images, then data connected some SDF file for the boundary, major thoroughfares, and tributaries.  The overall aerial imagery, after clipping, is about 11 miles by 17.25 miles.  I am planning to plot this on a 48" x 76" sheet of paper at a 1200 scale.

The problem is that I get about 1/8" of an aerial image and 75-3/4" of blank paper when I try to plot.  I have tried to reduce the raster image quality and bumped up the Rasterpercent and Rasterthreshold system variables to their maximum settings with no improvement.  Images show when I do a preview, but do not plot out.  I also tried creating a PDF but I get the same result with a thin strip of aerial when I do that.  I use Bluebeam for PDF.

Map 3D 2011

Computer:

Intel Core i7 processor

8 GB RAM

Windows 7 Professional 64-bit OS

Plotter:

HP Designjet T1100ps with optimized driver

Yes, I know the HP is only a 44" plotter, but I am plotting to fit a 36" roll so that we can view a check plot before we forward the file to our reprographics company for full size plots.  I have also tried different settings on the plotter but nothing I have tried has had any impact.

View 2 Replies View Related

AutoCad :: Georeferencing A Raster Image

Nov 8, 2013

well i have a problem on solving an autoCAD homework . i have a pdf with the contours of the altitude of an area and i have to rasterize it as an image in AutoCAD 2006 (i put it on windows paint , then i save it as an img (jpg) ) and then i inserted it in AutoCAD. I have to georeference that image and to fix its scale. How can i do that ?

View 1 Replies View Related

AutoCAD .NET :: How To Draw Raster Image

Mar 27, 2013

I have a problem about drawing CAD.

I want to draw a ellipse with the mouse trajectory,just like draw Raster Image.Then Calculate the ellipse parameters and get a Data Base Object ellipse to add in!

View 3 Replies View Related

AutoCAD Map 3D :: Raster Image Transparency

Oct 31, 2008

How can I make a raster image transparent? I would like to see image #2 below image #1 by making image #1 semi-transparent. I can make one specific color in the image transparent..I am working from a scanned image in jpeg format. I would think it should be easy because any Microsoft Office program can do it. I have searched through multiple Autodesk discussion boards to no avail.

View 9 Replies View Related

AutoCAD Print / Plot :: DWG To Raster PDF

Aug 19, 2013

A DWG can be plotted to a "vector" PDF using DWG to PDF. Is there any way to plot, convert or save a DWG to a "raster" PDF?

View 1 Replies View Related







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