AutoCad :: Object Enabler Doesn't Work
Nov 13, 2013
We have AutoCAD 2014 and 2012 currently in our office. We have a civil file that works perfectly fine with 2014 (we usually save all files down to 2010 so all our consultants can use them). When we open it in 2012 the object enabler does not seem to work only showing empty boxes with AceeLand90 text in the lower left hand corner. The civil object enabler on 2012 is up to date and the drawing was saved down to 2010. Not sure what I am missing and why it doesn't wort to have the Acee Entities shown in 2012.
View 6 Replies
ADVERTISEMENT
Apr 10, 2013
I am using Autocad 2013 on a 64bit PC.
I saved and run the Civil OE 64Bit. All the items shown have been selected and installed.
I can only see squares when I open a drawings that comes from the civil engineers.
View 8 Replies
View Related
Sep 27, 2010
I am having trouble installing the "AutoCAD Architecture-MEP Object Enabler for AutoCAD LT." Whenever I try to install it, I immediately get a screen that says, "Setup was unable to detect any target applications for AutoCAD Architecture-MEP Oblject Enabler for AutoCAD LT." I have tried restarting the computer, running the install program with LT on and off, etc.
View 9 Replies
View Related
Nov 9, 2012
I've been having issues recently installing Object Enabler for AutoCAD Civil 3D 2012 on a few machines. I downloaded the installer from the AutoDesk website, but when running, it comes up and says it can't find any install of Civil 3D 2012..
Currently have AutoCAD Civil 3D 2010 and it's object enabler installed... Also have AutoCAD Civil 3D 2012 installed but can't get the OE to install for it. Running the 64bit shows nothing to install to, and the 32 bit installation only shows an option for "Language Pack".
View 4 Replies
View Related
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
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
Feb 28, 2013
I have an Object Enabler question... is there anyway to temporily disable them - but without Programs And Features > Uninstall?
I know that most enablers add an entry in Appload. What about a button that unloads the enabler if its name can be determined?
View 1 Replies
View Related
Mar 28, 2012
I am trying to write a script that will automatically hatch several drawings. The drawings contain an area in which there are several objects that need to be hatched. For each drawing the objects vary in location within the one area.I figured I would set up my script to encompass the area with the object select hatch technique. This works fine if the objects in the area have no Islands. However when an object within the "object select hatch area" contains Islands it shades the whole object ignoring the Island or if it does recognize an island it will create an individual hatch for it.
However when I use the pick internal point method the hatch comes out as expected for the object with the Islands in it.
View 5 Replies
View Related
Aug 16, 2013
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?
View 4 Replies
View Related
Feb 21, 2014
I created a closed object that had a Bezier curve as part of it's definition. I wanted to scale it by 110% and then use this second enlarged object to create a sort of a background underneath the first object to create a sort of a shadow effect. But rather than the second object being uniformly larger than the first it intersects the original object in ways that don't make sense to me.
Is there an easier/differnt way to create an effect like this? I can do it but have to manually adjust a lot of points in the new object so that they create a uniformly larger version of the original object but it's a lot of effort for something that works fine for normal polygons with straight lines (e.g. a star with 5 points).
i've attached an image of what I get with this technique of creating two examples of two objects one a 110% scale version of the other. The first star shows the effect I'm trying to get and the second shows the problem (the red border does not surround the black object uniformly around the perimeter)
View 19 Replies
View Related
Sep 19, 2012
when the Prosteel Object Enabler for AutoCAD 2013 will be available.
View 4 Replies
View Related
Mar 20, 2013
Trying to utilize a .sid file within Standard AutoCAD 2013, all suggestions point to an Object Enabler but notice that for 2013 all are for Civil 3D, Plant...
Is there an object enabler for Standard 2013?
View 7 Replies
View Related
Jul 14, 2013
I am having some trouble with a file in Illustrator CS6. Within a layer, when I add a fill to an object, the fill doesn't block out the object paths beneath. For instance, say I have a square object overlapping a circle object in Layer 1. The square object is above the circle in the layer. When I add a fill to the square, the circle stroke still shows through the square even though the overlapped part should be blocked out by the fill. The square is set to normal visibility, and I have made sure that there are no duplicate paths that would account for what I am seeing. (I.e., it's not a case where there's a second identical circle path that is on top of the square, so that it remains visible in spite of the fill.)
Other details:
- I'm mainly working with a white fill, but the problem is the same with fills of any color
- When there's a fill color in the circle path as well, the circle's fill color *is* blocked out—just not its stroke.
- I have restarted Illustrator and restarted my computer and these have not changed anything.
- There are other layers within the same document where the normal layering rules work.
- I tried copy/pasting some of the problem objects into a new document, and in the new document, the fill works properly.
- If I move the problem objects to another layer, then the fill works as it should. But as I'm dealing with a number of paths, it doesn't make sense to create a layer for each to solve the problem.
I can't tell if it's a matter of working in too large or complex a file.
View 13 Replies
View Related
Sep 15, 2011
My company used autocad 2009 and a printing Plug-in which was made by VB,they worked perfect.But when my company uses autocad 2010,the problem rises:The printing Plug-in doesn't work.
Although I downloaded and installed the Microsoft Visual Basic for Applications Module 32bit (from URL....), the printing Plug-in can not work with autocad 2010.the commands from the plug-in cannot be recognized.
Firstly I install autocad 2010,then VBA,next printing Plug-in.Is there anything wrong?
View 5 Replies
View Related
May 8, 2012
(visual studio 2010 c# and AutoCAD 2010 )I'm trying to create a new layer with ARGB color but SetRGB doesn`t work this way.
// Color is a System.Drawing.Color
private static void NewLayer(string layerName, Color layerColor)
{
LY_Rutas = gbl_doc.Layers.Add(layerName);
LY_Rutas.TrueColor.SetRGB(layerColor.R, layerColor.G, layerColor.B);
}
View 5 Replies
View Related
Apr 1, 2013
i am using CAD2010 & VS2012.
start external program done and no problem with attact to process.
i set breakPoints in my program then i loaded it to autocad using netload so this breakpoint doesn't work , and my program complete all code without stop at my breakpoint .
View 8 Replies
View Related
Dec 6, 2013
I am rehab a part of road, and using overlaymillandlevel 2 subassembly. I'm noted that when existing cross slope past to 6%, corridor is not build like the picture below. understand why this happenning.
View 5 Replies
View Related
Apr 24, 2011
I am trying to follow some directions and the call for a spline to be drawn onto an image. I can only find a polyline which doesnt work like I need it to. As I understand it a polyline will put a curved line as close as it can to a series of points, whereas a spline will "join the dots". I need to join the dots but with a curve not a jagged straight edge.
View 5 Replies
View Related
Aug 10, 2013
I can't use F8 key for Ortho mode in Auto Cad 2012. I checked CUI and it seems to be ok but when I press the F8 key It doesn't work. as matter of fact, after pressing F8 key, line type manager window is opened!
View 9 Replies
View Related
Jul 10, 2012
I've upgraded to Inventor 2013, removed 2012 and I want to install Feature Recognition enabler for 2013. It wont install because it says an older version of the add-in exisits. Control Panel won't uninstall it becasure it says Inventor not installed. any thoughts on how to remove the old version of feature recognition?
View 5 Replies
View Related
Nov 29, 2013
where I can find and download a copy of Mesh Enabler add on for Inventor 2011?
Every link I try brings me to the same page to download it for 2013.
View 2 Replies
View Related
Sep 20, 2012
I have a problem when I want to use a cutout.
My purpose is to get a perforated plate but Inventor doesn't show this.
Only the black color is shown and not the holes.
View 9 Replies
View Related
Oct 3, 2011
I created a paletteset with MinimumSize, it works fine when the paletteset is not docked to anywhere. However the MinimumSize doesn't seem to work at all. I tried to dock it to left, then I can drag the edge to really narrow.
View 1 Replies
View Related
Aug 20, 2013
I'm attempting to copy paste a block and a line from one tab to another in the same drawing and it doesnt appear. I get
Command: _pasteclip Duplicate definition of block _Oblique ignored.
Duplicate definition of block _ArchTick ignored.
Duplicate definition of block attr_FFL ignored.
i've purged, i've audited, i've even created a new drawing and transfered the information but im still getting this problem.The strange thing is occasionally it works.also, i purge so the drawing it is clean, then i try to paste, then when purging again 1000's of blocks appear in the purge diologue box. A49285 to A55404 & a block called A$C4E2C21A4
View 9 Replies
View Related
Sep 13, 2013
I need to Veto ETRANSMIT in some cases, I stripped down my code to a msgbox that will ask if i want to Veto Or not
Imports Autodesk.AutoCAD.RuntimeImports Autodesk.AutoCAD.ApplicationServices<Assembly: ExtensionApplication(GetType(GHATransmit.Initialization))> Namespace GHATransmit Public Class Initialization Implements IExtensionApplication Public KillCommand As Boolean = False Public Sub Initialize() Implements Autodesk.AutoCAD.Runtime.IExtensionApplication.Initialize Dim dm As DocumentCollection = Application.DocumentManager Dim doc As Document = dm.MdiActiveDocument AddHandler
[code]....
Even if the e.veto has been sent to AutoCAD the ETRANSMIT command still continues.
View 2 Replies
View Related
Oct 19, 2013
I made an assembly, inserted a bolt and saved it to another file for thee modifications i make in the screw.
I try to make a section view with one of the origin planes, but it doesn't make
View 6 Replies
View Related
Sep 27, 2011
I'm using AutoCAD Map 3D 2009.
I've created a simple drawing in CAD that contains a cropped JPEG, a two toned hatched polygon in behind it two MTexts overlaying all.
I cannot view them in either normal plotting, pdf format, jpeg format and even dwf.
I've increased the ram used in the "Raster Extension Options" (2000 MB), I've set the plotting in the "Process Document" to "...In computer", I've saved it in older formats (2000/2004/2007), I've placed the drawing on both our public drives as well as the local, I've adjusted the "Raster and Shaded/Rendered Viewports" & "OLE" settings in the "Device and Document Settings" (None to Best). Not to mention the other variations in the plot menu.
I've tried everything I can think of and have read through several threads here and nothing works.
What drives me nuts about this, is that I'm able to print from a layout with no problems a 3D drawing, with 2D hatching, an extensive title block with hatching and a secondary overall viewport (minimal detail) in the main viewport area.
View 6 Replies
View Related
Mar 10, 2012
I have a 3d drawing file which I manually flattened except the section. The ground plan is at 0 Z axis.
Now I am trying to draw lines on top of it, and I cannot extend my lines. Any solution to this?
Additional question:
I also had some difficulties when I was trying to flatten the 3d model. "Flatten" command did not work. I understand Flatshot did not work because these are not solids. But why Flatten did not work? That was why I had to manually change start and end of z position.
View 6 Replies
View Related
May 16, 2011
I use the command -scalelistedit to clean the strange scale , i do purge , save , close and when I re-open the drawing the bad scales are back
View 2 Replies
View Related
Jan 8, 2014
This is in reference to the DGNPURGE command for Civil 3D 2014 that can be installed from this hotfix:[URL]
I have already installed Service pack 1 for Civil 3D 2014.
I installed this hotfix on 16 computers in my office. So far the command runs successfully on only 4 computers.
Everyone in my company uses Windows 7 64-bit on computers that are identical. Once the hotfix is installed it doesn't work for everyone. It will run, but it returns this error:
"Unable to erase stroke (AcDbZombieObject): eNotAllowedForThisProxy"
That error is displayed thousands of times, I assume once for each unreferenced stroke. The at the end it says this:
"Purged 0 unreferenced complex linetype records (of 0). Purged 0 unreferenced strokes (of 19970)."
For only a few people, when they run DGNPURGE on the same exact drawing and it purges the unreferenced strokes just fine. It then says:
"Purged 0 unreferenced complex linetype records (of 0) Purged 19969 unreferenced strokes (of 19970)"
Each installation of Civil 3D was performed in exactly the same way from a deployment by one of our IT staff members. In addition, we already tried uninstalling Civil 3D and reinstalling it on one of the computers and it still doesn't work.
At the suggestion of Autodesk support I tried starting one of the computers in diagnostic mode and that didn't work either.I made sure to use the files in the px64 folder. In addition, I did try the files in the px86 folder just to see if they would work and they do not.Also, I have installed the Civil 3D 2012 hotfix for everyone and it works fine for everyone including those who the C3D 2014 hotfix doesn't work.
View 5 Replies
View Related
Apr 20, 2013
I made 2 parts, c cylinder and a plate with a hole, and tried linked the Diameter parameter in the Cylinder file.
First, i chose the Diameter, in the link dialog box, but the new user parameter that was inserted was the file name only.
Secondly, when i activate the Hole parameter in the plate file and select List Parameters in the Equation column, i see only the Hole parameter, not the new one, the Diameter, which i tried to link.
So, the link doesn't work.
But, i have, also, a general question: why do i see, in both files, in the List Parameters dialog, only the parameters which i changed their names? i expected to see all the parameters of the part, no?
View 2 Replies
View Related