algorithmic modeling for Rhino
Tags:
Dim att As New Rhino.DocObjects.ObjectAttributes 'from somewhere
If TypeOf x Is IGH_BakeAwareData Then
  Dim g As New Guid
  Dim bk As IGH_BakeAwareData = TryCast(x, IGH_BakeAwareData)
  If(bk.BakeGeometry(doc, att, g)) Then
    Print("Baking succeeded")
  End If
End IfIf TypeOf x Is IGH_BakeAwareData ThenWelcome 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
    © 2025               Created by Scott Davidson.             
    Powered by
    