How to remove these door outlines?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2011-08-09
06:53 PM
- last edited on
2023-05-24
10:53 AM
by
Rubia Torres
2011-08-09
06:53 PM
The one on the left has a sill height; the one on the right does not.
The 3d script of this door is nothing more than one simple WALLHOLE command (I needed a simple trapezoidal opening). Its 2d script is empty.
I want a door WITH a sill height and WITHOUT the outlines, i.e., I'd like the left door's plan vien was like the one on the right. It seems that when the sill value is different from zero, these outlines are automatically inserted.
5 REPLIES 5

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2011-08-09 08:35 PM
2011-08-09
08:35 PM
Durval:
I created a new door part with only a WallHole command in the 3D Script, and nothing in the 2D Script, and got the opposite of what you show (no opening contours or sill lines). Why don't you post the library part?
David
I created a new door part with only a WallHole command in the 3D Script, and nothing in the 2D Script, and got the opposite of what you show (no opening contours or sill lines). Why don't you post the library part?
David
David Maudlin / Architect
www.davidmaudlin.com
Digital Architecture
AC28 USA • Mac mini M4 Pro OSX15 | 64 gb ram • MacBook Pro M3 Pro | 36 gb ram OSX14
www.davidmaudlin.com
Digital Architecture
AC28 USA • Mac mini M4 Pro OSX15 | 64 gb ram • MacBook Pro M3 Pro | 36 gb ram OSX14

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2011-08-09 08:57 PM
2011-08-09
08:57 PM
The door is attached. It was created with an old AC version (7, I think), that's why the extension is ".DOR".
This happens with other doors I created.
This happens with other doors I created.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2011-08-09 09:52 PM
2011-08-09
09:52 PM
Durval:
There is some sort of corruption with the library part. At the top of the parameter list is Wall Contours (0-None,1-Full,2-Side,3-Length) with possible values of 0, 1, 2 and 3. In the case of your part this is set to 1, but needs to be set to 0 to avoid the problem you describe, but when I try to set this value to 0, it does not stick, upon reopening the door's dialog box it is set back to 1. I was able to create a new library part and paste your 3D Script into it, and that works (the Wall Contours parameter can be changed). I suspect there is some issue in the underlying code of this part that came from version 7 where these sort of options did not exist. I can only see creating new library parts, with new parameters and then copying and pasting the code from the various scripts. A bit laborious, I don't know if someone else will have a better method.
David
There is some sort of corruption with the library part. At the top of the parameter list is Wall Contours (0-None,1-Full,2-Side,3-Length) with possible values of 0, 1, 2 and 3. In the case of your part this is set to 1, but needs to be set to 0 to avoid the problem you describe, but when I try to set this value to 0, it does not stick, upon reopening the door's dialog box it is set back to 1. I was able to create a new library part and paste your 3D Script into it, and that works (the Wall Contours parameter can be changed). I suspect there is some issue in the underlying code of this part that came from version 7 where these sort of options did not exist. I can only see creating new library parts, with new parameters and then copying and pasting the code from the various scripts. A bit laborious, I don't know if someone else will have a better method.
David
David Maudlin / Architect
www.davidmaudlin.com
Digital Architecture
AC28 USA • Mac mini M4 Pro OSX15 | 64 gb ram • MacBook Pro M3 Pro | 36 gb ram OSX14
www.davidmaudlin.com
Digital Architecture
AC28 USA • Mac mini M4 Pro OSX15 | 64 gb ram • MacBook Pro M3 Pro | 36 gb ram OSX14

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2011-08-09 10:56 PM
2011-08-09
10:56 PM
Thank you very much David for reviewing my object.
This is very weird.
I thought the blue parameters, created by default when setting subtypes, would not have any effect on the object unless they were used in the scripts. It seems that I was wrong...
Is there any other blue parameter that do affect the object even if not used in the scripts?
This is very weird.
I thought the blue parameters, created by default when setting subtypes, would not have any effect on the object unless they were used in the scripts. It seems that I was wrong...
Is there any other blue parameter that do affect the object even if not used in the scripts?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2011-08-10 08:34 PM
2011-08-10
08:34 PM
Durval wrote:In this case, the parameter is replacing the Contours pop up in AC 7 (see image below), so it moves from the dialog box, where it cannot be scripted, to the GDL arena. In your case, the object will not accept user input to change the parameter, which is more of a bug.
I thought the blue parameters, created by default when setting subtypes, would not have any effect on the object unless they were used in the scripts. It seems that I was wrong...
Durval wrote:It is not the fact that it is not used in the script, it is an additional parameter that could be controled by a script(s). The next parameter Hotspots 0-None,1-2D,2-3D,3-All has a similar function: to automatically add (or not) the 2D and 3D HotSpots, so the HotSpots can be scripted, or added without scripting.
Is there any other blue parameter that do affect the object even if not used in the scripts?
David
David Maudlin / Architect
www.davidmaudlin.com
Digital Architecture
AC28 USA • Mac mini M4 Pro OSX15 | 64 gb ram • MacBook Pro M3 Pro | 36 gb ram OSX14
www.davidmaudlin.com
Digital Architecture
AC28 USA • Mac mini M4 Pro OSX15 | 64 gb ram • MacBook Pro M3 Pro | 36 gb ram OSX14