AutoCAD LT :: Drawing A Open Reducer
May 5, 2013I have got a reducer with a size of 4" to 3" dia and a length of 5". I need to open and draw its dimensions. I need the dimensions as highlighted in the sketch.
View 3 RepliesI have got a reducer with a size of 4" to 3" dia and a length of 5". I need to open and draw its dimensions. I need the dimensions as highlighted in the sketch.
View 3 RepliesHow do i get the curve when drawing a concentric reducer i tried lofting but still dont get the curve.
Spoiler (Highlight to read)
but i am unable to draw eccentric reducer using the enclosed sketch.
View 9 Replies View RelatedHow to develop an Eccentric Reducer .
I want Big Id =2750 mm Small ID=1650 mm & Length of Eccentric Reducer =4400 mm Thk=20 mm
What kind of fillet i need for relax the edges in a eccentric reducer pipes's fitting, i can use fillet of faces for the sircular edge smaller , but am in troubles with the bigger .
View 1 Replies View RelatedIf I was to build a rectangular pipe reducer in parts builder does it have to be built as a structure or could or be a pipe? I am having a hard time understanding how to use part builder. I am trying to work with all the tutorials I can find. I just wish I could find a step by step on how to make a reducer.
View 3 Replies View Relatedif I open a drawing with DocumentManager.Open("drawing.dwg", false) and it is already open (or the user has no rights to write to it), the drawing is opened in READONLY mode without warning.
Is there way to check if DocumentManager.Open("drawing.dwg", false) will open the drawing normal or READONLY?
How do I get my Sheet Set Manager to open up each time I open a CAD drawing? I turned it off and can't remember how to turn it back on. I use command SSautoopen, set to 1 but doesn't alway work. Sometimes if I close AutoCad and reopen it I can got to drop down menu and click on .dst extension and it will open but if I close out of it it won't open again unless I restart AutoCAD. I thought I used a command from the Express Tool menu but can't find it.
View 3 Replies View RelatedI downloaded multi-batch as someone here said they like it for batch plotting. Once installed, however, it has changed a setting in AutoCAD. I can no longer open more than one drawing at a time. If I have a drawing open and try to open another drawing it asks me if I want to save the current open drawing.
I can not close a drawing either without exiting AutoCAD or trying to open another drawing. I un-installed multi-batch but it did not fix the problem.
Once I have the dwg open how do I get to the database?
Dim AcadApp As Object = Nothing Dim AcadDoc As Object = Nothing Try AcadApp = GetObject(, "AutoCAD.Application.18") Catch ex As Exception AcadApp = CreateObject("AutoCAD.Application.18") End Try AcadApp.Visible = False Try AcadDoc = AcadApp.Documents.Open("C:UsersPAULDesktopB-03-J-H135.dwg", True) Catch ex As Exception Exit Sub End Try Dim MyDb As Database = AcadApp.DocumentManager.MdiActiveDocument.Database
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 RelatedError 1 'open' is not a member of 'Autodesk.AutoCAD.ApplicationServices.DocumentCollection'.
View 5 Replies View RelatedWhen I try to open this drawing I get this error "Internal error in persistence operation (Can't load segment PmBRepSegment via a RSeRef when loading segment DLSheet35DLSegment)".
Is there a recover command in Inventor 2012 similar to the recover feature in Autocad?
In one of my application I want to open a drawing and make a new one.That doesnt work. So I copy following code from the
[CommandMethod("NewDrawing", CommandFlags.Session)]
public static void NewDrawing()
{
string strTemplatePath = "acadiso.dwt";
DocumentCollection acDocMgr = Application.DocumentManager;
acDocMgr.DocumentActivationEnabled = true;
Autodesk.AutoCAD.ApplicationServices.Document acDoc = DocumentCollectionExtension.Add(acDocMgr, strTemplatePath);
// Alternatively: Autodesk.AutoCAD.ApplicationServices.Document acDoc = Application.DocumentManager.Add(strTemplatePath);
acDocMgr.MdiActiveDocument = acDoc;
}
At the end the MdiActiveDocument is still the drawing which where open before a new document is created.
BTW: I'm using 2013 and 2014. This method works fine in 2010.
Whats the different between 2013/ 2014 and 2010.
I have working code for opening a cad drawing from an external program. That is perfect.
how can I force a drawing that is NOT readonly to open as readonly from outside cad.
using dwgDB.saveas on a drawing database that the user has open but NOT current on his screen?
For example, the user has DWG1 open and DWG2 open and currently active, my program modifies DWG1 (inactive) and when the program tries to run...
dwg1DB.SaveAs(filename, true, DwgVersion.Current, dwg1DB.SecurityParameters)
it errors with an elock violation, even though I lock the document with dwg1DOC.LockDocument before I try to save and unlock it after.
The same code runs fine on the current document so at this time I just ended making the other document current just to save it then switch back to previously current document.
What am I missing to save a document that is open but not current?
After a recent crash civil 3d now asks me to type in the full path and file name for a file i want to open after selecting the open option on the menu or toolbar.i know there is a variable that requires re setting but i don't know how.
View 9 Replies View RelatedIn the last couple of days civil3d has started not opening a drawing as the active drawing
View 1 Replies View RelatedI'm in AutoCAD 2013. I've been working on a drawing everyday (was just working on it yesterday), but can't open it now. I just get a blank gray screen when I open if from within AutoCAD. When I open it from my computer drive while AutoCAD is closed, AutoCAD opens and I get "Drawing1.dwg." I've tried the RECOVER command, but I don't get a response. I tried RECOVERALL command which let me choose a file to recover, but it responded saying it could not recover the drawing.
View 6 Replies View RelatedWhen I create a drawing with Mtext and my co-worker opens the drawing the width of the box defaults to 0 and the grips to enlarge the box are all snapped to the insertion point. How do we get the text boxes to stay the same??
View 8 Replies View RelatedI have this macro,but it opens the folder not the drawing,
^C^C-filedia;0;open;"C:/ADT_2008_drawings/John Becker Construction/Chart7.dwg"
i use Inventor 2012 and Vault Collaboration 2012, and I often find drawing template cannot be open. with error message The template file is open. Please close it and try again
in fact, I did not open the template file.
one of the drawing i forgot my password. Now i am confuse because this drawing is very important in front of me. Here is the attach....my drawing.
View 9 Replies View RelatedI don't know how I had done this before. When I had a previous version of autocrat I could Open autocrat and it would not Open drawing 1. I'm wanting to know if it is possible to have this feature again in civil 3d. Both in 2012 and 2011 civil 3d.
View 3 Replies View RelatedHere is what's happening:
When I open more than one drawing the second drawing that I open does not show (but is opened) I see the first drawing that was already open. If I open a third drawing, the same thing happens the first drawing shows ( but the second and third are both open).
Is this something to do with changing the Quick View Drawings Order?
I am trying to open a drawing file programmatically(automatically).
So for example.
If I have a file name "test.dwg" and run some custom command like 'openfile", AutoCAD opens "test.dwg" without any prompt.
The following code DOESN'T do the job I want.
Application.DocumentManager.MdiActiveDocument.SendStringToExecute("OPEN", true, false, true)
The problem is I have to hit enter after the above code is run.
Why is it that when we copy and paste a drawing from LT Autocad 2012 to powerpoint 2003, other versions of Autocad users are unable to open up when they double-click on the drawing?
View 4 Replies View RelatedI would like to be able to collect information from a drawing via a sub-form and then insert a block with attributes (populated with collected info) into another open drawing. The insert operation would be launched from a button on my sub form.
Is this possible?
From the code below I attempted a test to simply select a point from another open drawing but was not successful. However, once I closed both forms the target drawing file is activated.
Private Sub Button2_Click(ByVal sender As System.Object,
ByVal e As System.EventArgs) Handles Button2.Click
Me.Hide()
Dim docMgr As DocumentCollection = Autodesk.AutoCAD.ApplicationServices.Application.DocumentManager
Dim i As Integer = 0
For Each doc As Document In docMgr
[Code]....
I have a palette on my drawing which is sitting nicely (closed) on the left hand side of my screen and opens when my cursor hovers over it, is there any way that I can stop it from doing this and only open when I click it?
When I'm working in MS and this thing opens when I go near it.
I cant get a Excel hyperlink in a drawing to open. Is there a way to find out where they are stored?
View 1 Replies View Relatedmy drawing file has failed to open. when i try to open i geta feedback of drawing file invalid.i need this drawing before saturday 9th 2011.
View 4 Replies View Related