algorithmic modeling for Rhino
Me too! If anyone has any cool tricks, let us know.
Florian Frank has done some amazing stuff:
http://www.grasshopper3d.com/forum/topics/create-multiple-page-layo...
Hi
Try this Fuction that simply use rhino Command ,within VB component :
Public Shared Function AddDetail2(Projection As String, RendMode As String, top_left As Point2d, _ bottom_right As Point2d)
rhinoapp.RunScript("_Detail _Add" & " _Projection=" & Projection & vbCr & top_left.tostring & vbCr & bottom_right.tostring & vbCr, True)
rhinoapp.RunScript("_SelLast _Enter", True)
rhinoapp.RunScript("_Detail _Enable _Enter", True)
rhinoapp.RunScript("_SelNone _Enter _SelAll _Enter", True)
rhinoapp.RunScript("_Zoom _Selected ", True)
rhinoapp.RunScript("_SetObjectDisplayMode" & " _Mode=" & RendMode & " _Enter", True)
rhinoapp.RunScript("_SelNone _Enter", True)
rhinoapp.RunScript("_Detail _EnablePage _Enter", True)
End Function
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by