AutoCad :: Mass DWG To PDF Conversion

Aug 4, 2012

I'm trying to convert a few thousand files from dwg to pdf and I believe I'm on the right track but am a little stuck. I'm attempting to use DWG TrueView though I have limited access to AutoCAD for like template creation and such.

I seem to have trouble getting some of them to plot/publish and also it seems many of the layouts don't show the entire actual view (like I see 1/4 corner taking up the entire page) - scaling problems.

My procedure is to create model and sheet page setup files in AutoCAD to use the built in DWG to PDF printer and 8.5" x 11" landscape. So I open the acad.dwt template file, and save one for model and one for layout after setting the above settings.

I then open one of the drawings and run batch plot, then I set the list with all the layout only drawings (was going to do models later) and import the page setup file for drawings. I am getting an error saying the layout is not initialized -I was going to consider using AutoCAD and MultiBatch to initialize the layouts. If I attempt to plot now I currently do not see any PDFs created even though the logs say about 6 or so completed.

View 2 Replies


ADVERTISEMENT

AutoCAD 2013 :: Batch Conversion Of All Or Selected Blocks To Mass Objects?

Sep 30, 2013

I need to export many library elements (conveyors) which are saved in individual blocks to mass objects. I need to convert them to IGES after that.

Until now I have to open every single block and convert all of it to a mass element. This simply takes too long.

Is it possible to write a small script or program which converts all blocks or the selected blocks to mass elements?

- 2500K @ 4.2Ghz- 8GB - Radeon7970 -
- Xeon 1230V2 @ stock Ghz- 32GB - Quadro 2000 -

View 7 Replies View Related

AutoCAD Inventor :: Remove Iproperty Mass Unit String From Mass Value In Text String?

Oct 3, 2011

I've been looking for a solution to remove the unit string ie Lbs, g, kg from the value given from a 'Mass' value in a text string.

As you may all know, creating text and having a 'physical property - mass' value...the unit string is there...

Lots of people on here have the problem...no-one has got a solution.

Until now...

Basically...open the part you need to get the mass property of in your text string.

Follow the instructions on this webpage...this is the first part...

[URL]

Basically, this creates a Mass property value in the parameters table that you can call on as a text parameter.

It's similar to the custom iproperty model - mass but NOT the same.

Once you have done this, you can go to the drawing of the part and create a text string in the drawing and call it up as shown in this procedure. BUT it still has the unit string.

Here's the best bit that you want to know...

To get RID of the unit string...open up the part again from the drawing...click on the parameter icon...find the user parameter...in the Nominal value column, right click on the value and you get a pop-up that gives you 3 options...

Custom Property Format, Make Multi Value & Delete Parameter.

Click on Custom Property Format.

The pop-up window comes up...showing you the property type...in my case...the 4 left columns read Text, g (grams), Format & Precision...

On the right hand side I have a Preview of the text...then 3 check boxes...Units string, Leading Zero's, Trailing Zero's.

Units string is checked.

Uncheck it.

Close it...Save your part...go back to the drawing and hey presto!...the text now shows the weight you require as a straight value...no units!

View 9 Replies View Related

AutoCAD .NET :: Reading In Mass DXF / DWG Files

Jan 8, 2013

i am developing some code to read in mass dxf OR dwg files, seperate the two, then convert each to a database to be read later. however, whenever i run it, i get this error: System.AccessViolationException:

Attempted to read or write protected memory. this is often an indication that other memory is corrupt.

     at AcDbDatabase.dxfIn(AcDbDatabase*, Char*, Char*)
     at Autodesk.AutoCAD.DatabaseServices.Database.DxfIn(String fileName, String logFilename)
     at ZahnerCommands.Commands.GetFiles()....line 72

here is the code that i have so far. i have been tinkering around with it for a few days and cannot seem to get it to work. the dxf file i have chosen works perfectly well, and i am using autocad 2011.

using
Autodesk.AutoCAD.ApplicationServices;
using
Autodesk.AutoCAD.DatabaseServices;
using
Autodesk.AutoCAD.EditorInput;
using
Autodesk.AutoCAD.Runtime;

[code]...

View 4 Replies View Related

AutoCAD Inventor :: How To See Mass Of A Solid

Nov 20, 2011

How can I see the mass of a solid, or if it's not possible, at least the volume.

View 1 Replies View Related

