Grasshopper

generative modeling for Rhino

Martin Manegold
  • Male
  • Frankfurt a.M.
  • Germany
Share on Facebook
Share Twitter

Martin Manegold's Friends

  • David Lemberski
  • Manuel Sotomayor Millan
  • andres obregon
  • Sascha Bohnenberger
  • Stefano Rossi
  • tanzir ahmed
  • Rodrigo Velasco
  • Walter Hein
  • ICKaya
  • Peter Mehrtens
  • Thorsten Strathaus
  • Ioannis Zonitsas
  • Ante Ljubas
  • Giulio Piacentino
  • michael sprinzl

Martin Manegold's Groups

Martin Manegold's Discussions

Boolean Difference Doesn't work
3 Replies

Started this discussion. Last reply by David Rutten Jan 24.

Creating Lightweight Extrusions
1 Reply

Started this discussion. Last reply by David Rutten Jan 24.

Negative Index in Mesh Ray Intersection Result
3 Replies

Started this discussion. Last reply by Martin Manegold Jan 3.

 

Martin Manegold's Page

Latest Activity

Dmitriy Sonechko replied to Martin Manegold's discussion Custom Component Custom Preview stays when disabeling the component
"Perfect! Thanks David, works like a charm! I think - I will print your checklist to have it in front of me - very useful guidance, that you will not find in the book! Thanks a lot! Dmitriy"
Apr 16
David Rutten replied to Martin Manegold's discussion Custom Component Custom Preview stays when disabeling the component
"I made some functional changes to the file and override the ClearData() method. It's all untested.  I also made some syntactic changes that reflect my own personal programming mantras. You do not have to subscribe to the same set of rules…"
Apr 16
Dmitriy Sonechko replied to Martin Manegold's discussion Custom Component Custom Preview stays when disabeling the component
"I have already noticed that after the data is disconnected - SolveInstance has not been called. Please find the code enclosed. I have tried to act according to your action list but seems that smth I have missed up. Can you have a look? Thanks in…"
Apr 16
David Rutten replied to Martin Manegold's discussion Custom Component Custom Preview stays when disabeling the component
"I think the problem is that the input is disconnected but it's not an optional input. Grasshopper will not even call the SolveInstance method in this case which means you never erase your display caches. The best place to erase your caches is…"
Apr 16
David Rutten replied to Martin Manegold's discussion Custom Component Custom Preview stays when disabeling the component
"Please post the actual code (or a minimum version of the code that shows the problem without doing anything else if you don't want to make your source public). -- David Rutten david@mcneel.com Poprad, Slovakia"
Apr 16
Dmitriy Sonechko replied to Martin Manegold's discussion Custom Component Custom Preview stays when disabeling the component
"Hi David, Can you still have a look in topic above? Any suggestions why it happens? Thanks, Dmitriy"
Apr 16
David Rutten replied to Martin Manegold's discussion Boolean Difference Doesn't work
"I cannot test a script at the moment as I broke the code editor, but if I reference those two shapes and use the Grasshopper Solid Difference components it also works. Can you confirm? I don't see anything wrong with the code that might…"
Jan 24
Mostapha Sadeghipour replied to Martin Manegold's discussion Boolean Difference Doesn't work
"I guess tolerance value is the key to make it to work or not."
Jan 24
Andrew Heumann replied to Martin Manegold's discussion Boolean Difference Doesn't work
"It would be helpful to see your grasshopper document with the script to troubleshoot. When I use the following script:  private void RunScript(Brep x, Brep y, ref object A) { A = Brep.CreateBooleanDifference(x, y, 0.1); } The boolean is created…"
Jan 24
Martin Manegold posted discussions
Jan 24
David Rutten replied to Martin Manegold's discussion Creating Lightweight Extrusions
"Grasshopper currently has no native datatype for extrusions. I've been meaning to add this secretly to the Brep parameter as extrusions are primarily a memory/computational optimization, not so much a user feature. However I haven't looked…"
Jan 24
Dmitriy Sonechko replied to Martin Manegold's discussion Custom Component Custom Preview stays when disabeling the component
"Hi David, I have decided to put a question in this section as the problem I have is quite similar to the one that Martin has. In my custom component I am overriding DrawViewportWires property. Also I have all the conditions fullfilled: - Override…"
Jan 7
Martin Manegold replied to Martin Manegold's discussion Negative Index in Mesh Ray Intersection Result
"Something went wrong with the upload. Here's the file. (I only included one point) - Martin"
Jan 3
Martin Manegold replied to Martin Manegold's discussion Negative Index in Mesh Ray Intersection Result
"Hi David, thank you for the quick response. Attached a Mesh, which throws the error. I Create Rays from the points in all the same Global X Direction. (Can't tell you which point right now) Thanks, Martin"
Jan 3
David Rutten replied to Martin Manegold's discussion Negative Index in Mesh Ray Intersection Result
"It looks like a bug but I'm not entirely sure where yet. The index is set to -1 in the intersection event constructor but the comments in the C++ code indicate that it should always be set once an intersection is found. Can you post a mesh and…"
Jan 3
Martin Manegold posted a discussion

Negative Index in Mesh Ray Intersection Result

Hi Everyone,while DebugingRhino.Geometry.Intersect.Intersection.MeshRay(BaseMesh, ray, out faceIndicies);I got a result I didn't understand. How can a Face Index be negative? Later in the Code I get an exception when trying to retrieve the face byBaseMesh.Faces[index](With "index" being -1)Thanks- MartinSee More
Jan 3

Profile Information

Company, School, or Organization
Imagine Structure, Frankfurt

Martin Manegold's Videos

  • Add Videos
  • View All

Comment Wall

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

Join Grasshopper

  • No comments yet!
 
 
 

Translate

Search Grasshopper

Photos

  • Add Photos
  • View All

Videos

  • Add Videos
  • View All

© 2013   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service