Automatic images in objects
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2017-12-15 01:10 AM
2017-12-15
01:10 AM
what is the script to automatically see the images in the library inside an object (for example object Carpet)?
At the moment it only works if I enter the parameter gs_picture_name.
Is it possible to use this function also with other parameters?
Thanks so much
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2017-12-15 01:00 PM
2017-12-15
01:00 PM
You have to paste the image into "preview picture"
Piotr
Piotr

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2017-12-15 01:42 PM
2017-12-15
01:42 PM
You can find the Script for this in the automatically loaded "ArchiCAD_Library_Master.gsm". In the MasterScript there is:
Or you can define your own using the Application Query above (I hope)
dim stCustomPicFiles[] bCustomPicFileExist = APPLICATION_QUERY ("LIBRARY_MANAGER", "USER_IMAGE_FILES", stCustomPicFiles) if bCustomPicFileExist then values "gs_picture_name" stCustomPicFiles, CUSTOM values "gs_picture_name_2D" stCustomPicFiles, CUSTOM endifSo at least you can use gs_picture_name_2D.
Or you can define your own using the Application Query above (I hope)
Jochen Suehlo . AC12-28 . MAC OSX 14.4 . WIN11
GDL object creation: b-prisma.de
GDL object creation: b-prisma.de
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2018-01-20 12:07 AM
2018-01-20
12:07 AM
Thank you so much
Ste
Ste