cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need help navigating or using the PTC Community? Contact the community team. X

Reduce CAD file size.

felmi
1-Newbie

Reduce CAD file size.

Hello, im currently working on a model for bone scaffold, i'm having the problem of some of the file sizes being to large. Is there any method of reduce the CAD file size without any compramise to my design.


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
2 REPLIES 2
sgupta-2
1-Newbie
(To:felmi)

This will be possible using layer, just create a layer and include all the features like solid geometry and quilt into that layer then hide and save status then save your model, there's no need to use insert and suppress command just to minimize the file size, utilizing the layer will do the trick. maybe few users know that hiding layers will minimize the file size. using insert and suppress feature will take a lot of time to resume all the features in your model. just try to use layer. hope it helps.

MartinHanak
24-Ruby II
(To:felmi)

Faysel,

I think that the following implication is valid ... complex model geometry => large file size

Your model is complex, because it contains a lot of faces and edges.

To reduce file size, you can set SAVE_MODEL_DISPLAY option in config.pro file.

This option determines the type of preview data saved in the model.

1.] SAVE_MODEL_DISPLAY SHADING_LOD

With this default setting the part file size is 92 MB.

2.]

SAVE_MODEL_DISPLAY WIREFRAME

With this setting the part file size is 25 MB.

Martin Hanak


Martin Hanák
Top Tags