If (not(and... statement in a family.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I have a problem with a set of parameters in a family. I want to turn things on and off and usually I can figure it out, but this time I'm stumped.
situation:
I have three parameters: TT, PC and SF.
if SF is ON, then i need PC and TT to be OFF.
if PC is ON, then TT should be ON and SF is OFF.
if TT is ON, then PC and SF are OFF.
I have attached an image of the closest I have gotten to something that works, and it isn't very close. but at least it isn't giving me errors.
if(StickFrame, not(and(TopTrack, ParapetCover)), if(ParapetCover, TopTrack, False))
I have created a "checking" parameter and a false parameter, but I'm not sure I really need them. Maybe I need more parameters... I was trying to keep this simple, but I guess I can't...