How to add description to a custom door
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tuesday
- last edited
Thursday
by
Laszlo Nagy
I created a custom door using walls and slabs, and saving the selection as a door. However, because its custom, the Description panel is not there, d therefore I can't put in information for it to appear in the Door Schedule.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Wednesday
Saving selection as a custom door will give you a basic, non-parametric door object.
You would have to edit the object scripts and add all of the parameters you want if you really need them.
Barry.
Versions 6.5 to 27
i7-10700 @ 2.9Ghz, 32GB ram, GeForce RTX 2060 (6GB), Windows 10
Lenovo Thinkpad - i7-1270P 2.20 GHz, 32GB RAM, Nvidia T550, Windows 11

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Wednesday - last edited Wednesday
There is a macro you can add that should give all of that to you, so the amendment of a single CALL. I do not have access to AC atm, but will check back later if no one else has dug it up by then.
Ling.
!INTERFACE SCRIPT
"descriptionPage":
dim stParamNames[16]
stParamNames[1] = "gs_list_cost"
stParamNames[2] = "gs_list_manufacturer"
stParamNames[3] = "gs_list_note"
stParamNames[4] = "gs_list_location"
stParamNames[5] = "gs_list_accessories"
stParamNames[6] = "FM_Type"
stParamNames[7] = "FM_InventoryNumber"
stParamNames[8] = "FM_SerialNumber"
stParamNames[9] = "FM_ProductionYear"
stParamNames[10] = "FM_ObjectWeight"
stParamNames[11] = "FM_ObjectWeightUnit"
stParamNames[12] = "gs_list_custom1"
stParamNames[13] = "gs_list_custom2"
stParamNames[14] = "gs_list_custom3"
stParamNames[15] = "gs_list_custom4"
stParamNames[16] = "gs_list_custom5"
call "ui_object_listing" parameters all listfieldID = TABID_DESCRIPTIONS,
listFieldPosY = 0,
listFieldHeight = 265,
stDescHeader = "",
stValueHeader = "",
stParamNames = stParamNames
return
Copy and paste the above into the Interface Script of your object, then you will need to add each of the quoted parameters to your Parameter List. Not too complicated if you want to dabble.
AC22-28 AUS 3110 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win11 | R5 2600 | 16GB | GTX1660 |