REVIT API to measure the height by automatically recognizing the level of the floor

REVIT API to measure the height by automatically recognizing the level of the floor

seoyeonM9XZR
Explorer Explorer
841 Views
2 Replies
Message 1 of 3

REVIT API to measure the height by automatically recognizing the level of the floor

seoyeonM9XZR
Explorer
Explorer

LEVEL1_LVEL2.PNGLooking at the image file, there is a difference in the slope of the floor.

I want to know the height of LEVEL1 and LEVEL2 excluding the step by recognizing the step of the floor.

 

 

*****

The yellow part should be excluded.

The part I want to know is the green part.

0 Likes
Accepted solutions (1)
842 Views
2 Replies
Replies (2)
Message 2 of 3

jeremy_tammik
Alumni
Alumni
Accepted solution

There are many different approaches to this.

 

One would be to determine the height of the two levels and subtract the floor thickness.

 

A completely different approach would be use a ReferenceIntersector to shoot a ray downwards vertically from the midpoint of the blue line and determine where it intersects the top face of the floor.

  

Jeremy Tammik Developer Advocacy and Support + The Building Coder + Autodesk Developer Network + ADN Open
Message 3 of 3

seoyeonM9XZR
Explorer
Explorer

 

Your answer was very helpful to me. 

Based on your answer I will try the api.

thank you so very much. 👍

0 Likes