We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2012-11-22 10:32 PM - last edited on 2023-05-24 12:35 PM by Rubia Torres
pitching = int(GLOB_HSTORY_HEIGHT * 1000)Then I use this variable and other parameters to determine the sill and head heights of the window. The issue arises in the 3D window. If I print the value of this variable it prints twice, once with the correct value and once with a 0 value. I use the following code at the beginning of the 3D script to set the window at the correct height:
addy -WIDO_SILL_HEIGHT + sillHeightThe window itself uses the value correctly and sits where it should in the wall, but the wallhole uses the 0 figure and wont move. In the settings dialog only the correct number prints which suggests it's something to do with the wall?
2012-11-27 03:54 AM
success = request("Home_story_of_opening", "", index, story_name) success = request("Story_info", index, nStories, index, name, elevation, height)The height value returns the height of the windows home story.