AutoCad :: Find Center Of Mass For Arc?

Sep 9, 2013

I am wondering is there a command that can let me find the center of mass for a linear object.

In particular I need to find the center of mass for an arc.

View 5 Replies View Related

AutoCAD Inventor :: Mass Not Correct In Assembly

Sep 21, 2013

I was checking my prints and noticed that the mass for the assembly was not shown correctly.  The mass for each component is correct, but the mass for the assembly is less than the total mass of the parts..... how can that be?

Watch this video.  The mass for my assembly is reported from iProperties as 10 lbs, but the mass for one of the parts is 60lbs.  I would expect the mass for the assembly to be at least 60 lbs, but it is not.  I tried a "Rebuild All" and an "Update Mass" on my assembly, but that did not fix it (30 sec mark in the video).

This assembly is part of a much larger assembly (around 35,000 parts).  There are several more assemblies doing this and I need to get the mass correct.

I am using 2013 x64, SP2.

View 5 Replies View Related

AutoCAD Inventor :: Weight / Mass Of Assembly

Jun 5, 2013

I have an assembly that i need to know the mass of, easy enough, however the assembly needs to be weighed without some of the parts in it. I hought i could simply uncheck "enabled" of the unwanted parts and re check the mass, however it does not change. Any solution besides adding the wanted parts individually?

View 6 Replies View Related

AutoCAD Inventor :: Derived Parts And Mass

Aug 23, 2012

have one assy comprising of a valve, made in steel, an actuator made in aluminum, total weight combined is 36 kg.

I make this assy a derived ipt.. i have tried all the output options, single solid, multy solid and the weight is not the same.. since its a new ipt has its own material, ok makes sense.. .. So i use composite, i get the correct weight (yay), but now i cant turn the visibility off on the 2d drawing, in certain pipe spool view representations.

What is the correct procedure for turning multi material assys into an ipt.. to get the correct weights and get the drawings to work properly? 

View 1 Replies View Related

AutoCAD Inventor :: Mass Accuracy In ILogic

Jul 3, 2013

How to set the mass calculation accuracy to 'Very High' when doing calculations in iLogic.

I asked for the iLogic equivalent to the VBA term:

' Set the accuracy to VeryHigh.
oMassProps.Accuracy = k_VeryHigh

and was provided with: 
 
oMassProps.Accuracy = 24580 'k_VeryHigh=24580
 
However, I believe that the value 24580 is actually equivalent to k_Medium. Confirm the iLogic equivalent value of k_VeryHigh.

Original post: [URL].......

View 3 Replies View Related

AutoCAD Inventor :: ILogic Mass Varies

Nov 16, 2012

In assembly file - BOM - mass property, parts with the same name (part number) i get "VARIES"..Parts have a little bit different mass - 0,167kg and 0,168kg. I do not want to have different part number.

So, i'm going to do something like this in iLogic :

iProperties.MassOfComponent("fi_N1:1")=Round(iProperties.MassOfComponent("fi_N1:1"),1)

it works but is there any way to do it for all parts (hundreds) automagically in the loop (iLogic or VB) ?

View 1 Replies View Related

AutoCAD Inventor :: Physical / Mass Properties

Nov 8, 2011

I have recently made a bucket for chain (linked) and was looking to put the chain in the bucket for visual purposes and to see if the capacity of the bucket is correct. 

I can get the chain linked together, however when rotated round it passes through another piece of chain. 

Is there a way in inventor to tell a part/assembly of it’s physical/mass properties? I know you can make something mild steel and get weight etc, however if not constrained it still passes through as if it’s a ghost.

View 4 Replies View Related

AutoCAD Inventor :: Mass In Title Block

Nov 26, 2012

I have added the mass properties and I do not want the lbmass behind it. How do I get rid of it?

View 5 Replies View Related

AutoCad :: How To Mass Import New Page Setup

Nov 4, 2011

we recently changed the printer we use for 11x17 drawings. Is there a quick way to mass import the new page setup? Or something else quicker and easier than going into each drawing and importing the new page setup one at a time?

View 1 Replies View Related

AutoCAD Inventor :: Mass Convert IDW Files To PDF?

Aug 15, 2013

i found same topics as my, but i didnt find solution.

Is there any way for mass convert idw files (not same format - A4,A3,A2, ...) to pdf ?

I tried task manager, but i dont have some account for it.

