AutoCAD Inventor :: Limited Number Of Files Or File Size (MB) For DWF Or DWFx

May 9, 2012

I have general question about DWF or DWFx file. Is there a limit number of files or how many MB can viewer open and work without crashing.

I have very well built PC but I have hard time to view DWF file without crashing.

PC spec

Xeon X5690 (3.47 GHz) 2 processor on board 
48 GB of ram 
SSD drive
Win 7 64 bit
Quadro FX4800 with driver recomend by Autodesk.

I have DWF file around 30,000 parts and the file size 18 to 25 MB.

I can open with 2013 DWF viewer but soon I turn the model it crash.

I change the setting in DWF viewer to Open GL or Software Open GL and it work but the graphic is not friendly rotating it missing a lot of detail.

My customer demand to use the DWF file to review the design and I don't know how to support them.

I try 3D PDF it is bad too.

We have assembly up to 160,000 parts .

Inventor Pro, Inventor Publisher & Vault 2012
Intel(R) Xeon(R) CPU X5690 @3.47GHz (2 processors)
Mem 48.0 GB
OS Win 7 64-bit
Graphic Card: Quadro FX 4800

View 2 Replies


ADVERTISEMENT

AutoCAD Inventor :: Uploading DWFX Files To 360 Cloud?

May 25, 2012

Having issues uploading dwfx files to the 360 cloud?

We have a couple of files that were created from Inventor 2013 as dwfx and when we upload them to the cloud they will not display correctly.

They will display correctly in Design Review on my local system.

View 1 Replies View Related

AutoCAD Inventor :: Can't Open DWFx File In IE9

Oct 9, 2011

Link for DWFX

This is a link for a dwfx file (Scroll down below)

I can open this is IE9. can you?

I thought that dwfx is for everyone to open & view including people with out IV. I am trying to open this in my home laptop (No iv)

C1
Inventor Professional 2013
Vault Collaboration 2013

View 9 Replies View Related

VideoStudio :: File Size Limited To 2GB On Mapped Network Drive?

May 25, 2012

When I render a large file with the output going to a mapped drive the output is cut into multiple files that are 2GB in size.

If I do it to a local disk it doesn't do this - it created the 13GB file, which I then have to copy to my network drive.

how to remove this limitation on network drives?

I am using 64 bit windows 7 and a NetApp NAS...

View 4 Replies View Related

AutoCAD 2013 :: Exporting Existing DWG Files As DWFx Files?

Jan 8, 2013

what is the command in AutoCAD 2013 for exporting drawings as DWFx files so that clients who do not have AutoCAD can open or plot a DWFx file using a current version of Internet Explorer or Safari for Apple as an alternative browser.

View 2 Replies View Related

Photoshop :: How To Make Limited Number Of Colors Swatches Fill The Panel

Nov 17, 2011

I have been using Adobe since CS3, now using CS5. Why is there still no way to have the color swatches FILL the panel.

I rarely use more than, say, 8 to 12 colors in a document. Why can't I set the Adobe products (I mostly use Ps, Id, and Il) so that the swatches panel has no blank space. I would like to have the colors will fill the entire space with LARGER tiles/icons. I find it very frustrating to have to click on a micro-sized square to pick a color. Or, try to discern small changes in the shade between 2 colors by squinting at such a small sample (again micro-sized square).

View 2 Replies View Related

AutoCAD Map 3D :: Image Not Visible In DWFX File

Mar 21, 2013

Saved file appears to load aerial image tiles, but after automatic loading of shape files, images no longer visible.  I am new user, how do I fix without having to delete and reload image files?

View 3 Replies View Related

AutoCAD Inventor :: Part Number From File Name

Feb 13, 2013

I name my files with our part numbers and the revision number. Our part numbers are 6 to 9 digits long and sometimes start with a zero! My iLogic rule, while simple, drops the first zero if its there. See the "FirstNumbers" below: (I tried to add the CStr(), but now I see that it just changes it to text after it drops the zero!)

ThisFile = ThisDoc.FileName(False) 'without extensionFirstNumbers = CStr(Val(ThisFile)) 'sets the first numbers from the file name to textPartNumber = iProperties.Value("Project", "Part Number") 'reads part number from file

'check to see if the part number is the same as the file name's numbersIf String.Compare(FirstNumbers, PartNumber, True) = 0 Then'do nothingElse

'set the Part Number to the file name's numbersiProperties.Value("Project", "Part Number") = FirstNumbers
'let's me know that something has been doneMessageBox.Show("Part Number has been set to " & FirstNumbers, "Part Number from File Name")End If

View 5 Replies View Related

Photoshop Elements :: Reduce File Size Of Large Number Of JPEG Photos For Windows Movie Maker Slide

Nov 15, 2013

I am trying to reduce the file size on a large number of jpeg photo's for unsertion into Windows Movie Maker.  How do I compress the slides in a batch job?  Can I do it in Photoshop Elements?

View 1 Replies View Related

AutoCAD Inventor :: Number Of Nodes When Importing Vector File

May 29, 2012

