Skip to content
John edited this page Jan 21, 2019 · 5 revisions

Rhythm>Revit>Application>Documents

Documents.CopyDraftingViewsFromDocument

Description:

This node will copy the given drafting views and their contents from the given document into the active document.

Inputs:

sourceDocument: Autodesk.Revit.DB.Document

draftingViews: Element[]

Outputs:

newDraftingViews: Element[]


Documents.CopyElementsFromDocument

Description:

This node will copy the given elements from the given document into the active document.

Inputs:

sourceDocument: Autodesk.Revit.DB.Document

elements: Element[]

Outputs:

newElements: Element[]


Documents.CopyElementsFromLinkedDocument

Description:

This node will copy the given elements from the given linked document into the active document.

Inputs:

sourceDocument: Autodesk.Revit.DB.Document

sourceInstance: Element

elements: Element[]

Outputs:

newElements: Element[]


Documents.SetStartingView

Description:

This node will set the starting view of the document, given the view element.

Inputs:

document: Autodesk.Revit.DB.Document

Outputs:

result : result


Rhythm Node Index

  • Revit

    • Application

    • Collector

      • Collector
    • ElementFilter

      • ElementFilter
    • Elements

      • Areas
      • BeamSystems
      • Categories
      • CurtainGrid
      • CurtainGridLine
      • CurtainPanels
      • Dimensions
      • DimensionTypes
      • Elements
      • ElevationMarker
      • FamilyInstances
      • HostObject
      • Mullions
      • Parts
      • ReferencePlanes
      • RevitLink
      • RevitLinkType
      • Roofs
      • Rooms
      • RoomTag
      • Sheet
      • Tags
      • TextNotes
      • ViewPort
      • Walls
    • Helpers

      • Helpers
    • Ribbon

      • Modifiers
      • RibbonTab
    • Selection

      • Collector
      • Selection
    • Tools

      • Batch
      • Element
    • UI

      • UI
    • Views

      • Sheet
      • View
      • View3D
      • ViewPlan
      • ViewSection
    • Worksharing

      • Element

Clone this wiki locally