cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
rav668
Participant

Opening symbol 21 Object

Hi,
I am looking for source code of object named in the topic. Is there any way to obtain sourcecodes of objects made by GS? I would like to make some improvments on my company's own use.
Thanks in advance,
Rav

DDB.PNG
4 Replies 4
runxel
Moderator
Just open it?
Select it in the view, press CMD+shift+O
Lucas Becker | AC 29 on Mac (Sequoia) | Graphisoft Insider Panelist | Akroter.io – high-end GDL objects | Author of Runxel's Archicad Wiki | Editor at SelfGDL | Developer of the GDL plugin for Sublime Text

My List of AC shortcomings & bugs | I Will Piledrive You If You Mention AI Again |

POSIWID – The Purpose Of a System Is What It Does /// «Furthermore, I consider that Carth... yearly releases must be destroyed»
rav668
Participant
runxel wrote:
Just open it?
Select it in the view, press CMD+shift+O
Problem is that the scripts are empty, so I am looking for help here.
Erwin Edel
Rockstar
It calls the object from the Master script.
EPS = 0.0001

if GLOB_SCRIPT_TYPE <> 7 & GLOB_SCRIPT_TYPE <> 8 then
	call "slabOpeningSymbol_m" parameters all iSymbolType		= 1
endif
Just open the slabOpeningSymbol_m object by highlighting the name and using CTRL+SHIFT+O or CMD+SHIFT+O.
Erwin Edel, Project Lead, Leloup Architecten
www.leloup.nl

ArchiCAD 9-29NED FULL
Windows 11 Pro for Workstations
Adobe Design Premium CS5
rav668
Participant
Erwin wrote:
It calls the object from the Master script.
EPS = 0.0001

if GLOB_SCRIPT_TYPE <> 7 & GLOB_SCRIPT_TYPE <> 8 then
	call "slabOpeningSymbol_m" parameters all iSymbolType		= 1
endif
Just open the slabOpeningSymbol_m object by highlighting the name and using CTRL+SHIFT+O or CMD+SHIFT+O.
Thank you very much that is what I've been looking for

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!