SOLVED!
Use WALLHOLE / WALLNICHE outside of Doors/Windows?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2018-09-14
12:02 PM
- last edited on
2023-05-24
12:27 PM
by
Rubia Torres
2018-09-14
12:02 PM
- Does the WALLHOLE or WALLNICHE command work on objects outside of windows/doors?
Tried Googling the answer to this, but couldn't really find any clues.
While the GDL Reference Guide does have the description of these scripts in the "Doors and Windows" section, it doesn't really state if one can use it outside these subcategories.
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Accepted Solutions
Solution

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2018-09-17 03:04 AM
2018-09-17
03:04 AM
As far as I know, wallhole and wallniche only work for objects saved with a window or door subtype so your objects will have to be a window or door object.
SEO will work but it depends on the object you have created.
If the object you see is what you want subtracted from the wall then there is nothing else you need to do - just use SEO.
However if you object is not suitable for the subtraction then there is a 'trick' you can use.
In the 3D script you need to add something similar to this - I use this in my shower object to cut a niche in the wall.
Barry.
SEO will work but it depends on the object you have created.
If the object you see is what you want subtracted from the wall then there is nothing else you need to do - just use SEO.
However if you object is not suitable for the subtraction then there is a 'trick' you can use.
In the 3D script you need to add something similar to this - I use this in my shower object to cut a niche in the wall.
!! use prism to cut wall when used in Solid Element Operation !! GLOB_CONTEXT = 45 !!!!!!uncomment this line to test prism position if GLOB_CONTEXT > 40 and GLOB_CONTEXT < 50 then ADD niche_hor_pos, 0, niche_ver_pos PRISM_ 5, niche_ver_size, 0,0,15, niche_hor_size,0,15, niche_hor_size,-niche_dep,15, 0,-niche_dep,15, 0,0,-1 DEL 1 endifThis prism will be invisible in your object but will be used in any SEO that your object takes part in.
Barry.
One of the forum moderators.
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
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
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2018-09-14 12:54 PM
2018-09-14
12:54 PM
Did you try it with a wall accessory ?
Felipe Ribeiro Cunha
AC 26, macOS Monterey
AC 26, macOS Monterey
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2018-09-14 02:46 PM
2018-09-14
02:46 PM
What do You mean outside?
If the 3d /2d content is going to be placed outside the wall - than the answer is Yes
but if you need the object that is not connected to the wall than No
But if the object purpose is to cut into the wall then either it will be automatically and connected to wall (moving along and so on - than it has to be a wall opening (door or window)
If the cutting has to be automatic but the connecting is obsolete - than use a beam
If the connection is mandatory but the cutting can be SEO - than it should be done via accessory (lvl:hard - doable but I would not use it for just one hole in the wall, because would be hard to use and has its weirdnes "in the package")
if none (either connection or automatic cut) is needed than it may be a standard object and then SEO'd from the wall.
Piotr
If the 3d /2d content is going to be placed outside the wall - than the answer is Yes
but if you need the object that is not connected to the wall than No
But if the object purpose is to cut into the wall then either it will be automatically and connected to wall (moving along and so on - than it has to be a wall opening (door or window)
If the cutting has to be automatic but the connecting is obsolete - than use a beam
If the connection is mandatory but the cutting can be SEO - than it should be done via accessory (lvl:hard - doable but I would not use it for just one hole in the wall, because would be hard to use and has its weirdnes "in the package")
if none (either connection or automatic cut) is needed than it may be a standard object and then SEO'd from the wall.
Piotr
Solution

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2018-09-17 03:04 AM
2018-09-17
03:04 AM
As far as I know, wallhole and wallniche only work for objects saved with a window or door subtype so your objects will have to be a window or door object.
SEO will work but it depends on the object you have created.
If the object you see is what you want subtracted from the wall then there is nothing else you need to do - just use SEO.
However if you object is not suitable for the subtraction then there is a 'trick' you can use.
In the 3D script you need to add something similar to this - I use this in my shower object to cut a niche in the wall.
Barry.
SEO will work but it depends on the object you have created.
If the object you see is what you want subtracted from the wall then there is nothing else you need to do - just use SEO.
However if you object is not suitable for the subtraction then there is a 'trick' you can use.
In the 3D script you need to add something similar to this - I use this in my shower object to cut a niche in the wall.
!! use prism to cut wall when used in Solid Element Operation !! GLOB_CONTEXT = 45 !!!!!!uncomment this line to test prism position if GLOB_CONTEXT > 40 and GLOB_CONTEXT < 50 then ADD niche_hor_pos, 0, niche_ver_pos PRISM_ 5, niche_ver_size, 0,0,15, niche_hor_size,0,15, niche_hor_size,-niche_dep,15, 0,-niche_dep,15, 0,0,-1 DEL 1 endifThis prism will be invisible in your object but will be used in any SEO that your object takes part in.
Barry.
One of the forum moderators.
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
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