Grasshopper

generative modeling for Rhino

Aðalsteinn Már Ólafsson
  • Male
  • Reykjavik
  • Iceland
Share on Facebook
Share Twitter
  • Blog Posts
  • Discussions (8)
  • Events
  • Groups
  • Photos
  • Photo Albums
  • Videos

Aðalsteinn Már Ólafsson's Discussions

Running a macro that bakes a set of BRep's and then uses Rhinoceros _CreateSolid
9 Replies

Hi everyoneI earlier asked about _CreateSolid command in Grasshopper and got the reply that it isn't in the .SDK NET package (I'm not much of a programmer but what I've gathered it means that I…Continue

Started this discussion. Last reply by Jon Mirtschin Aug 19, 2010.

Need a small help with getting specific point (lowest z value)
3 Replies

Hi, I'm currently working with a closed curve I have from intersection with an extruded circle and a curved surface. As a result I have a curve wich control points are several hunderds that define…Continue

Started this discussion. Last reply by Aðalsteinn Már Ólafsson Jul 26, 2010.

_CreateSolid in Grasshopper
1 Reply

Hi, can't find this in Grasshopper, I know of the solid union, that command doesn't work. What I'm trying to do is to create a solid from 4 surfaces. The _CreateSolid command in Rhino works but not…Continue

Started this discussion. Last reply by Luis Fraguada Jul 6, 2010.

 

Aðalsteinn Már Ólafsson's Page

Latest Activity

Jon Mirtschin replied to Aðalsteinn Már Ólafsson's discussion Running a macro that bakes a set of BRep's and then uses Rhinoceros _CreateSolid
"Cool, so I assume you saw this video I posted: http://www.grasshopper3d.com/video/100723-strand7-straus7-fe-and If you do want to try my tools, get in touch and I'll assist with getting started."
Aug 19, 2010
kermin chok replied to Aðalsteinn Már Ólafsson's discussion Running a macro that bakes a set of BRep's and then uses Rhinoceros _CreateSolid
"Hi Jon, I typically use Strand7 for our analysis. I've been making some custom components to get our structural geometry(lines and plates) directly into analysis to minimize the set up time and more importantly reduce the random error in model…"
Aug 19, 2010
David Rutten replied to Aðalsteinn Már Ólafsson's discussion Running a macro that bakes a set of BRep's and then uses Rhinoceros _CreateSolid
"This can be done. If you prefix the Export command with a hyphen you disable any dialogs and you can control the operation from the command line (i.e. through a macro). I've written a layered dxf exporter script a while ago as a VB component…"
Aug 19, 2010
Jon Mirtschin replied to Aðalsteinn Már Ólafsson's discussion Running a macro that bakes a set of BRep's and then uses Rhinoceros _CreateSolid
"Hi Kermin, What analysis software do you use? Have you seen the work I've done on mesh to analysis programs like Strand7 (Straus7), Oasys GSA and Autodesk Robot? I also hope to get a chance to validate the work I've done on the…"
Aug 18, 2010
kermin chok replied to Aðalsteinn Már Ólafsson's discussion Running a macro that bakes a set of BRep's and then uses Rhinoceros _CreateSolid
"Hi David, This is cool. Is there a way to automate the export procedure. Typically to get a surface or solid into any analysis software, we need an iges file. Can we use anything in RhinoCommmon to export it or do we have to use a macro? If we use…"
Aug 18, 2010
Aðalsteinn Már Ólafsson replied to Aðalsteinn Már Ólafsson's discussion Running a macro that bakes a set of BRep's and then uses Rhinoceros _CreateSolid
"Thank you, combining the list into a Flatten Tree item and connecting it to CreateSolid seemed to do the trick."
Aug 18, 2010
David Rutten replied to Aðalsteinn Már Ólafsson's discussion Running a macro that bakes a set of BRep's and then uses Rhinoceros _CreateSolid
"Hi Aðalsteinn Már Ólafsson, the script works on lists of Breps. So unless the breps you are feeding it (first image) are all in the same data branch, it won't work as expected. You could try flattening the list of breps, or,…"
Aug 18, 2010
Aðalsteinn Már Ólafsson replied to Aðalsteinn Már Ólafsson's discussion Running a macro that bakes a set of BRep's and then uses Rhinoceros _CreateSolid
"Hi David, thank you for the compliments on my name and swift answer I've been trying the command and looking at it. What has happened is when I connect surfaces that are non existent in rhino, only as a part of the Grasshopper (i.e. before the…"
Aug 18, 2010
David Rutten replied to Aðalsteinn Már Ólafsson's discussion Running a macro that bakes a set of BRep's and then uses Rhinoceros _CreateSolid
"Hi Aðalsteinn Már Ólafsson (such a beautiful name, I feel compelled to use all of it when addressing you), I attached a User Object that wraps the CreateSolid command. To install this, run Grasshopper, open the UserObject folder…"
Aug 18, 2010
Aðalsteinn Már Ólafsson posted a discussion

