Height of angled wall

Hi,

I’ve attached a wall to an angled roof. Is there a way to get the height of an angled wall from the highest point (3649mm)?

Try this:

From the selected wall:

  1. Element.Boundingbox
  2. Vector.ByTwoPoints using the Boundingbox.MinPoint and BoundingBox.MaxPoint as the respective points.
  3. Lastly Vector.Z

The resulting double will be the height from the base of the geometry to the top of the geometry.

Hi Jacob,

Still getting the same result. See below.

ah! Try Element.Solids > BoundingBox.ByGeometry instead of Element.BoundingBox

2 Likes