Sheet.Create
Dynamo Hierarchy: Rhythm>Revit>Elements>Sheet>Sheet.Create
Description:
Creates a new sheet. Uses the next available sheet number.
Inputs:
titleblock : FamilyType
Outputs:
Sheet : Element

Dynamo Hierarchy: Rhythm>Revit>Elements>Viewport>Viewport.Create
Description:
This node will place the given view on the given sheet, if possible. For floor plan views: They cannot be on any other sheets. Now supports schedules!
Inputs:
sheet : Element
view : Element
location : Point
Outputs:
Result : Element
UPDATE- This node location is identified below. This is in the latest version of the Rhythm package. Another consideration is that Rhythm is only fully supported for Dynamo 1.3.3+ and Revit 2017+.

Dynamo Hierarchy: Rhythm>Revit>Elements>ViewSection>ViewSection.OverrideCropVersion2
Description:
This node will override the crop region of the given section view based on the pen weight provided. This is the faster version that works with interior elevations primarily.
Inputs:
viewSection : Element
lineweight : int
Outputs:
viewSection : Element

Dynamo Hierarchy: Rhythm>Revit>Elements>ViewSection>ViewSection.OverrideCrop
Description:
This node will override the crop region of the given section view based on the pen weight provided. Slower but more reliable version that uses transaction rollback to isolated the crop region element.
Inputs:
viewSection : Element
lineweight : int
Outputs:
viewSection : Element

Dynamo Hierarchy: Rhythm>Revit>Elements>ViewPlan>ViewPlan.Rotate
Description:
This node will attempt to rotate the plan view into 3d. Use at your own risk! Built as a proof of concept based on a tweet from Luke Johnson.
Inputs:
viewPlan: Element
rotationLine : Curve
inputAngle : double
Outputs:
cropBox: BoundingBoxXYZ