Skip to content

Conversation

@MikaelSpinnangr
Copy link
Contributor

Make the grids similar to forma
My firewall is killing me would be nice if you could test this
I will try to figure out a way around it.

Copy link
Contributor

@aashkann aashkann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just want to check on the small grid dimensions.

Rhino.Geometry.Mesh ProbMesh = CreateMeshFromGridPoints(HitPoints(analysisPoints, terrainToMesh),201,201);

//Rhino.Geometry.Mesh ProbMesh = CreateMeshFromGridPoints(HitPoints(analysisPoints, terrainToMesh),201,201);
Rhino.Geometry.Mesh ProbMesh = CreateMeshFromGridPoints(HitPoints(analysisPoints, terrainToMesh), 200, 200);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MikaelSpinnangr I think we need 201x201 to perform the operation. Was there any reason that you changed this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are right, I changed the getanalysispoint method and i was thinking of the mesh instead of the points, let me change that

@aashkann aashkann added the enhancement New feature or request label Feb 20, 2024
MikaelSpinnangr and others added 2 commits February 20, 2024 17:45
201 points in x and y
200 meshfaces in x and y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants