Message 1 of 3

Not applicable
07-03-2019
02:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've looked through the forums but can't seem to find the right code.
For example, I have a boolean parameter called Solid and a solid body called Solid_Body
I would like to be able to do something like feature/component suppression if the boolean value changes, for example:
If Solid = True then
Solid_Body= 1
else
Solid_Body= 0
end if
What would be the code to do something like this?
Thank you
Solved! Go to Solution.