I merged a small catalog with my master catalog and I am unable to open the master catalog. The error message reads "The Lightroom catalog named “master_catalog-2” cannot be opened because another application already has it opened.". There are no other applications running the catalog.
I am able to insert multi line text into the Drawing Properties Summaryinfo standard field "comments" by using string concatenation in VBA by using "mytext" & vbLF & vbCR "mytext".
But I can't find a way that works in autolisp. This code does not work.
I need to be able to draw "squiggly" (multi-point)lines. Specifically, roads on a map. Is there any tool or plug in that allows for "squiggly" lines? The line/ curve tool seems to be limited to 4 points that act as reference points for curves only so it isn't any use to me.
I spent 5 hours on a graphic for my children's book. Saved it, interestingly enough, in Paint.NET as a multi-layer .jpeg, which I thought was fantastic as it had never worked before. Ahhh, and it isn't working now. Now I can't open the file. I've tried Paint.NET, MS Paint, GIMP, MS Picture Manager, Windows Picture Viewer, and Windows Media Center. Maybe other programs.
I cannot open a file in either Photoshop CS6 or CC if the file has more than one layer. The application crashes every tme I attempt to open a multi-layer file.
Table styles / Data linked tables. In particular when re-syncing the table from excel, cells that should be merged become unmerged.
i have unchecked excel formatting, as i am using table styles used in autocad, i did try getting it to work starting with excel formatting, but couldn't get styles consistent, and text was much fainter.
As it is now the tables are working well except for the merged cells!
I have a feeling this goes way back to the first release of INV we had (release 14?). Basically the merged FG member length seems to be calculated using the member centre line instead of real lengths. See the attached Pack-N-Go.
The view on the left is a Merged FG member. The view in the middle is individual FG members based on a line of symmetry in the same sketch. Both are placed using the mid point option in the FG dialogue. The views on the right are the 3 separate members used for the middle view.
The Merged length shows 722 mm whereas adding the 3 member lengths (RH view) equals 740 mm. 18 mm short, or 2 sets of 9 mm (shown in the middle view) which represents the end cuts to the middle member in the RH view.
Once a 3D object is drawn/completed in Inventor LT, how does one go back to the object to change the length/radius of certain objects without having to completely redrawn the object. For instance, imagine a bike wheel that is fully draw. Later perhaps one wants to go back to the wheel and adjust the radius of the spokes and the length. How does one do this quickly. In 2D I see how, but can this also be done in 3D with Inventor LT?
Working with... Autodesk: AutoCAD Inventor LT Suite 2013 | OS: Windows 7 | GC: ATI 6670 | Mem: 8 gigs RAM | Proc: Intel core i5 | Monitor: Acer V213HL
I have created this function that is to move all the attributes based on a startpt and a newpt. If the last argrument to the function is true, all attributes move the same amount in the x & y direction(this part is working fine). If the argument is false. I want the attributes to align with the x value of the first attribute. It works unless the user has set a UCS. I need to align the attributes to the UCS not the WCS. Can't seem to figure out the right transformby to apply.
Public Sub MoveAttributes(ByVal Blockobj AsObjectId, ByVal stpnt AsPoint3d, ByVal endpt AsPoint3d, ByVal alignatt AsBoolean) If Blockobj.IsNull ThenExit Sub Dim attributeDistFactor AsDouble = 0.1371425 Dim xmove AsDouble = stpnt.X - endpt.X Dim ymove AsDouble = stpnt.Y - endpt.Y
I am in the process of repairing and assembling the various systems for a luxury yacht - electrical, mechanical etc. The ultimate goal is to get a full 3D layout of parts and assemblies, then using tube and pipe and cable and harness to run conduits, aircon ducts, fuel lines....
All I have to go on are .dwgs
In the meantime I need to submit a modified .dwg to the engineers overseas to get the O.K. on swapping the order of certain components. All I need to do is change the labels text on the layout, nothing else.
I have imported the .dwg into an Inventor sketch and edited the text.
Now I am stuck. Placing the view into a new drawing shows nothing.
RMB export sketch as .dwg works, but not a single line of text shows, only the layout.
I have been fortunate enough to have been given access to use a plasma cutter at a local community college, of which I am employed. It is a new Torchmate system (4'x8'), The design computer is loaded with Torchmate 5 CAD. I wanted the ability to design at home and then import the .DXF file into the torchmate to burn my designs. I have loaded Autocad 2012 and only work in the 2d mode, which leads me to my question.
If I draw straight line and want to modify the line in Torchmate CAD/CAM I can edit the nodes and pull the line into whatever shape I would like.
Can this be accomplished with Autocad as straightforward as this? If so can you explain how I would do this? I have played around with this for a few hours but the closest I can get is using a the Polyline tool, but I am not able to add or delete nodes that allow me to customize my line.
Does AutoCAD LT support feature like this?! : If I have the same objects copied in different locations in design and I need to change something in this object! Is it possible that I modify the original or one of the objects and all other(copies of the one I modify) objects change accordingly?!
I have written a command that replaces the given annotative scale of all objects in a drawing, with another annotative scale. Works great, except I can't remove the replaced annotative scale (with SCALELISTEDIT - DELETE button), unless I save the drawing and then open it again.
An annotative scale that is in use, can't be deleted. But since I can delete it after reopening the drawing, I am sure it is not in use anymore.
Is there a way to "refresh" the drawing/database, without reopening it?
I have a component pattern with 3 components in it and I need to remove one of the components from the pattern. How can I modify the pattern through the API? I have tried various things but I do not appear to be able to change the pattern.
I'm really curious, is it possible to call or modify/inherit any autocad command? I'm looking to create a command that hatches the area between an offset, but I can't find any material on how to even utilize existing commands.
I am unable to either modify or delete the corridor named "Road" in the attached file. When I try to modify or delete that particular corridor, the program freezes and in task manager the program is “Not Responding”.
I have been attempting to create some of my own line types by modifying the coding in the acadiso.lin file. I have been relatively successful in creating new line types but it is more by trial and error and wanted to understand the coding better.
I am using some code from the June 2010 "Mod the machine" posted by Brian Erkins.I keep getting an error in C# (express 2010), Please see attached screen dump.
I don't see any obvious difference in my code when compared to Brian's (in fact at one point I copied and pasted his code and still had the same error). Here is the
I have a dictionary in the NOD with several xrecords. I want to change an entry value in one but the others in the dictionary also get changed. How would they be connected?
This is some simplified code that looks at two xrecords, changes one, then reports the new values. Weird thing is that both xrecords get changed.
For i = 1 To 2 XRecId = MyAppDict.GetAt(i) XRec = trans.GetObject(XRecId, OpenMode.ForRead) ed.WriteMessage(vbLf + "XRecord: " & i & " First Entry: " & XRec.Data(0).value) Next XRecId = MyAppDict.GetAt(2) XRec = trans.GetObject(XRecId, OpenMode.ForWrite) Dim data As ResultBuffer = New ResultBuffer(New TypedValue(DxfCode.Int16, 2), New TypedValue(DxfCode.Text, XRec.Data(1).value)) XRec.Data = data For i = 1 To 2 XRecId = MyAppDict.GetAt(i) XRec = trans.GetObject(XRecId, OpenMode.ForRead) ed.WriteMessage(vbLf + "XRecord: " & i & " First Entry: " & XRec.Data(0).value) Next
I have a wall that I want to be 34' in height. Right now the default is 9' so when I select the wall & go into Properties, I see under Dimensions where I can change the Height but I have to select two points. I'm unable to type in 34'. Same thing with the Length. Where do I say I want this one wall to be 34'?
I have drawn some doors and saved them as blocks. Whenever I insert one or another, the door itself is far away from the insertion point. How can I modify this?