Grasshopper

algorithmic modeling for Rhino

Hi guys,

 

Is there a VB.net method to test if a BREP is closed?

 

Also, i am having troubles with the SDK help file: Hereafter is the error I am seing when launching the help file (navigation to the webpage canceled)...Anyone had this problem before?

 

 

Many thanks,

 

Arthur

Views: 4320

Replies to This Discussion

You will want to check the RhinoCommon SDK: http://www.rhino3d.com/5/rhinocommon/

 

Here I find a property for a brep:

Brep.IsSolid Propert: Test Brep to see if it is a solid. (A "solid" is a closed oriented manifold.)

 

Did you not solve your CHM issue in this thread:http://www.grasshopper3d.com/forum/topics/simple-sdk-help-file-ques...

Thanks a lot Luis !

It does work when moving the file on my local drive...

 

J'ai la mémoire qui flanche... ;) 

 

 

 

User Object attached, one line script :) Thanks again Luis!

 

Private Sub RunScript(ByVal x As Brep, ByRef A As Object)    

A = x.issolid

Attachments:

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