What I am trying to do is importing a CorelDraw file into Inventor and extruding a few features.  The point is to mimic a silkscreen file on metal work.  My work process has been as such: create the file in CorelDraw and change all lines/shapes to curves.  Save the complete CorelDraw as a dwg.  Open the dwg in Inventor and copy and paste the sketch into a new part in Inventor.  This process seems to work for simple parts.  As soon as there is text and more complicated features there is alot of points which slows my computer down and makes it impossible to do anything. Any way to auto-reduce points in a sketch or have a better way of importing vector files into Inventor? I have tried importing the text as text instead of curves but it does not transfer correctly.

View 9 Replies View Related

CorelDRAW Graphics Suite X5 :: Display Limited Characters In File Name?

Dec 12, 2011

I'm using the trial version of X5 and have noticed that the number of characters that display the file name at the top has been shortened since X3.  In some cases I'm not able to even see any of my file name because I have things saved in many subfolders for organizational purposes.  It appears that it is limited to about 120 characters, which sounds like a lot, but when using dropbox and other subfolders, can fill up quickly.  When I open the same exact file in X3, the name is fully displayed.  How to change this?  Or is this possibly just a trial version thing? .

View 1 Replies View Related

AutoCad :: How To Attach Number Of TIFF Files To Individual DWG Files

Oct 30, 2013

I am trying to attach a number of tiff files to individual dwg files. There are about 300 so I am writting a script that will open a new dwg, insert the tiff and save the dwg at a given name, so i have filedia set to 0 and everything is user input.

The problem I am having is that when I use the iinsert command and enter the path for the tiff I get this error: (filename)was not found or is not valid. This is pathed to a network drive. When I copy the same folder to my c: drive and run the command everything works as should. is there any reason for this?

When pathed to the c: drive and working correctly it looks like this:

C:UsershbrittDesktop11301 DCS Migration Phase 2 Execute Engineering Detail DesignDRAWINGSWORKING SETLOOPSDEMOD70-B-F101.TIF

When pathed to the network it looks like this:

G:EngineeringCURRENT JOBSMOTIVA11301 DCS Migration Phase 2 Execute Engineering Detail DesignDRAWINGSWORKING SETLOOPSDEMOD70-B-F101.TIF

I get this error:

G:EngineeringCURRENT JOBSMOTIVA11301 DCS Migration Phase 2 Execute Engineering Detail DesignDRAWINGSWORKING SETLOOPSDEMOD70 was not found or is not valid.

I noticed in the error message it cuts the end of the file name off. Is there a character limit?

I have done this before with a path to the network and everything worked as should. We have recently upgrade to 2013 but i would'nt think that would be an issue.

So basically, file on local drive everything inserts fine. File on network, get error.

View 3 Replies View Related

AutoCAD Inventor :: Can Project Number Be Assigned To Project File

May 6, 2013

Is it possible to assign a project number to a project file and have it fill in the project Iproerties field?

View 2 Replies View Related

AutoCAD Inventor :: 2013 - IPT File Size

Aug 15, 2012

I have a simple angle iron (3 x 2 x 1/4 w/t x 3.00 LG.) .ipt   that has 8 thru holes in it file size is 962 MB  the file will not open however 3 days ago the file was normal size (160-180KB) and opened fine when i attempt to open this file it eats up about 8 gig of RAM then gives me PmBRepSegment in database then aborts the open process but Task Image Inventor.exe retains the 8+ gig of memory as if a file is open, what caused this file to grow 900 times in size when nothing was done to it?

View 4 Replies View Related

AutoCAD Inventor :: How To Reduce The Size Of Ipt File

Aug 17, 2013

I have a part that almost 9 mb. Pretty simple name plate. Is there any way to make it lighter?

Couldnt even attach it here , so giving you a link below:

IPT FILE

View 4 Replies View Related

AutoCAD Inventor :: Huge File Size IPT

Mar 8, 2012

I have been using solid body ipts and iLogic code to drive them. I got a little carried away and noticed that the file size was 47 MEG. So I decided to start stripping out items in the model. I stripped out of all the code and all but the initial solid body. There is nothing left but a simple extruded feature. I saved the file and checked the size... 39 MEG.

What is it that could possibly be left in the ipt that would be 39 MEG? I probably deserve this punishment for pushing Inventor beyond its "normal" capabilities.

View 2 Replies View Related

AutoCAD Inventor :: Find Size Of IDW File

Sep 18, 2012

Using Inventors VBA, is it possible to get the sheet size of a idw drawing file (E.g. A0, A1, A2 etc)

View 1 Replies View Related

AutoCAD Inventor :: Undo File Size

Aug 15, 2011

I try to do animation rendering by setting up the animation and letting run overnight sometimes.  I often get the pop up window telling me that "the "undo" file size has reached its limit - Do I want to increase the file size?"  This pauses the rendering until I hit the OK button.  How do I get that to stop?

View 3 Replies View Related

AutoCAD Architecture :: Manual Property Set Definitions In Dwfx?

Jan 12, 2009

I have created a new property set definition and added two manual property definitions and applied this to all objects. Every object on the drawings has distinct values for these two properties. These property values show correctly on the Extended Data tab of the Properties palette.

