We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2020-06-22 02:56 PM - last edited on 2022-09-26 10:50 PM by Daniel Kassai
Solved! Go to Solution.
2020-06-27 09:13 PM
2020-06-22 03:26 PM
2020-06-22 06:03 PM
2020-06-23 01:33 PM
2020-06-24 07:57 AM
2020-06-24 08:37 AM
avishiplu wrote:
I want to convert this morph to a object . Thus I can see
- the actual top view in my schematic drawing (plan for clien)
- the 2D symbol I attached in the electrical drawing (plan for electrical engineer)
reqILSymbol = gs_symbtype_2D_m if reqILSymbol = PLANSYMB_BY_MVO then reqILSymbolTemp = 0 success = LIBRARYGLOBAL ("LibraryGlobals13", "iLSymbol", reqILSymbolTemp) if success > 0 then reqILSymbol = reqILSymbolTemp else reqILSymbol = PLANSYMB_RCP endif endif end reqILSymbol
2020-06-24 11:55 AM
avishiplu wrote:The gsm file is enough
Here it is the pln file
2020-06-24 03:27 PM
Barry wrote:
Or how are your GDL skills?
reqILSymbol = gs_symbtype_2D_m if reqILSymbol = PLANSYMB_BY_MVO then reqILSymbolTemp = 0 success = LIBRARYGLOBAL ("LibraryGlobals13", "iLSymbol", reqILSymbolTemp) if success > 0 then reqILSymbol = reqILSymbolTemp else reqILSymbol = PLANSYMB_RCP endif endif end reqILSymbol
Barry.
2020-06-24 04:25 PM
avishiplu wrote:No you do not. It deals with a BASIC language like.
- Do I need any programming knowledge to develop my GDL skill?
avishiplu wrote:If you keep the "GDL Guide" under your eyes you might be able to script your first parametric GDL object after 48 hours. About complex parametric object we all learn everyday since few years about GDL.
- How long I may take to develop the basic GDL skill for the object I shared ?
2020-06-24 05:21 PM
avishiplu wrote:Don't be afraid. GDL makes Archicad powerful and understanding it really helps even in the small scale.
- Do I need any programming knowledge to develop my GDL skill?
-How long I may take to develop the basic GDL skill for the object I shared ?