Page 1 of 1

Trouble getting mold design into draft document

Posted: Thu Mar 20, 2008 6:18 pm
by Goodtimes
Greetings,

I am currently working on a tool that is 499,203KB and when I try to import the mold into the 2D draft mode, I either get a function failure, or the program crashes, or it just doesn't work, but doesn't kick me out.

I have tried both the Mold A/B side option and the basic Main view option to import, and neither have worked.

Any ideas on what may be the cause of this? And how to fix this?

Thanks

Posted: Thu Mar 20, 2008 6:20 pm
by Top'Noob
Hi Goodtimes !

Welcome to the forum !

Sorry I can't help with your issue but hopefully somebody who can will be along soon.

Posted: Thu Mar 20, 2008 7:53 pm
by RICHARD LALONDE
HAVE YOU TRY TO PURGE THE GEOMETRY ?
THE FILE WILL COME SMALLER
IF EVERYTHING WAS DESIGN INSIDE THE MOLD YOU SHOULD HAVE NO PROBLEM
YOU SHOULD IMPORT THAT INSIDE THE DRAFT BUT UNDERTHE MOLD OPTION TO HAVE THE A&B SIDE OR TO HAVE THE SPECIAL DRAFT FEATURE FOR THE MOLD

Posted: Thu Mar 20, 2008 9:06 pm
by Larry M.
Are you getting an "Indexing Error?"

Also watch your memory usage, if your on a 32bit OS TS only can go up to 1.8mb before it crashes. And you have a pretty large Mold file.

Purging will help as Richard said also.

Posted: Sun Mar 23, 2008 11:22 am
by jehronimo
...and also check your visual tolerance in the 3D. You must decrease it to 0.2mm (or 0.008in :D ) and 5, the original values. The filesize will be smaller, and it helps a lot for the memory consumption...

Jehronimo

Posted: Mon Mar 24, 2008 5:29 pm
by Goodtimes
I purged the geometery and was able to get new A/B side views in a new draft document.

Thanks for your help. I will be back if something else comes up.

Posted: Mon Mar 24, 2008 5:31 pm
by Goodtimes
What does the purge geometery do?

Because my file size has gone from 500MB to 120MB.

Am I loosing any important information?

Thanks

Posted: Mon Mar 24, 2008 5:54 pm
by jehronimo
Hi,

You do not loose any informations, of course!! You do not break associativity, be quiet :D

The Purge remove all the saved informations in your design. If you check your tree, you would see some operations with a * symbol. It means that those operations are kept in the design "memory", to improve the next computation time. Or it allows you, by keeping those intermediate geometries to get a faster computation, if you have to modify an operation in the middle of the tree, for example. The system will go back to the first * operation, and will compute from this shape.

So if you understand correctly, the next modification of your file will take a long time, because the system will compute again the intermediate operations that no longer exist today in your file...

Posted: Mon Mar 24, 2008 6:48 pm
by Goodtimes
Thank you for the information.