Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to find the volume of sweeping a triangle along an arc. Simple math, not so simple in Revit for me.
I need to get the length of the arc to multiply by the area of the triangle (which I have).
I'm having a number of issues.
- Getting the Angle of the arc to Radians
- Using PI in a formula
- Inconsistent units
I'm stumped on putting the variables together in my Parameters so they report the volume for me.
Right now, I just need L for the Arc Length.
Length = (Radius * Angle in radians)
It's getting the Angle in Radians that is stumping me. Can someone give me a clue? Even then, I'll probably get the Inconsistent Units warning.
Solved! Go to Solution.