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

    AutoCAD P&ID

    Reply
    Distinguished Contributor
    craig.wood
    Posts: 115
    Registered: ‎02-20-2012

    Re: PnP Local Cache - Too small for large projects?

    02-14-2013 10:55 AM in reply to: georgeendrulat

    Great! Thanks George, I'll download the SDK and see what I can come up with.

     

    Thank you both very much! I'll try to get a head start on this and see how far I can get.

     

    Craig

    Please use plain text.
    Distinguished Contributor
    Rave.Tam
    Posts: 146
    Registered: ‎05-19-2011

    Re: PnP Local Cache - Too small for large projects?

    03-02-2013 08:46 AM in reply to: craig.wood

    The PlantBrowser that i developed was meant to solve the problem with importing excel into drawings which cause out of memory. PlantBrowser execute the code in the plugin, drawing by drawing thus there won't be a problem with memory issue.

     

    However, i do not have the plugin for importing excel yet but you can implement one yourself by implement the interface. Check the sample here. In this method, public CommandResult Run(ISilentDrawingContext drawingContext), it will give you the current drawing information. All you have to do is go through all rowIds and set the value based on the excel.

     

     

    If my post answers your question, please click the "Accept as Solution" button.

    Check out my blog http://lazcad.com
    Please use plain text.
    Distinguished Contributor
    craig.wood
    Posts: 115
    Registered: ‎02-20-2012

    Re: PnP Local Cache - Too small for large projects?

    03-02-2013 09:38 AM in reply to: Rave.Tam

    I'll make sure to check this out first thing next week, thanks Rave!

     

    Craig

    Please use plain text.