I have published to DWFX with AEC property set data set to 'Include'. In the resulting DWFX in Autodesk Design Review I can select each object and see the standard properties but not my special property set data.

View 1 Replies View Related

Photoshop :: Convert PSB File To PDF Files - Size Is 3.58 GB

Sep 19, 2013

I have a few files that I need to make ASAP into banners that are 19ft x 15ft and many other sizes.  I can only change into a RAW Photoshop or a tiff.  I tried saving into a tiff then converting but nothing is working.
 
I was also going to try to convert into a AI program then into a vector but with no luck. 

View 1 Replies View Related

VideoStudio :: Making DVD Of VSP Files - File Size So Big?

Dec 5, 2011

I'm working in VSX4. I've created a couple of small movies which I want to compile onto a single dvd. The video files from both movies combined only amount to about 3.2 GB, yet when I try to "share" and make the dvd with both of my vsp files, it adds up to be a total of over 7 GB. Is it normal to have this much "inflation" on a project? I've not done anything special as far as graphics or fancy menus or even chapter markers. It's just a handful of clips with the "crossfade" transition applied. And that's it.

View 14 Replies View Related

3ds Max :: File Size Huge Merging From Other Files?

Oct 14, 2013

merging mesh and group from other file (i do this in every new project) i see file size growing (120MB to 700 Mb for example!!)Now, if i try to "save selected" some object,

 - from the scene1 in which i've merged object2

or

- from the scene2 that i have merged in scene1
 
the file saved have the same big size, and if i delete from scene 1, merged object and resave it, the filesize is just a bit less of 700..

View 1 Replies View Related

AutoCAD Inventor :: Content Center File Size

Jul 8, 2013

A couple of years ago, there was a limit to the part file size that could be published to the content center. Using the new shrinkwrap capabilities and/or derived parts in Inventor we can produce rather large part files. Does the 2014 software have limits to the actual file size that can be published to the content center. 520K, 1M, 30M, 1G? We have some subassemblies that we would like to convert and publish to the content center but wanted to know how large we can make them.

Content Center is located on server with 3T+ of storage possible.

View 2 Replies View Related

AutoCAD Inventor :: Small File Size When Exporting

Feb 15, 2013

I am trying to export and save numerous Inventor Assembly Models, to send to various customers to import into their models. I have been saving them as .stp files, but they are very large files after exporting, and I'd like to know if there is a way to decrease the exported file size. I could zip them after I create them, but I was hoping there was an easier way or different format than .stp. I could also suppress numerous internal componants, but I would rather not have to go through that task either. In the end, they would really only require the outer shell, with any externally viewed holes still present.

View 2 Replies View Related

AutoCAD Inventor :: Reducing File-Size After Converting From 3DS To IPN

May 13, 2012

My intention was to convert a 3DS-File into an IPN-File, to use it in Inventor.As I did not managed to do this in Inventor, I importet the 3DS-File in CATIA V5 and converted it into a CATIA-CatPart and from there in an IGES.Then I was able to open it in Inventor and made a IPN out of it.

The PROBLEM: The original 3DS-File had 700 kilobyte but the actual IPN 54 MegaByte !

View 9 Replies View Related

AutoCAD Inventor :: Reducing Step File Size

Apr 4, 2013

We were sent some step files of valves from a company - what would be the best practice to make this into (clean up) a useful part to be used in our assemblies. Interested in converting it into a useful part but reduced in size. (Compared to other valves we use - this is easily 10 times the size).

View 7 Replies View Related

AutoCAD Inventor :: Template IDW File Size Huge?

Apr 14, 2012

I have an idw file that has absolutely nothing in it.

The file size if 17.5Mb.

May need to add it to an ftp site if someone has available.

View 5 Replies View Related

AutoCAD Civil 3D :: Resource String Error Exporting DWFX

Sep 5, 2013

I get a multiple error message dialogue "Cannot find resource string number XXXX in AeccPublishSVC 100 when exporting a DWFX file of drainage in Civil3d R2014 (I have R2013 open as well).

View 4 Replies View Related

VideoStudio :: Best File Type / Size To Save Files?

May 20, 2012

I realise there are pros and cons to this question and the temptation is to opt for the highest quality, but the file sizes are huge. So, my camera files will be mainly 1080 files at 30fps, what will be the best file type/size to save files for future use. I don't really mind the rendering time and space isn't a huge problem, but the variety of file types is bewildering. Most clips will find their way to DVD but I don't want to reduce resolution as they might be used at a later date for Blu-Ray.

View 1 Replies View Related

Illustrator :: CS6 - File Size TOO LARGE With Linked Files

Mar 19, 2013

Recently, I am working with illustrator CS6.

After inserting quite a lot of linked images (without embedding), the file size becomes much larger, up too nearly 400MB.

I saved without pfd compatible function already, but the file size is sill very large. I did not face the same problem working with CS5 before, is that a bug for CS6?

View 2 Replies View Related

AutoCAD Inventor :: Large File Size For Part With No Features

May 23, 2012

why I have a part file that is almost 12MB in size yet it contains absolutely no features? I would attach the part but it's too big to upload.

View 2 Replies View Related







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