Creating a Revit Section from a Rectangle or Plane

Is it possible to be able to create sections with RhinoInsideRevit from a Plane or Rectangle?

The Plane Z direction will be the direction of the section to be Cut.

The Rectangle to be set for the zone of the section to be Cut.

Then maybe to be able to change the section depth (Far Clip Offset) & Section Name.
image
image

Project Example you might have 100+ Columns that would need a section cut onto the column face or you might have a concrete core wall of a tower that would need wall sections of each face.

Hi Christopher,

These are the extent of the view components at the moment.

image

Creating a section view with a python or c# is possible. RevitApi create section is looking for a bounding box for creation, like so.


CreateSection.gh (8.8 KB)

Orienting correctly programmatically is a little more complex.

1 Like

Nice thanks @Japhy.

Noticed if I change the Plane of the Boundary Box to the Element that I would like to create a section of would change the direction of the section.

This process will now work to generate all sections in the correct direct if the plane of the bounding box is set correct.

This script only creates a new section & wont update a section :(. So once created you cant change it in the script.

How can I generate a plan view? Because I want to see the elevation tags, and I can’t filter out these indexed section views in the plan view.


You can hide those per view by creating a View Filter in the Callouts Category.

Create a View Family and Type or a custom parameter to turn off those specific Callouts.

Thank you. The second issue is resolved, but I still can’t place or see existing elevation tags in the generated section view. Also, the positioning of this view seems to be problematic.

Here is my guess.