Skip to main content
Question

How to fix/have OUTPUT IFC file size same as INPUT file size?

  • June 14, 2026
  • 2 replies
  • 13 views

vimva679
Enthusiast
Forum|alt.badge.img+11

I am not able to understand where and why the Output FILESIZE is NOT the SAME as Input file ? Any idea or suggestion is helpful
 

 

INPUT FILESIZE

OUTPUT FILESIZE

 

2 replies

redgeographics
VIP
Forum|alt.badge.img+62

With the rotating and offsetting you are changing coordinate values. This may mean that when writing them to a file, they might be rounded differently. With such a small difference I wouldn’t be alarmed right away. A better check is to inspect the output file and see if it matches what you expect.


vimva679
Enthusiast
Forum|alt.badge.img+11
  • Author
  • Enthusiast
  • June 15, 2026

thank you ​@redgeographics that explains well