- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello, I'm trying to understand the failsafe value in this revit OOTB family called cross - plain - pvc-c. The formula goes like this "if(Half End to End Run < Centre to End Branch Label * cos(Min Angle 34) + Socket Outside Radius * sin(Min Angle 34), Centre to End Branch Label * cos(Min Angle 34) + Socket Outside Radius * sin(Min Angle 34), Half End to End Run)".
Here, the if condition is validating that if the value is smaller compared to that condition, it'll do so and so. But why is that used as a failsafe? Centre to End branch Label * Cos (min angle 34) = 35.6 gives the correct horizontal distance but the "socket outside radius * sin (Min angle 34)" = 5.5, does not give the vertical distance properly...it should be 21mm as shown in the pic. The correct formula would be - Centre to End Branch Label * sin(Min Angle 34). Correct if I'm wrong. Thank you.
I'll attach the family just in case.
Solved! Go to Solution.