QuasarII or Quasar2 Dynamo Package contains simple(usage), reliable(performance) and useful(productive) Nodes for your daily dynamo operation on Revit. View Extension included for utility tools to organize nodes and graphs. The latest QuasarII package built on Dynamo 2.5.0 & Revit 2021.
See the list below guide for QuasarII Nodes information & sample usage. View Extension’s guide is here : QᴜᴀsᴀʀII VɪᴇᴡExᴛᴇɴsɪᴏɴ Gᴜɪᴅᴇ
- BuiltIns
- ElementGraphics
- LinkDocument
- MEPSpaces
- RoomUtility
- ViewUtility
- WorksetUtility
- ZoneUtility
BuiltIns
GetBuiltInCategory
Collect BuiltInCategory object(s).
- categories : A list of Category object(s).

GetBuiltInParameterName
Collect BuiltInParameter Name(s) by an Element and Parameter Name(s).
- Element : An Element.
- ParameterNames : A list of Parameter Name(s) related to the Element.

ElementGraphics
CopyFiltersFromView
Copy filters with the override graphic settings from a View.
- FromView : Copy filters from a View.
- ToViews : A list of View(s) to paste filters.

HideUnhideElementsInViews
Hide/Unhide a list of Element(s) in the given View(s).
- Elements : A list of Element(s).
- Views : A list of View(s).
- HideUnhide : A boolean value. (true = hide , false = unhide)

HideUnhideLinkLevelGrid
Hide/Unhide Levels and Grids Elements from the Link Documents.
- Hide : A boolean value.

LinkDocument
GetElementsFromLinkDocument
Collect Elements by a Category and a Document.
- Category : A Category object.
- Document : A Document object.

Link Documents
Collect a loaded Linked Document.

MEPSpaces
CenterSpaces
Relocate Spaces’ location points to the center of the Spaces.
- Spaces : A list of Space Elements.

GetSpacesByZone
Collect Space(s) from a Zone.
- zone : A Zone Element.

SpaceTagToSpace
Relocate spaces’ tags to the spaces’ location points in given View.
- View : A View Element.
- SpaceTags : A list of Space Tag(s).

SpaceNameNumbering
Space’s Name and Number to follow Room’s Name and Number. ** Only for the Room(s) existed Space(s).
- Spaces : A list of Space Element(s).

RoomUtility
CenterRooms
Relocate Rooms’ location points to the center of the Rooms.
- Rooms : A list of Room Element(s).

RoomTagToRoom
Relocate rooms’ tags to the rooms’ location points in given view.
- view : A View Element.
- RoomTags: A list of Room Tag(s).

CollectRoomsByStatus
Collect Room(s) by Status.

ViewUtility
ActiveView
Get the Active View of the current Document.

AllViewsByViewTypeName
Collect all the views of a ViewType. Eg. FloorPlan, CeilingPlan …
- viewType : A ViewType string.

CreatePlanViewsByRooms
Get a CeilingPlan ViewFamilyType from the current document.
Create PlanView(s) by Room(s). *Only Placed/Correct Rooms will be created. Offset Measurement : METRIC Millimeter(mm) / IMPERIAL Feet(ft).
- Rooms : A list of Room Element(s).
- Names : A list of naming string(s).
- viewFamilyType : A FloorPlan or CeilingPlan view family type.
- Scale : An Integer value.
- Offset : A Double value.

CeilingPlan ViewFamilyTypes

Create3DViewsByRooms
Create 3DView(s) by Room(s). *Only Placed/Correct Rooms will be created. Offset Measurement : METRIC Millimeter(mm) / IMPERIAL Feet(ft).
- Rooms : A list of Room Element(s).
- Names : A list of naming string(s).
- viewFamilyType : A 3D view family type.
- Scale : An Integer value.
- Offset : A Double value.

CreateElevationsByRooms
Create Elevation View(s) by Room(s). *Only Placed/Correct Rooms will be created. Offset Measurement : METRIC Millimeter(mm) / IMPERIAL Feet(ft).
- Rooms : A list of Room Element(s).
- viewFamilyType : An Elevation view family type.
- Scale : An Integer value.
- Offset : A Double value.

Elevation ViewFamilyTypes
Get a Elevation ViewFamilyType from the current document.

FloorPlan ViewFamilyTypes
Get a FloorPlan ViewFamilyType from the current document.

ThreeD ViewFamilyTypes
Get a 3D ViewFamilyType from the current document.

View Sheets
Collect a Sheet from the current document.

ViewTypes
Collect a Revit ViewType.

WorksetUtility
AllElementsByWorksetName
Collect Elements by a Workset Name.
- WorksetName : A Workset Name.

AllElementsOfWorkset
Collect Elements by a Workset.
- workset : A Workset.

Worksets
Collect a Workset from the current document.

ZoneUtility
AddSpacesToZone
Add Space(s) to a Zone.
- zone : A Zone Element.
- Spaces : A list of Space Element(s).

Zone
Collect a Zone from the Document.
