Grasshopper

generative modeling for Rhino

kermin chok
kermin chok
  • Chicago, IL
  • United States
Share on Facebook
Share Twitter

Kermin chok's Friends

  • Daniel Caserta Segraves
  • Christopher Crowe
  • enrique soriano
  • Miguel Alvarez
  • Jon Mirtschin
  • Mark Donofrio
  • Brent Watanabe
  • Vicente Soler
  • David Rutten
  • Bob McNeel
  • Scott Davidson

kermin chok's Groups

kermin chok's Discussions

Trim 2 Breps
7 Replies

Started this discussion. Last reply by amir Nov 10, 2011.

Output TextTag3d from Custom Component
4 Replies

Started this discussion. Last reply by Andrew Heumann Jul 27, 2011.

Enable/Disable Solver
4 Replies

Started this discussion. Last reply by kermin chok Jul 13, 2011.

 

kermin chok's Page

kermin chok's Videos

  • Add Videos
  • View All

Latest Activity

Profile Icon
kermin chok replied to Jerome's discussion 'Is it possible to add third-party dll as reference while developing plugin for rhino5.0(64bit)?'
Hi, I've had the same problem and untick COFF loading seems to get things to work. However, I don't understand why this is. Can someone comment on what COFF loading is? Also, did anyone have to create a windows installer package to…
Jan 27
Profile Icon
Jon Mirtschin replied to kermin chok's discussion 'Flatten Input List'
I might add one thing here, could be useful for someone. If you want to "enforce" flattening here, but if you want to leave flattening at the discretion of the user, but set the default to be flattened when the component is added to the…
Dec 7, 2011
Profile Icon
Jonatan Schumacher replied to kermin chok's discussion 'Flatten Input List'
I found this tread very useful, thank you. For anyone interested in flattening input data in C#, I found that the following works: <code> GH_Structure<GH_String> in_IDtree = new…
Nov 30, 2011
Profile Icon
amir replied to kermin chok's discussion 'Trim 2 Breps'
so if i find a command in rhinocommon i can use it in a vb component? or is it a bit more complex? thanks a lot amir
Nov 10, 2011
Profile Icon
David Rutten replied to kermin chok's discussion 'Trim 2 Breps'
RhinoCommon is the new Rhino SDK. Grasshopper is using RhinoCommon for all its geometry and the VB/C# components use RhinoCommon as well.   There's also Legacy VB and C# components that use the old Rhino SDK (called Rhino_DotNET), but I…
Nov 10, 2011
Profile Icon
amir replied to kermin chok's discussion 'Trim 2 Breps'
excuse me kermin,  but what do you mean by rhinocommon function? is it a component ? sorry for the "stupid" question, i googled rhinocommon and couldn't really understand. thanks, amir.   (i'm also looking to split a…
Nov 10, 2011
Profile Icon
castroecosta replied to kermin chok's discussion 'Loading Rhino Faster'
great tip, thanks a bunch!
Oct 18, 2011
Profile Icon
kermin chok replied to kermin chok's discussion 'Trim 2 Breps'
Hi, Thanks for the input. In the end, I used the Rhinocommon function Brep.split. Most of the time it worked except for figuring out which end of the trim or split to keep.   Also tricky was the fact that if this function fails, it returns…
Aug 5, 2011
Profile Icon
Martin Miller replied to kermin chok's discussion 'Trim 2 Breps'
From your image it looks like you have to cylindrical surfaces, which is good. You can use brep/brep intersect to get the curve and then split the green surface with the curve generated by the intersect, lastly cull out the surface that you want to…
Aug 4, 2011
Profile Icon
kermin chok replied to kermin chok's discussion 'Trim 2 Breps'
Sounds like an approach. I'll try it out.     Does anyone know if the native "Trim" command in rhino performs this sequence of operations in the background so the command works?   If we can simply replicate the…
Aug 4, 2011
Profile Icon
taz replied to kermin chok's discussion 'Trim 2 Breps'
Split can be fickle...   You could extend your intersection curve and then project it back to the surface you want to split.  That should work.
Aug 3, 2011
Profile Icon

Trim 2 Breps

Hi, I looking for a simple function to trim 2 breps against each other. Basically, I want to split the green cylinder(smaller) with the surface of the blue (larger) cylinder and keep the larger part of the green. I know there are Brep/Brep intersections to get the intersecting curve. Does anyone know how this intersection curve can be eventually used to split the Brep? The Rhino command "trim" seems to take care of this problem. What does this "trim" command do and can we replicate this with…See More
Discussion posted by kermin chok Aug 3, 2011
Profile Icon
Andrew Heumann replied to kermin chok's discussion 'Output TextTag3d from Custom Component'
My understanding of this is limited, but I don't think you need to call .dispose on every recalculation. The point of declaring m_display outside of runscript is to have only one instance, so that we can clear its previous contents when we draw…
Jul 27, 2011
Profile Icon
kermin chok replied to kermin chok's discussion 'Output TextTag3d from Custom Component'
Hi Andrew, Thanks for the tip. You are right about clearing out the custom display. Unfortunately, I'm not understanding how we cancall m_Display.dispose when grasshopper recalculates the solution.   It seems to me, I need to call…
Jul 27, 2011
Profile Icon
Andrew Heumann replied to kermin chok's discussion 'Output TextTag3d from Custom Component'
also, it might be advisable to include a boolean to clear the customdisplay - otherwise you can get stuck with all kinds of extra geometry floating around.
Jul 27, 2011
Profile Icon
Andrew Heumann replied to kermin chok's discussion 'Output TextTag3d from Custom Component'
Hi Kermin -    You'll need to use the CustomDisplay class to display this text.    private void RunScript(string Text, Plane Location, double Size, ref object A)  {     if (m_display == null)   …
Jul 27, 2011

Profile Information

Company, School, or Organization
Meinhardt
Web or Blog
http://www.meinhardtgroup.com/index.php

Comment Wall

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

Join Grasshopper

  • No comments yet!
 
 
 

Translate

Search Grasshopper

Members

  • Alpha222
  • Barry Mair
  • Wanh Dinn-Jye
  • CODA
  • Andy Payne
  • Eric
  • Hiram Boujaoude
  • lucas cañada
  • Michael Pryor
  • Freddy
  • carlos gosende salvado
  • reza

Photos

  • Add Photos
  • View All

© 2012   Created by Scott Davidson.   Powered by .

Badges  |  Report an Issue  |  Terms of Service