algorithmic modeling for Rhino
Download:
http://www.giuliopiacentino.com/weaverbird
Brian Ringley of NYCCTfab added a good description of
Weaverbird on the AEC-APPS.com website
https://aec-apps.com/app/app/weaverbird
Hello everyone,I know this has been asked before, but I can't find a solution to install weaverbird. I have Rhino 6 working on Bootcamp with Win 10.When I download the Rhino 6 file from http://www.giuliopiacentino.com/weaverbird/and double click it, it will open GH and says " There are eight unrecognized objects in this file..." clicking on "Download and install" the Package Restore opens and commands to reopen Rhino to make the plug ins…Continue
Started by Farid Taher. Last reply by Audrey Seyfried Sep 9, 2020.
I was using Loop subdivision, and needed to access groups of faces in the subdivided mesh according to the face in the original mesh they descended from, so I made a simple little script making use of the way Weaverbird orders its output to extract this. I'm sharing it here in case anyone else finds it useful:It takes as input the original and subdivided meshes, and an index of a face in…Continue
Started by Daniel Piker. Last reply by Nick Soldatkin Mar 6, 2020.
Hi There,I have Rhino 6 and just installed the latest update.Rhino 6 (SR19 2019-10-22)Unfortunately it says that its;"unable to load Weaverbird.rhp plug-in. The plug-in does not appear to be compatible with this version of Rhino"I'm on a pc running windows 10.Can anyone help?Thanks.FelixContinue
Started by felix newall-smith. Last reply by felix newall-smith Nov 13, 2019.
I have written my own GH plugin for Rhino 6. I want to use a nancy self hosting server. On installing the NuGet package and using this code - private string _url = "http://localhost";private int _port = 12345;private NancyHost _nancy;public override void AddedToDocument(GH_Document document){var uri = new Uri($"{_url}:{_port}/");_nancy = new NancyHost(uri);_nancy.Start();base.AddedToDocument(document);}I am getting the following exceptionSystem.TypeLoadExceptionHResult=0x80131522Message=Method…Continue
Tags: custom, component, c#, weaverbird, nancy
Started by Arefin Mohiuddin May 31, 2019.
Hi guys,I am quite desperate for some help. I have non closed lines that I need to create a mesh from. Using WB produces this error (1. WbProcessingException - topv_count is 2 or less! - Weaverbird was unable to produce a valid result because of this). Another way I can achieve the result I need without going through extremes?Many thanks in advance.Continue
Started by Sam. Last reply by Sam May 28, 2019.
Hi allI made this code but it does not look like what I want. I want to make the mesh which I attached the photo.TnxContinue
Started by meeee. Last reply by Giulio Piacentino Feb 2, 2019.
© 2021 Created by Scott Davidson.
Powered by