All Projects → erfajo → OrchidForDynamo

erfajo / OrchidForDynamo

Licence: other
This repository contains the content of the Orchid package for Dynamo

Projects that are alternatives of or similar to OrchidForDynamo

GeniusLociForDynamo
Genius Loci is a package of 300+ custom nodes for Dynamo in Revit.
Stars: ✭ 17 (-79.01%)
Mutual labels:  dynamo, revit, dynamobim
DynFreeCAD
Dynamo nodes for FreeCAD
Stars: ✭ 41 (-49.38%)
Mutual labels:  dynamo, dynamobim
DynAI
Practical applications of AI / Machine Learning in BIM, implemented as a Dynamo Package
Stars: ✭ 24 (-70.37%)
Mutual labels:  revit, dynamobim
thesaurus
TT Hackathon 2018 - Autocomplete for Visual Programming Nodes
Stars: ✭ 23 (-71.6%)
Mutual labels:  dynamo, revit
VisualDiff
A Dynamo view extension to visually compare the differences between two Dynamo Graphs
Stars: ✭ 13 (-83.95%)
Mutual labels:  dynamo, dynamobim
speckle-sharp
.NET SDK, Schema and Connectors: Revit, Rhino, Grasshopper, Dynamo, ETABS, AutoCAD, Civil3D & more.
Stars: ✭ 214 (+164.2%)
Mutual labels:  dynamo, revit
SpeckleRevitReboot
Check a brand new Speckle at: https://github.com/specklesystems
Stars: ✭ 25 (-69.14%)
Mutual labels:  revit
SketchUpNET
SketchUp C# API - A C++/CLI API Wrapper for the Trimble(R) SketchUp(R) C API
Stars: ✭ 83 (+2.47%)
Mutual labels:  dynamo
Nina
A collection of Shorcuts to work faster in Revit.
Stars: ✭ 17 (-79.01%)
Mutual labels:  revit
mapboxRevit
View Revit models inside Mapbox
Stars: ✭ 23 (-71.6%)
Mutual labels:  revit
FlexLM-License-Usage-Logger
python utility script to parse and log the lmutil lmstat results on a FlexLM server
Stars: ✭ 20 (-75.31%)
Mutual labels:  revit
aws-dynamodb
⚡ Easily provision AWS DynamoDB tables using Serverless Components.
Stars: ✭ 59 (-27.16%)
Mutual labels:  dynamo
TuneUp
A profiler for Dynamo graphs
Stars: ✭ 27 (-66.67%)
Mutual labels:  dynamo
RevitTemplates
Templates for creating plugins for Revit
Stars: ✭ 64 (-20.99%)
Mutual labels:  revit
FreeMVD WorkFlow
This project has been moved/forked to https://gitlab.com/osarch/FreeMVD_WorkFlow
Stars: ✭ 21 (-74.07%)
Mutual labels:  revit
sucredb
Distributed KV database with causality tracking
Stars: ✭ 51 (-37.04%)
Mutual labels:  dynamo
revit-family-web-viewer
Revit Web Viewer is a Three.js-based project viewer. Revit projects / families must be exported using RvtVa3cExporter (https://github.com/va3c/RvtVa3c)
Stars: ✭ 48 (-40.74%)
Mutual labels:  revit
RevitExtensions
Extensions for Revit plugin development
Stars: ✭ 37 (-54.32%)
Mutual labels:  revit
RevitExportObjAndGltf
The Revit-based plug-in realizes the export of 3D files in obj or gltf format, which may have small material problems, which can be improved in the later stage; because the project needs to engage in the secondary development of Revit in the near future, similar plug-ins are rarely found on the Internet Related information will be recommended to…
Stars: ✭ 42 (-48.15%)
Mutual labels:  revit
Artifact
An in-memory distributed database
Stars: ✭ 63 (-22.22%)
Mutual labels:  dynamo

logo

  Orchid

commit commit activity license
Orchid is a solution designed for use in the Dynamo environment. The solution is designed to support practical, technical, geometrical, logical, and mathematical issues. The solution contains functions to solve data handling in Revit projects, Revit families, and materials in Revit. Besides this, also functions to solve common data handling like geometry, printing, exporting, and system actions. Orchid is among the largest and most coherent solutions besides what Autodesk releases for Dynamo.

Software environment:
Built for Dynamo 2.16 (Revit 2023), Dynamo 2.12 (Revit 2022), Dynamo 2.6 (Revit 2021), and 2.3 (Revit 2020.

Orchid Samples:
In the samples folder are examples using the Orchid package placed.

History/Change Log:
orchid
orchid
orchid
orchid


Install or Update the package for Dynamo

Use the executable installer in the Builds folder to install the Orchid package. Please note the vertical versions of Orchid are coded for a specific version of Dynamo and Revit to ensure code is applicable for that exact combination, and not least due to the enormous scope of Orchid.

Select the executable according to your dynamo version!
orchid     dynamo     revit
orchid     dynamo     revit
orchid     dynamo       revit
orchid     dynamo       revit

REVIT AND DYNAMO MUST BE CLOSED DURING INSTALLATION!

Manually installation

The Orchid package may also be installed by manually copying files from the Zipped folder. This is only recommendable for experienced users! To install/update this way, please unzip the zip-file of the chosen version into your dynamo package folder, into a folder named Orchid. Download may be handled either by downloading a single file, or by cloning or zipping the repository. The package folder path can be found in Dynamo via the menu item 'Settings' -> 'Manage Node and Package Paths'.

Select the zip-file according to your dynamo version!
Orchid_216_?     (for the dynamo 2.16.x branch)
Orchid_212_?     (for the dynamo 2.12.x branch)
Orchid_206_?     (for the dynamo 2.6.x branch)
Orchid_203_?     (for the dynamo 2.3.x branch)

The individual version is avalible both for the sandbox version and for the version used Inside revit.
?_Revit     (the Revit version)
?_Core     (the Sandbox version)

Error handling

If Orchid dosnt work after installation, then try to see if you have one of these errors!


Node description and organization

Nodes are generally arranged in four node assemblies depending the version. Two assemblies cover the Revit version and two assemblies cover the Core (Sandbox) version. Each of the two sets of assemblies has an assembly for base/standard nodes and an assembly for extensible nodes, mainly dropdown nodes. Besides these four, are assemblies covering external applications outside Revit and icons for the nodes present.
The nodes may also be used as textual scripted functions in code blocks and custom nodes, example when using design script in code blocks as the Dynamo functions.

Inside Dynamo is the Orchid package nodes arranged into different main branches: Common, RevitFamily, RevitMaterial, RevitProject, About, and Applications. The last branch covers functions for external applications outside Revit. The first four branches covers functions to be used inside Revit. the About branch cover nodes for information about the Orchid package.

Nodes in the four Revit driven branches can be recognized by their icon ribbon/edge color:
Common -> yellow  |  RevitFamily -> blue  |  RevitMaterial -> green  |  RevitProject -> red


License

Copyright(c) 2014
Erik Falck Jørgensen

All content in this repository is part of the Orchid package.

license

This work is licensed under the Creative Commons Attribution-NoDerivatives 4.0 International license (CC BY-ND 4.0).

In short terms does the CC BY-ND license state: This license allows for redistribution, commercial and non-commercial, as long as it is passed along unchanged and in whole, with credit to the author.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].