Grasshopper

generative modeling for Rhino

Raul Matagringo
  • Male
  • Buenos Aires
  • Argentina
Share on Facebook
Share Twitter
  • Blog Posts
  • Discussions (4)
  • Events
  • Groups
  • Photos
  • Photo Albums
  • Videos

Raul Matagringo's Friends

  • Jaime Sanchez-Alvarez

Raul Matagringo's Discussions

Compare Lists
2 Replies

Hi all,please take a look at the attached picture. I have one list. After splitting this list i want to compare the values with values from a second list. At the end i need the index of the item from…Continue

Started this discussion. Last reply by Raul Matagringo May 16, 2012.

Don't display the points in Rhino

Hello, I have my own class for Points. I have a custom GH component with 2 output params. I add my points(as Point3d) and the number of each point.        protected override void…Continue

Started Apr 26, 2012

C# - Array of points
3 Replies

Hello, can someone explain me what is wrong wit my code? protected override void RegisterOutputParams(GH_Component.GH_OutputParamManager pManager) { pManager.Register_IntegerParam("Number", "No",…Continue

Started this discussion. Last reply by Ian Chan Apr 19, 2012.

 

Raul Matagringo's Page

Latest Activity

Raul Matagringo replied to Raul Matagringo's discussion Compare Lists
"Hi Florian,   thank you! This is what i was searching for. It works fine.   greetings,   RM   "
May 16, 2012
Florian Frank replied to Raul Matagringo's discussion Compare Lists
"hi raul, try this i don't know if this is exactly what you're searching for i tried to guess from the picture"
May 15, 2012
Raul Matagringo posted a discussion

Compare Lists

Hi all,please take a look at the attached picture. I have one list. After splitting this list i want to compare the values with values from a second list. At the end i need the index of the item from the second list. How can i realize this with C#? Thanks in advance! RMSee More
May 14, 2012
Jaime Sanchez-Alvarez left a comment for Raul Matagringo
"OK, amigo ! Bis auf dem naechsten Treff"
May 7, 2012
Raul Matagringo posted a discussion

Don't display the points in Rhino

Hello, I have my own class for Points. I have a custom GH component with 2 output params. I add my points(as Point3d) and the number of each point.        protected override void RegisterInputParams(GH_Component.GH_InputParamManager pManager)        {            pManager.Register_BooleanParam("Input", "IN", "Connection to RSTAB", false);            pManager.Register_StringParam("Get Path", "Path", "Get Path to Data", MyPath);        }        protected override void SolveInstance(IGH_DataAccess…See More
Apr 26, 2012
Ian Chan replied to Raul Matagringo's discussion C# - Array of points
"If you have no idea what happens in this line, "List<Int64> num = new List<long>();", you're in deep trouble."
Apr 19, 2012
Raul Matagringo replied to Raul Matagringo's discussion C# - Array of points
"Thank you David. Ill switch to RhinoCommon."
Apr 17, 2012
David Rutten replied to Raul Matagringo's discussion C# - Array of points
"You cannot use Rhino_DotNET inside a GHA library. Grasshopper no longer understands the types defined in Rhino_DotNET, you need to switch to RhinoCommon types: -- David Rutten david@mcneel.com Poprad, Slovakia"
Apr 17, 2012
Raul Matagringo posted a discussion

C# - Array of points

Hello, can someone explain me what is wrong wit my code? protected override void RegisterOutputParams(GH_Component.GH_OutputParamManager pManager) { pManager.Register_IntegerParam("Number", "No", "Node-Number"); pManager.Register_PointParam("Coordinate", "XYZ", "Node-Coordinate");}protected override void SolveInstance(IGH_DataAccess DA) {List<Int64> num = new List<long>();for (int i = 1; i < 11; i++) { num.Add(i);}List<On3dPoint> Pnt = new List<On3dPoint>();for (int i…See More
Apr 17, 2012
Raul Matagringo is now a member of Grasshopper
Apr 17, 2012

Profile Information

Comment Wall (1 comment)

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

Join Grasshopper

At 12:25am on May 7, 2012, Jaime Sanchez-Alvarez said…

OK, amigo ! Bis auf dem naechsten Treff

 
 
 

Translate

Search Grasshopper

Photos

  • Add Photos
  • View All

© 2013   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service