AutoCAD Inventor :: Opening A Form When New Drawing Created
May 15, 2013
I have created a new drawing template using an iLogic Form and Prompted Entry. What I would like is a Rule that is generated when a user opens a new drawing template. The rule that is created would open up the new iLogic Form I created where various Title Block information is entered (Client Name, Client Address, Date, Drawn By, etc... I know you can manually open the iLogic Form that I created via the iLogic tab, but I would prefer the form open upon opening the new drawing. Once comlpeted, the user than imputs the Prompted Entry values (Drawing Name, Drawing Number, etc...).
View 4 Replies
ADVERTISEMENT
Oct 7, 2013
I am trying to unfold a part created from a derived assembly like I usually do… why in the world will it not unfold, and show a preview of the unfolded in the other direction??
At first all was working… until I added a part (see the circled item in picture), and I don’t have any problem usually!
View 6 Replies
View Related
Oct 14, 2013
I recently upgraded from map 2008 to civil 3d 2010. Whenever I open a drawing that was last saved/used in my map 2008 program, it freezes upon opening and tells me there are errors. If I ignore the problem, I can continue to open and work on drawing, but every time I open it up, I get the errors and the freeze. Is there something I can do in civil 3d 2010 that will bypass whatever is freezing it up? I have included a drawing that is freezing up in civil 3d 2009 and/or 2010 that was created with map 08
View 4 Replies
View Related
Oct 8, 2012
One of the features I was really looking forward to in CS6 was creating fillable forms with ONE application. I created a form following the step by step instructions in classroom in a book for CS6. When I opened the exported form in Reader X, I get a "This operation is not permitted" error. I opened the completed "end" document in the lesson to make sure I didn't commit an error, and I got the same message when exporting. I have looked for places in menus to modify security restrictions and I can't find any. I installed the updates and that didn't solve the issue.
I saw one solution posted which is to open the document in Acrobat, then do a "save as" option. Is there anything we can do that doesn't involve buying additional software? If this is not the case, then Adobe seriously needs to change its training and advertising about this functionality.
View 11 Replies
View Related
Jun 21, 2012
I am having trouble opening a drawing created by other software, I am using the following
(defun c:water ()
(setq acApp (vlax-get-acad-object))
(setq acDocs (vla-get-documents acApp))
(vla-open acDocs "L:/GIS_CAD/CAD NZMG/Water/Water Nov08.dwg")
)
If I try the routine I get ; error: Automation Error. Error Decrypting Data.
If I open the drawing normally (that works) and save as a dxf, then open the dxf and save it again as a dwg the routine works. I use the routine for 5 seperate drawings that get updated every month and would rather have a routine that opens the drawings without the fiddle.
View 7 Replies
View Related
Jun 7, 2012
I'm trying to put a little iLogic rule in my drawing template which triggers as soon as the drawing is opened. The rule asks the user whether the component he's making a drawing of needs to be painted or not. If it gets painted, the paint area (one side only or both sides) needs to be calculated. The result of this is then referenced by a text note in the title block.
I can do the radio boxes with the questions, as well as their If loops, but only when I'm in the model. Due to our, admittedly inefficient workflow, we never have time to specify "minor details" like paint area or spec during modelling, only when we get to drawing level. I'd like to put the iLogic rule inside the drawing template. I'm having trouble referencing the iProperties of the model from within the drawing's iLogic interface.
What I have so far is this rule, which I can run inside the model:
'set dummy variable equal to total areatotal_area = iProperties.Area'start radio box with questionsText1 = InputRadioBox("Will this component be painted?", "Yes", "No", Text1, Title := iProperties.Value("Project", "Description"))If Text1 = True ThenText2 = InputRadioBox("How many sides will be painted?", "Both sides", "One side only", Text2, Title := iProperties.Value("Project", "Description"))If Text2 = True TheniProperties.Value("Custom", "Paint Area") = total_areaElseIf Text2 = False TheniProperties.Value("Custom", "Paint Area") = total_area/2End IfElseIf Text1 = False TheniProperties.Value("Custom", "Paint Area") = 0End If
adding a line or two so that I can run the same rule, but from the drawing.
View 9 Replies
View Related
Jul 31, 2012
I'm having real difficulties getting my drawing borders to work between Inventor and AutoCAD. I am using Product Design Suite 2012.
I have created a drawing border using Inventor, which is the template for any drawings I produce. I often export the Inventor drawings into AutoCAD 2007 dwg's to send to customers. However, it seems all the text goes up the creek after the export...
When I open the exported AutoCAD drawing, first I explode the drawing border. Then, if I scale the border from within AutoCAD, none of the text wants to scale up. - I've attached the border. I've tried several different ways to fix it using text styles, heights (setting to 0) etc and still no luck!
How to fix the text scaling?!
View 1 Replies
View Related
Oct 2, 2012
I have an assembly that was created on 64 bit version of Inventor 2013, the total file size of everything is around 150MB. Even if I use 'Pack and Go' to move the file to another computer running the 32 bit version I get an error when I try to open it which says something like:
'unable to allocate 3GB memory for FBAttributeSegment'
The actually figure is over 3GB but of course on a 32 bit version of windows it is physically impossible to allocate that amount of memory (even with the /3GB in boot.ini hack)
I've performed various dynamic simulations as well as animations within the assembly so I'm thinking that perhaps its trying to allocate that huge amount of memory for a saved state of one of those.
What FBAtributeSegment might be and whether there is any special way to save an assembly to avoid this problem? The name FBAttributeSegment doesn't correspond to any part or assembly names.
I should also add that I have no problem opening it in a 32 bit version of Fusion which again suggests to me that it is something like simulation or animation that is causing this
View 4 Replies
View Related
Sep 10, 2012
I instal form SDK User Tools because I need in Inventor Drawing Tools (Revision cloud). I do this install like on website Autodesk show and I didn't get it on ribbon. I do also registry of this plugin but I also didn't get it.
I used Invenbtor 2013 with servce pack.
View 2 Replies
View Related
Aug 8, 2012
Is there a way, using VBA to get the sheet size of a drawing without opening the drawing? I know how to get it with the drawing open, so alternatively, is there a way to open all the drawings in a folder, one at a time, then get sheet.size, then close and open the next?
View 3 Replies
View Related
Aug 5, 2013
When I open Inventor, the message "cannot load..." pop-out. Although I still can create the 3D model in Inventor but everytime when I open my existing or new drawing file (.idw), Inventor will occur fatal error and closed.
View 2 Replies
View Related
Jun 10, 2013
I am building a custom batch update for our drawings to take border definitions as well as custom iproperties from a current template and push them into a specified inventor dwg file. I built a form for the users to select the template they want to import into a list of files they place in the form. The program opens the template, get's all the information (iproperties, border defs, etc... using the active document to get the document) then iterates through the list of the users doing the following for each file (also getting the active document to get the items in each file): open, replace border definition, insert any non-existent custom iproperties, save and close the file. It works great when I keep the open visible set to true for the files. When I switch the visible property to false for each one of the files I want to open I get an error similar to this: Systems.InvalidCastException: Unable to cast object of type 'Inventor._DocumentClass' to type 'Inventor._DrawingDocument'. at ---- then my button click event here.
Does inventor technically not see a document as an active document if the file is not visible when opened?
View 2 Replies
View Related
Jul 21, 2013
I changed from 2012 to 2013 Inventor,
When I open an existing drawing, I have this error msg.
View 4 Replies
View Related
Apr 10, 2013
I am working on a form (global) and have added a picture with a parameter and a picture folder underneath. So that the picture displayed on my form will change depending on the parameter value.Here comes the trick. Only text parameters can be used!On the form editor only 'Text parameter' can be selected to drive the picture selection. I actually need an integer, so that i can use my User/Excel parameters from Inventor.
I can work this around with an iLogic rule to equal the value of my string Picture Parameter with the relevant integer Inventor parameter, but the rules need to be run before the pic and the form updates (by pressing the 'Apply' button at the bottom of the form and then the assy updates too. So this takes a couple of minutes)... whereas if it was an option on the form editor then the update would be instant without waiting for everything to update...
Is there a particular reason why the Picture Parameter only can be a text parameter?
View 2 Replies
View Related
Apr 24, 2013
is it possable to add an opening into a plate created in Plant3D?
i.e. i have some equipment that need to pass through the grating of several leveals of a new structure.
View 1 Replies
View Related
Jul 9, 2007
I want to prevent Photoshop from opening all the different file formats.
I have vista with fax capabilites when I get a fax it opens in photoshop. THen I can only see the 1st page.
All other files that would open a lot quicker in Paint are opening in Photoshop which takes a lot more time to appear.
What do I do to stop Photoshop from opening almost all files
View 1 Replies
View Related
Nov 19, 2012
AutoCad LT2003 I work in 2D wire form. When I cut and past elements together Z can be anywhere. It becomes a problem trimming , chamfering etc. Is there any way to flatten the drawing so that Z is always zero?
View 5 Replies
View Related
Aug 13, 2012
I work with a national company that creates criteria drawings for new projects. They recently changed to the 2012 version but they save it down to 2007. There has not been an issue with opening files with my 2009 version until recently. All of the computers in our office are unable to open these new files, although they claim nothing has changed. My CAD will pop up a fatal error and shut down whenever I attempt to open the new files. I downloaded the 2013 trial version and saved the file down to the older version, but that does not work either. Newer versions do not seem to be affected by the files, just my 2009 version. I tried creating a new file in 2013 and saved down to 2007 format. When I try to open it 2009 there is no issue. besides purchasing a new version of AutoCAD?
View 1 Replies
View Related
Jan 3, 2012
Is it possible to refresh drawing content when modal form is running?
I placed sample project in attachment.
There is simple form with only one button.
Private Sub Button1_Click(sender As System.Object, e As System.EventArgs) Handles Button1.Click Class1.DrawLineOnScreen() End Sub
After button is pressed, application prompting user for picking 2 points, and draw a line (based on picked points).
Public Shared Sub DrawLineOnScreen() Dim editor As Editor = Application.DocumentManager.MdiActiveDocument.Editor Dim pFirst As PromptPointOptions = New PromptPointOptions("First point: ") Dim rFirst As PromptPointResult = editor.GetPoint(pFirst) Dim pSecond As PromptPointOptions = New PromptPointOptions("Second point: ") Dim rSecond As PromptPointResult = editor.GetPoint(pSecond) If rFirst.Status = PromptStatus.OK AndAlso rSecond.Status = PromptStatus.OK Then Dim line As Line = New Line(rFirst.Value, rSecond.Value) Dim tr As Transaction = Application.DocumentManager.MdiActiveDocument.TransactionManager.StartTransaction Using tr Dim modelSpace As BlockTableRecord = tr.GetObject(Application.DocumentManager.MdiActiveDocument.Database.CurrentSpaceId, OpenMode.ForWrite) modelSpace.AppendEntity(line) tr.AddNewlyCreatedDBObject(line, True) tr.Commit() End Using End If End Sub
Problem is that line had been added to transaction (to Model Space block table record) but nothing change on a drawing. Line will appear on a drawing after closing the form.
In opposite situation, without using modal form (only console) everyting works fine.
<CommandMethod("DrawLine", CommandFlags.Modal)> _ Public Sub DrawLine() Class1.DrawLineOnScreen() End Sub
View 2 Replies
View Related
Jun 26, 2011
How should I make a form which contains some shapes to be added to my drawing? by user pointing of course.
View 6 Replies
View Related
Feb 7, 2014
I created an interactive form in InDesign CC and do not like the check marks as they are not visible enough. Can I globally change the check marks to "X" marks?
View 1 Replies
View Related
May 18, 2011
Is there a reason why my dynamic blocks are changing back to the defaut visibility when i copy the blocks from one file to another?
View 3 Replies
View Related
Nov 28, 2012
Recently upgraded to Civil 3D 2013 and drawings opened up fine. Now today any drawing that opens shows the plan view as last saved but then after loading takes the drawing and shifts it into a 3d view similar to a crossection. Is there a setting somewhere that has been changed? I noticed after a windows 7 update was preformed.
View 7 Replies
View Related
Mar 23, 2013
I have two drawings A and B. I work in A and I need some design elements from B.
When I open the drawing B everything I have in drawing A disappeared. I refer to all elements of design (blocks, lines, polylines, etc.).
After studying the issue have concluded that the design of all elements were automatically isolated. Right click> Isolate> End Object Isolation and everything reappears in drawing A.
I mention that I installed Autocad Map 3D 2012 x64 on Windows 7 x64 and work in Map Classic Workspace using the same coordinate system in both drawings.
View 4 Replies
View Related
Nov 16, 2011
When I open an drawing, AutoCAD opens *two* drawings, the one I wanted *plus* a new one (called drawing 1.)Why does this happen and can it be prevented?
View 6 Replies
View Related
Apr 25, 2009
I use illustrator CS version 11, is there a way to open illustrator files saved and created in a newer version of illustrator?
View 5 Replies
View Related
May 7, 2013
I cant seem to get art work that I have created to open in illustrator by double clicking. I have to either tell it to open with or to drag it to the program.
View 3 Replies
View Related
Jul 16, 2013
Three years ago I created a drawing in which I inserted Hyperlinks into the drawing. When I made a PDF from the drawing the Hyperlinks were still there and worked correctly from the PDF. Not sure which version of AutoCAD this was created from. I am now using 2012 and have tried to repeat the process but when I create the PDF the Hyperlinks are not there.
View 4 Replies
View Related
Feb 21, 2013
When I try to use PSPx5 to open .psp images created with older versions of PSP, I get the message that they can't be opened.
View 5 Replies
View Related
Mar 16, 2012
I have created a viewport on a drawing within a layout tab. When I go into paper space the available scale options are in metric units e.g. 1:500. When selecting the scale that I require that should allow the drawing detail to fit within the viewport it is too large even when the smallest scale available (1:5000) should easily be adequate for the detail to fit within the viewport. The detail within model space has been drawn in millimetres.
I guess that some defaults, scaling options are conflicting with each other.
View 3 Replies
View Related
Mar 1, 2012
Any way I can insert a drawing, via pulldown menu from a created cui, and not have to hit enter 3x in a row. I would like to see if there is a way to bypass having to enter an x and y scale factor and rotation.
View 5 Replies
View Related