-
Posts
12016 -
Joined
Reputation
3376 ExcellentAbout Alaskan_Son
- Birthday 03/03/1980
Profile Information
-
Gender
Male
-
Location
Wasilla, Alaska
-
Interests
God, wife, children, and freedom.
-
Rendering Technique Options>Vector View>Opaque Window Glass is set to Use Custom Color and that color is black. Change it back to either Use Material Color OR to something other than black.
-
Post a quick example plan.
-
This has to do with the way schedule dependent attributes are handled differently inside schedules than they are in the plan. I can definitely help you get this working like you want if you want to set up a one-on-one consultation session... If you were subscribed to my Mailer though, you probably wouldn't have had to
-
I think what Rene meant is that your glass shouldn't be black like that. Here's what mine looks like by default with color turned ON...
-
Roof return wanted on one side of wall only
Alaskan_Son replied to BrianMSmith's topic in General Q & A
Perhaps not the most elegant solution but you can simply break the wall into 2 walls and set only one of them to have a return. -
what are all of these snap points on a roof plane
Alaskan_Son replied to SHCanada2's topic in General Q & A
PTP -
Not sure about the frieze. I think you may have to make that adjustment manually, but for the box....
-
I personally think the Tutorial Guide found under Help>View Tutorial Guide is a grossly underappreciated and underutilized asset.
-
Forcing an Instance Macro to Run Automatically
Alaskan_Son replied to ComputerMaster86's topic in General Q & A
Short version: You’re working with 2 different types of macros. %macros.name% is an accessible ruby object. %name% on the other hand is nothing but intra-Chief string substitution and the results cannot be accessed or parsed in any way. -
Forcing an Instance Macro to Run Automatically
Alaskan_Son replied to ComputerMaster86's topic in General Q & A
A few quick pointers on the house: Its not breaking your current code, but there's no reason you need to be using instance variables for this. The @ symbol is simply unnecessary. Defining a "puts" variable at the end is also unnecessary and in this case is actually breaking your intended functionality. You're calling on the array and proc inside your macro (@rouSil[1][4,0,0]) and then you're attempting to repeat the process in your Object Information Field (%@rouSil[1][4,0,0]%). You only need one or the other, not both. Using the puts keyword as a variable name is also bad coding and entirely unnecessary. If you want to call on the array/proc inside your macro definition, just put @rouSil[1][4,0,0] as your last line and then put %winRoughSill% in your Object Information field. If on the other hand you want to use the array/proc directly in the Object Information Filed (which is probably the case), delete the last line in your macro and use %macros.winRoughSill[1][4,0,0]% in your Object Information field. If you want any guidance beyond that, consider emailing me at alaskansons@gmail.com for some professional consultation. I don't have a lot of time these days for even paid Chief consultation work, meaning I have even less time for unpaid consultation work . -
Have you tried the Wall Hatching tool? If you place Wall Hatches on all your walls, you simply turn the Walls, Hatching layer on or off as desired.
-
All completely doable.
-
I have a system that I set up about 8 years ago that does exactly what you're looking for. I called it my "Super Label Switches". You just changed which label you wanted to use in any given layer set using a dropdown. Chief has changed some things since then that kinda makes me want to update the system to simplify it a bit though. Shoot me over an email to alaskansons@gmail.com if you'd like to discuss further and we can take it from there.
-
Either turn off your layout box borders layer OR set the line style for those particular boxes to the invisible line style and then see if you can simply align using the automatically produced (but now invisible) borders. You can also align perfectly by: Creating a CAD Detail From View of your layout page Drawing one or more reference lines in that new CAD Detail Cutting and then using Paste Hold Position to place the reference lines in your actual view Using Point to Point Move to align your objects
-
All really good thoughts and reasons.