-
Posts
12061 -
Joined
-
Last visited
Content Type
Profiles
Forums
Gallery
Everything posted by Joe_Carrick
-
Where are the new bump map and normal map files?
Joe_Carrick replied to CARMELHILL's topic in General Q & A
Ed, Have you updated the Library Catalogs since the final X9 release? -
Where are the new bump map and normal map files?
Joe_Carrick replied to CARMELHILL's topic in General Q & A
Try this link instead https://kcclemo.neocities.org/creating-height-and-normal-maps/ -
Steve, I always dimension in the Plan. It's much easier IMO. Of course, my Annoset & Layer Set is setup so that I can do this and just send the Site Plan to Layout. I never got the idea of using a CAD Detail Window for the Site Plan.
- 26 replies
-
Ruby macro evaluation error, x9 final release
Joe_Carrick replied to AgChief's topic in General Q & A
Yes, and I've reported it to CA. I also had a macro for Vent Labels that used bottom_elevation that didn't work in X9. I've modified it to use other attributes but IMO CA should not make changes that cause things that worked to quit working. -
Ruby macro evaluation error, x9 final release
Joe_Carrick replied to AgChief's topic in General Q & A
I agree with Michael. Of course he has exaggerated the Top and Bottom Rough Opening values - but it does illustrate the point. -
Ruby macro evaluation error, x9 final release
Joe_Carrick replied to AgChief's topic in General Q & A
ps: Another way to see this is to open the Ruby Console and type: owner.top_elevation <enter> the result is nil or owner.top_elevation.nil? <enter> the result is true -
Ruby macro evaluation error, x9 final release
Joe_Carrick replied to AgChief's topic in General Q & A
John, The owner simply eliminates the need to specify owner context. header elevation accounts for the rough_opening_top so if you change the macro to: arr = (header_elevation-rough_opening_top).round().divmod(12) "#{arr[0]}" "'-" "#{arr[1].round()}\" H.H." you will get the same result you did before. The problem currently is that the top_elevation is nil. It's neither a numerical value or a string. top_elevation.round() is the same as nil.round() which generates the error. CA needs to properly initiate the top_elevation & bottom_elevation attributes. -
Ruby macro evaluation error, x9 final release
Joe_Carrick replied to AgChief's topic in General Q & A
John, Try this: arr = owner.header_elevation.round().divmod(12) "#{arr[0]}" "'-" "#{arr[1].round()}\" H.H." -
No, but do you really want that? All the glass panel showers I've seen do not have glass above the door.
-
Stephen, Show us the Wall Type Definition.
-
Half Walls also work.
-
Core Library>Architectural>Windows>Atrium Windows
-
You probably don't have the Fixtures, Exterior layer displayed.
-
Here's some samples of the Stairs Macro Package
-
The only thing you can currently do is to select the schedule and manually drag each row up or down to get the order you want.
-
I don't see any extra windows. Maybe you've "included all floors" when doing the schedule on the 1st floor?
-
??? - Post the Plan. Also, please edit your profile so we know who you are and what version of the software you are using.
-
I'm holding off on the Videos until the final X9 release. Then I will do a couple that will show volumes with the total calculated for "Conditioned Space". I just want to make sure to take advantage of all the capabilities of X9.
-
Hopefully, there will be more in the Room Finish Schedule next week when the full X9 version is released.
-
It would also help to know: 1. What version of the software you are using? 2. Do you have SSA? 3. Have you called Customer Support to get help?
-
Post the Plan. We can't know what you've done wrong without seeing the actual Plan file.
-
Pretty clever solution. I'm still going to ask CA to make "No Room Definition" Walls visible in the Room Wall Elevations.
-
No, I want the area of the void to be included in the Bedroom Area. It would work fine if I could just make those walls "No Room Definition" and still get the Interior Elevation to "See those Walls". That's the suggestion I'm going to make.
-
Note that if you insert it directly form the Library it for some reason looks like a "Triple Slider Window". I think that's a bug in Chief. IAE, it will be listed as a "Doorway" in the Schedule but you can change the Description in the OIP to "Roll Up Garage Door"