View 1 Replies View Related

AutoCad 2D :: How To Determine Mass Properties Of Bolt

Mar 2, 2012

how to determine the mass properties of bolt.

View 4 Replies View Related

AutoCad 3D :: Difference Between 3d Solid And Mass Element

Mar 30, 2011

the difference between a '3d solid' and a 'mass element' - or point me to a reference?

View 4 Replies View Related

AutoCad :: Wipeout Becomes A Mass Of Vertical Lines

Oct 30, 2007

I seem to be having a few issues with Wipeout's and PDF's. When I PDF a drawing that contains a Wipeout, when printed, the Wipeout becomes a mass of vertical lines, and as such has the opposite effect of what I am after.

View 9 Replies View Related

AutoCAD Inventor :: Lbs Mass Output Customization?

Nov 25, 2008

I need to add weight to my parts list and notes for both parts and assy. Is there a way to get the weight parsed out from the model without the "lbsmass", just the pounds number no nomenclature I have a couple of other questions on parts list customization also. Also are these better questions for the customization group?

View 2 Replies View Related

AutoCad 3D :: Cannot Switch Mass Elements To 3D Solids

Jun 29, 2012

Converting Mass Elements into 3d solids. I have an existing file with Mass Element entities which was created back in 2008/2009 with Autodesk Autocad 2008.I now use Autocad 2011.

MY PROBLEM is that I cannot switch the mass elements to 3d solids.

'CONVERTTOSOLIDS' option does not work and it is forcing me to.

explode > convert to surfaces > union > convert to solids

This process is ok on an individual solid but I have hundreds of them to do.

Is there anyway for me to streamline this process and find a faster way to do this?

View 7 Replies View Related

AutoCAD Inventor :: Mass Properties Will Not Display In Text Box

Jul 9, 2012

I'm having trouble getting mass properties of an assembly to display in an .idw.  I've tried it 2 diffent ways, custom properties-model "Totalmass" where I type the mass and physical properties-model "mass" where it's automatic with update.. Nothing shows, not even N/A, but in another idw (different assembly) it works. Both text boxes are saved within a sketch that is part of a template. Both idw's use the same template. If I place text on the drawing it self it works.

IV 2012
Vault Collaboration 2012

View 1 Replies View Related

AutoCAD Architecture :: Polyface Mesh To Mass Element?

Oct 6, 2008

I'm trying to figure out a way to convert a 'Polyface Mesh' into a mass element or some other solid. The Polyface Mesh was created by importing a .3ds model using the '3dsin' command. The .3ds file was created from exporting the model out of Max.

View 5 Replies View Related

AutoCAD Inventor :: Mass Properties Recalculated When Use Feature In IAM

Nov 21, 2013

To get net weight of my parts i have one template that uses the volume x density and to get the gross weight I use the real dimensions of the item (a rectangular plate  without any cutting, e.g.) and then calculate x density, this way i can get both weights, and how in the most of times I need the gross, I overwrite the MASS PROPERTIES of each part with my gross weight. It works fine because all the assemblies sum the MASS of each part (that is over writed by the gross weight).

Now my problem:

In many cases when I need to use the same part many times with just a few of different details, instead of copy the part and change it, I use the same part, and in the IAM I use one feature to make this part different (like a chamber, small extrudes or even holes). But now I realized when I do this (feature in the IAM), it doesn't sum all the MASS properties of each individual part anymore ... it recalculate all the mass with the new IAM volume (with all the features)...so, in my BOM I got all the parts with the correct gross weight, but my total mass comes with the NET weight (and considering that I need the GROSS, i got the wrong mass).

Is there a way to change the way that inventor overwrite this mass in the assemblies ? with Ilogic, or even some Inventor's option ?

View 2 Replies View Related

AutoCAD Inventor :: ILogic Mass Properties Update?

Aug 9, 2012

Is there any way to force an update of mass property values of a component from within an iLogic routine?

I am trying to produce a calibration chart showing the volumes of an irregular shaped object by taking incremental slices off the component and accessing the "volume" of the remaining portion, then writing the the results to an external file - All from within a "For - Next" loop.

The main routine works O.K. but the resultant chart only shows the original starting volume for each slice instead of the required reducing volumes.

I am a novice with iLogic and can only assume that I must somehow "update" the mass properties of the sliced object before reading its new volume on each pass.