Running a macro that bakes a set of BRep's and then uses Rhinoceros _CreateSolid

Hi everyoneI earlier asked about _CreateSolid command in Grasshopper and got the reply that it isn't in the .SDK NET package (I'm not much of a programmer but what I've gathered it means that I cannot create solids with Grasshopper).Now the workaround I've been using is to bake each part that consists of 4 BReps and then run a macro in Rhino  wich completes the solid making process'_SelAll_Pause _CreateSolid_Enter_Pause_Hide (The hide is there so next part can be selected…See More
Aug 17, 2010
Aðalsteinn Már Ólafsson replied to Aðalsteinn Már Ólafsson's discussion Need a small help with getting specific point (lowest z value)
"it was the lowest point in the curve. Will look into this in the morning, thanks for the input."
Jul 26, 2010
Vicente Soler replied to Aðalsteinn Már Ólafsson's discussion Need a small help with getting specific point (lowest z value)
"You want to know the lowest control point or the lowest point in the curve? If it's the second one, use a bounding box and a box corners component."
Jul 26, 2010
to] replied to Aðalsteinn Már Ólafsson's discussion Need a small help with getting specific point (lowest z value)
"you have to decompose the point into its x,y,z values and sort with the z values use the second input for your points -to]"
Jul 26, 2010
Aðalsteinn Már Ólafsson posted a discussion

Need a small help with getting specific point (lowest z value)

Hi, I'm currently working with a closed curve I have from intersection with an extruded circle and a curved surface. As a result I have a curve wich control points are several hunderds that define it, but I'm trying to pin out the point with the lowest Z value, sorting doesn't seem to work for me. Any suggestions?
Jul 26, 2010
Luis Fraguada replied to Aðalsteinn Már Ólafsson's discussion _CreateSolid in Grasshopper
"_CreateSolid is not exposed in the .Net or RhinoCommon SDKs therefore we cannot access them in a GH component. I have put in a request for this, hopefully it will show up in the next service release or update. Luis"
Jul 6, 2010
Aðalsteinn Már Ólafsson posted a discussion

_CreateSolid in Grasshopper

Hi, can't find this in Grasshopper, I know of the solid union, that command doesn't work. What I'm trying to do is to create a solid from 4 surfaces. The _CreateSolid command in Rhino works but not the grasshopper solid union command.Anything I'm dooing wrong? Do I need to trim/untrim surfaces before joining them?And sorry for a basic question like this (I assume it is since I can't find another thread about it in a glance).See More
Jul 6, 2010

Profile Information

Company, School, or Organization
Reykjavik University

Comment Wall

You need to be a member of Grasshopper to add comments!

Join Grasshopper

  • No comments yet!
 
 
 

Translate

Search Grasshopper

Members

Photos

  • Add Photos
  • View All

© 2012   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service