September 17, 2017, 6:08 pm
Author:
Barry Kelly
Posted: Mon Sep 18, 2017 2:08 am (GMT+1)
I can't see your screen shot.
Any chance of re-posting it please?
I am not aware of any code that you can copy and paste that will lock all the scripts - at least not if you are copying and pasting within the GDL editor.
Copying and pasting in an external editor (if that is what you did) may be a different story.
Barry.
_________________
Versions 6.5 to 21
Dell XPS- i7-6700 @ 3.4Ghz, 16GB ram, GeForce GTX 960 (2GB), Windows 10
Dell Precision 3510 - i7 6820HQ @ 2.70GHz, 16GB RAM, AMD FirePro W5130M, Windows 7 64bit
↧
September 17, 2017, 9:13 pm
Author:
Palawat
Posted: Mon Sep 18, 2017 5:13 am (GMT+1)
Hi everyone.
I'm creating a custom story marker with an option for creating additional story/level. I'm wondering if there're parameters for :
1. Story Level Line Type
2. Story Level Line Pen
3. Show/Hide Story Level Line
and
4. Length of the Elevation or Section (on floor plan)
so that I can use them to draw the line for additional story.
![]()
I've been searching/googling hopelessly. I found this topic ;
http://gdl.graphisoft.com/forums/topic/how-to-get-coordinates-of-the-sectionelevation-story-line
which doesn't seem to be resolved. I can't even sign in to gdl.graphisoft.com. Hope I'm not looking for something that doesn't exist, again.
_________________
Cheers,
Archicad 21 Windows 10, Corei7 3.4 GHz, 16 GB Ram.
www.indigofigs.com
↧
↧
September 17, 2017, 10:26 pm
Author:
haidu_bogdan
Posted: Mon Sep 18, 2017 6:27 am (GMT+1)
I would like to share this website of free objects library :
http://bimarium.com/
with formats in gsm, 3dmax, rhino and sketchup. It's an ambition to have a collection of good design furniture objects.
↧
September 18, 2017, 4:17 am
↧
September 18, 2017, 8:12 am
Author:
SmileyMan
Posted: Mon Sep 18, 2017 4:12 pm (GMT+1)
I definitely locked myself out somehow. If you are not aware of ways to lock out the code, then how does it happen? The previous guy noted this happened and you mentioned that it was intentional by the person who created the object. How can reply that way and then say that you dont know any code that does this?!?! Mine is definitely NOT intentional!! I am not that good or fast. I have been working on this since last year..... very frustrated!
_________________
smiley
--
Archicad 21 USA+MEP
CadImage Suite
MasterScript
Mac OS10.10
↧
↧
September 18, 2017, 8:16 am
Author:
SmileyMan
Posted: Mon Sep 18, 2017 4:16 pm (GMT+1)
Barry Kelly wrote: |
andro55 wrote: | Maybe the object is protected with a password? |
No not a password.
This would have been locked with the old "Hidescripts" program that used to lock specific scripts but not the object parameters.
The newer password protection that came about in 14 or so locks the entire object (all scripts and parameters) unless you know the password.
I am guessing the original author hid these scripts for a reason though - to protect their property.
They should have the original unhidden script but they many not be willing to share it.
But you could always ask if you know where the object came from.
Barry.
PS it is not really a secret of how you can read the scripts with a text editor - you only have to search some of the old posts here.
But this does not unlock the scripts in this object. |
This is you, isnt it?!?!
_________________
smiley
--
Archicad 21 USA+MEP
CadImage Suite
MasterScript
Mac OS10.10
↧
September 18, 2017, 11:40 am
Author:
SmileyMan
Posted: Mon Sep 18, 2017 7:40 pm (GMT+1)
Here is the object if someone can help. I started with ProTruss script because of the scripting that allowed me to change the dimensions within the company parameters. I've added code from chairs, hotspot stuff, I think I had some pratt truss coding from Graphisoft. I just can't get back into my own file and I have no idea what I did to lock myself out....
_________________
smiley
--
Archicad 21 USA+MEP
CadImage Suite
MasterScript
Mac OS10.10
↧
September 18, 2017, 6:55 pm
Author:
Barry Kelly
Posted: Tue Sep 19, 2017 2:55 am (GMT+1)
SmileyMan wrote: |
I definitely locked myself out somehow. If you are not aware of ways to lock out the code, then how does it happen? The previous guy noted this happened and you mentioned that it was intentional by the person who created the object. How can reply that way and then say that you dont know any code that does this?!?! Mine is definitely NOT intentional!! I am not that good or fast. I have been working on this since last year..... very frustrated! |
There is not any code that I am aware of that can lock the scripts.
There is however an old utility (program called 'Hidescripts') that can lock the scripts.
Problem is that it can't unlock them.
I don't know anyway of accidentally locking the scripts.
Let me look at your object and see what I can do.
Barry.
_________________
Versions 6.5 to 21
Dell XPS- i7-6700 @ 3.4Ghz, 16GB ram, GeForce GTX 960 (2GB), Windows 10
Dell Precision 3510 - i7 6820HQ @ 2.70GHz, 16GB RAM, AMD FirePro W5130M, Windows 7 64bit
↧
September 19, 2017, 4:27 pm
Author:
mest79
Posted: Wed Sep 20, 2017 12:27 am (GMT+1)
Barry Kelly wrote: |
You don't need to script a label, just add some text with the symbol height.
Code: | TEXT2 0,0, SYMB_POS_Z
|
Barry. |
Is it possible to add decimals?
Now the text2 shows "3" (3 meters) and I prefer "3.00"
Thanks!
_________________
Architect
AC20 (3012) - iMac 3,5 GHz i7, GeForce GTX 780M 4G, OS X 10.9.5
↧
↧
September 19, 2017, 6:32 pm
Author:
Barry Kelly
Posted: Wed Sep 20, 2017 2:32 am (GMT+1)
You will need to use the STR function.
probably something like ...
TEXT2 0, 0, STR("%0.2m", SYMB_POS_Z)
Barry.
_________________
Versions 6.5 to 21
Dell XPS- i7-6700 @ 3.4Ghz, 16GB ram, GeForce GTX 960 (2GB), Windows 10
Dell Precision 3510 - i7 6820HQ @ 2.70GHz, 16GB RAM, AMD FirePro W5130M, Windows 7 64bit
↧
September 20, 2017, 2:03 am
Author:
daviiiiidave
Posted: Wed Sep 20, 2017 10:03 am (GMT+1)
Hey Com,
im trying to make a custom door handle, Can somebody tell me how to get the right position for the insert point?
In the screenshots you can see my problem:
https://ibb.co/cwKY3k
https://ibb.co/ek7Lik
I made an GH Script for the handle without any Addons:
https://ibb.co/gHbD3k
For me its important to get the logic behind the insert point placement. maybe somebody can help me cause i tried to understand the 2D-Script and 3D-Script of the Door Handle but i noobish in coding and i cant find the right place in the script for the insert point.
↧
September 20, 2017, 2:17 am
Author:
Barry Kelly
Posted: Wed Sep 20, 2017 10:17 am (GMT+1)
I always model at the Project Origin but I think you can use an User Origin as well.
Make sure you set your handle model so the point you want to have contact with the door is at zero height.
i.e. the back of the front flange.
As this looks like a recessed pull handle I don't think it will automatically cut a recess in your door panel so you may only see the front flange.
Barry.
_________________
Versions 6.5 to 21
Dell XPS- i7-6700 @ 3.4Ghz, 16GB ram, GeForce GTX 960 (2GB), Windows 10
Dell Precision 3510 - i7 6820HQ @ 2.70GHz, 16GB RAM, AMD FirePro W5130M, Windows 7 64bit
↧
September 20, 2017, 2:22 am
Author:
Barry Kelly
Posted: Wed Sep 20, 2017 10:22 am (GMT+1)
I only saw the beginning of your post and didn't realise you were using Grasshopper.
You need to model the handle so the point you want on the door is at 0,0,0 co-ordinates.
i.e. centre of the handle at the back of the front flange.
Barry.
_________________
Versions 6.5 to 21
Dell XPS- i7-6700 @ 3.4Ghz, 16GB ram, GeForce GTX 960 (2GB), Windows 10
Dell Precision 3510 - i7 6820HQ @ 2.70GHz, 16GB RAM, AMD FirePro W5130M, Windows 7 64bit
↧
↧
September 20, 2017, 2:24 am
Author:
daviiiiidave
Posted: Wed Sep 20, 2017 10:24 am (GMT+1)
Thanks for the fast answer.
Yeah i tried that. I think i tried every position which seems legit to me but it doesn't work and it didn't change anything.
Maybe the collision is causing the problem?
I can get what you mean with recess.
My last option is to create a door leaf with the handle inside, but i was curious about the Custom Door Handle thing.
I don't understand why i can give the handle the "x,y" position but not the "z" in the doors settings.
↧
September 20, 2017, 2:26 am
Author:
daviiiiidave
Posted: Wed Sep 20, 2017 10:26 am (GMT+1)
Barry Kelly wrote: |
I only saw the beginning of your post and didn't realise you were using Grasshopper.
You need to model the handle so the point you want on the door is at 0,0,0 co-ordinates.
i.e. centre of the handle at the back of the front flange.
Barry. |
i will give it a try. gimme a second
↧
September 20, 2017, 2:28 am
Author:
Barry Kelly
Posted: Wed Sep 20, 2017 10:28 am (GMT+1)
I have moved this post to a more appropriate section of the forum (rather than Archicad + which is really just for discussing Archicad itself).
Barry.
_________________
Versions 6.5 to 21
Dell XPS- i7-6700 @ 3.4Ghz, 16GB ram, GeForce GTX 960 (2GB), Windows 10
Dell Precision 3510 - i7 6820HQ @ 2.70GHz, 16GB RAM, AMD FirePro W5130M, Windows 7 64bit
↧
September 20, 2017, 2:43 am
Author:
daviiiiidave
Posted: Wed Sep 20, 2017 10:43 am (GMT+1)
daviiiiidave wrote: |
Barry Kelly wrote: | I only saw the beginning of your post and didn't realise you were using Grasshopper.
You need to model the handle so the point you want on the door is at 0,0,0 co-ordinates.
i.e. centre of the handle at the back of the front flange.
Barry. |
i will give it a try. gimme a second |
nope it doesnt work. i move the object in rhino and nothing changed.
i also tried to move the cplane but nothing changed.
↧
↧
September 20, 2017, 4:24 am
Author:
Erwin Edel
Posted: Wed Sep 20, 2017 12:24 pm (GMT+1)
0,0,0 (origin) is the point defined by door leaf / door object.
As long as your handle object resides there, it should be ok.
The script you've pasted is the 2D symbol script, this has no influence on the 3D position.
_________________
Erwin Edel, Project Lead, Leloup Architecten
www.leloup.nl
ArchiCAD 9-20 NED FULL
BIMx
Windows 10 Pro 1607 / OS X Sierra
Adobe Design Premium CS4
↧
September 20, 2017, 4:49 am
Author:
daviiiiidave
Posted: Wed Sep 20, 2017 12:49 pm (GMT+1)
Yeah i tried this. Doesnt work.
Is it maybe impossible to put some geometry under 0,0,0 ?
As Barry said, its a recessed pull handle. And it seems like this is not working probably.
I just modeled this kind of handle from hand in AC.
I placed the backside of the flange on 0,0,0 and it still appears with the backside of the recessed on the door.
Seems like making a recessed handle is not possible.
↧
September 20, 2017, 4:59 am
Author:
daviiiiidave
Posted: Wed Sep 20, 2017 12:59 pm (GMT+1)
If i delete the recessed part it works fine.
https://ibb.co/iSeNDk
I think its not possible to make an recessed handle.
My work around will be:
I will try to make an Door Panel with this kind of handle.
It will kill the parametric function of the handle, but i don't see any other solution right now.
↧