View 7 Replies View Related

AutoCAD Inventor :: Center Of Mass / Gravity Location

Oct 21, 2011

How can see visually the center mass of a part or assembly?

When I'm checking in the Iprop., I see the center of gravity coordinates, but it there a way to "see" it (some visual representation)

Inventor 2012 Pro.
I7 workstation

View 4 Replies View Related

AutoCAD Inventor :: How To Obtain Center Of Mass Of More Than One Subassemby

Apr 18, 2013

We want to obtain the center of mass of two or more subassemblies within an assembly. How to do it? The subassemblies may or may not be connected to each other directly.

View 9 Replies View Related

AutoCAD Inventor :: Negative Mass Calculation In 2013?

Nov 22, 2012

My company recently installed Inventor 2013. In previous versions we used a part with negative density similar to seawater to calculate submerged weight and CoG.

In IV 2013, it seems that the ability to calculate negative mass is not longer available.

This is how it worked in pre 2013 IV, when I could specify a negative density.

What I have is a spool made of steel. This spool is modelled as an iAssembly with four configurations:

-In air, empty

-In air, filled with glycol

-Submerged, empty

-Submerged, filled with Glycol

For this example, I now need three parts:

-Steel Pipe

-Glycol derived from the inside volume the pipe

-Seawater buoyancy derived from the outside volume of the pipe.

Each part has its own density, and the assembly weight and CoG correspond to the assembly configuration (with or without glycol) and environment (in air or submerged).

The seawater buoyancy represents the water displaced by the total spool assembly, regardless of the contents. To achieve correct weight in the submerged state, the buoyancy material has to have a negative density.

I do not want to make any of the mass parameters static, and I also fear that the CoG might not be updated correctly when using that method.

As I no longer can define a negative density, any optional method to achieve this without overriding the mass value.

Autodesk Product Design Suite 2013 SP1
Win 7 Enterprise 64bit
Intel Xeon CPU E3-1240 V2 @ 3.40GHz
16Gb Ram
Nvidia Quadro 2000

View 9 Replies View Related

AutoCAD Inventor :: Mass Project Detail Change?

May 7, 2012

I am wondering if it is possible to do a mass change of all project files at once. What I wish to change is my content center location, template location and style manager file locations. I have all these setup already and tested with one project but I dont want to do it with the other ... LOTS! ... manually unless I must.

View 1 Replies View Related

AutoCAD Inventor :: Derived Component Mass Error

Jul 21, 2011

I think there might be a bug in Inventor 2012 with regards to derived components and their physical properties, otherwise I've never noticed it before...

If I derive a component and use an IAM as the Base Component and choose the 'Single composite feature' as the option then the physical properties of the newly created derived IPT is the same as the original IAM. That is expected behaviour when you choose one of the Solid options, but a Surface shouldn't have a mass - by definition.

If I use an IPT as the Base Component, I get the expected behaviour, i.e., a surface doesn't have a mass.

The whole purpose of creating a 'Single composite feature' as a surface is unnecessary if it's going to have physical properties...

View 3 Replies View Related

AutoCAD Inventor :: Assembly Mass Property Incorrect

Oct 29, 2013

I am having a problem with an assembly not showing the correct total mass of all of its components and sub-assemblies.  The value is out by nearly 20%, over 3000kg! 

I have narrowed the mass discrepancy down to a derived part of a sub-assembly.  But this incorrect mass is only present when I navigate to the derived part's iproperites via the browser tree of the higher level assembly where I am having the mass problem.  It is as though the top assembly got some of its mass property information from a previous point in time, i.e. possibly before the derived part's mass properties were updated, and now refuses to look at the current information.

By the way, I have opened up and checked the mass properties of each sub-assembly and the derived part; and when opened individually these show as correct.  I have also tried 'Rebuild All' with no success.

Is it possible for mass properties in an assembly to become corrupted?

View 6 Replies View Related

AutoCAD Inventor :: Mass Properties For Parts And Assemblies

Jun 15, 2012

I initially entered a few overrides for mass on some parts that I have included in a large assembly. However I now want the calculated values of mass to be used and not the overridden values. I go to the part file, erase my value, and click update and it now shows the calculated mass for that part. However in the assembly it still shows the initial overridden value even though I have tried updating it. How do I use the calculated mass values in my assembly?

View 1 Replies View Related







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