• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    AutoCAD Civil 3D

    Reply
    Valued Contributor
    Posts: 86
    Registered: ‎03-05-2010

    Surface memory size

    107 Views, 4 Replies
    12-11-2012 06:21 AM

    Hello guys,

     

    How can I know the memory size of a TIN or DEM surface? I have a very dense points data to create a surface and I would like to test what option would be the best: simplify the surface removing points or make it raster...

     

    Thanks!

    Diego Álvares
    Civil Engineer - www.trentoengenharia.com.br
    Autocad Civil 3D 2013 - Infrastructure Design Suite
    Windows 7 64 i7 860 @2.80GHz 8GB Ram Quadro 2000D
    Please use plain text.
    *Expert Elite*
    TRogers
    Posts: 630
    Registered: ‎09-05-2007

    Re: Surface memory size

    12-11-2012 06:46 AM in reply to: diegoal

    One option would be to create the surface in a new, clean drawing.  Then data shortcut in the surface to your project files.  This will keep your drawing file sizes to a minimum and your memory usage down.

    If the issue was resolved by this method, please click on "Accept As Solution"
    *Civil 3DJ*
    Todd Rogers

    Visit my blog here.

         
    Please use plain text.
    *Expert Elite*
    Posts: 1,544
    Registered: ‎05-21-2008

    Re: Surface memory size

    12-11-2012 06:54 AM in reply to: TRogers

    You could also copy the drawing with nothing but the surface in it and test the different methods of reducing the file size.

    __________________________________________________________
    Win 7 Pro, 32 bit; Intel Core i5 @ 2.80GHz; 4GB RAM—Civil 3D 2008 & 2011
    __________________________________________________________
    Credit where credit is due! Give kudos or accept as solution whenever you can.
    Please use plain text.
    Valued Contributor
    Posts: 82
    Registered: ‎08-24-2007

    Re: Surface memory size

    12-11-2012 11:38 AM in reply to: diegoal

    Also, remember that the drawing size will be impacted by the surface style in use when last saved.  For example, your saved drawing will be smaller if the surface style is a "No Display" style versus a style which displays contours and TIN lines.

     

    HTH.

    Please use plain text.
    Valued Contributor
    Posts: 86
    Registered: ‎03-05-2010

    Re: Surface memory size

    12-11-2012 11:50 AM in reply to: seattlesurvey

    Thanks guys, what you are suggesting can indicate the proportional impact of each surface... and maybe it should be good enough.

     

    But I was expecting to calculate the TIN memory size by the number of triangles and its size in bytes vs the number of pixels and its size in bytes. So I guess I should write a VB code to be able to get the number of triangles (TIN) and valid pixels (DEM).

     

    Isn't this the memory size of these ARX objects?

    Diego Álvares
    Civil Engineer - www.trentoengenharia.com.br
    Autocad Civil 3D 2013 - Infrastructure Design Suite
    Windows 7 64 i7 860 @2.80GHz 8GB Ram Quadro 2000D
    Please use plain text.