Import data from EXCEL into ARCHICAD features of the scripts LabPP Automat on example of landsca

Sdílet
Vložit
  • čas přidán 23. 06. 2017
  • LabPP_Automat - is a easy and fast c++ interpretator to automate ARCHICAD.
    In this example You can see how to import data from Excel to ARCHICAD as ease as ARCHICAD Schedules
  • Věda a technologie

Komentáře • 4

  • @miroslavslezak7559
    @miroslavslezak7559 Před 6 lety +1

    great video! What is text script for "element ID" - to read object ID fom archicat into exel ? (ac_request("get_object_ID");-doesnt work). THX.

    • @LABPP
      @LABPP  Před 6 lety

      This code must work:
      ac_request("get_element_infoidtext"); // read ID from current element
      string sID; // declare new string variable
      sID = ac_getstrvalue(); // place readed value into variable sID
      cout

    • @miroslavslezak7559
      @miroslavslezak7559 Před 6 lety

      Thank you. It works !

    • @LABPP
      @LABPP  Před 6 lety

      You can draw any different tables in Excel and automatically generate scripts so that these tables can be re-created from LabPP_Automat at runtime.
      I'm happy to tell you how it works, if it's interesting.
      Here you can download the configuration for this.
      www.labpp.net/TSDownload/LabPP_Automat/Spreadsheeter.zip