Grasshopper

algorithmic modeling for Rhino

Hi 

I have a set of points and I want to turn it into a matrix. The coordinates (x, y, z) are the elements of the matrix can anyone help me .

Views: 1193

Replies to This Discussion

Attachments:

Thank you very much, but now how can I insert this matrix to VB or C# .I am trying to find a new Algoraitham to calculate tool Bath for CNC machines/I have a mathematical theory but must be programmed Please can you help me

Well if you want to create a matrix in C#, why not just import the points and make the matrix internally? I'm not sure what matrix type you need, but it's fairly trivial to convert a point list into a matrix...

The problem is that I have a program ready but another language .I try to converting it to  VB OR C# but foiled, maybe because I do not know programming in this program. I tried to find books or research explains how programming in Grasshopper but I can not find the source can help me do you know anything can explain the programming method?

What programming language do you need? Know? Have? Do you have an application you want to communicate with? Or maybe a dll? Or maybe you have source code?

 I have a ready Scilab program ,But the specific form for this I want to use Grasshopper and make it more inclusive .I built structure but found a problem in the Matrix for this I tried to written off, but I stayed another problem is finding Determinant each four elements ,

Attachments:

You can use the Reflect() method in a C# component to find out what type certain data is and what methods are available on it. In this case, if you plug a Matrix into a C# component you get a Rhino.Geometry.Matrix instance.

This type provides access to all the matrix cells, as well as several useful methods and operators.

Attachments:
Thank you very much,You have helped me a lot .Thanks again

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service