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 If
If TypeOf x Is IGH_BakeAwareData Then
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
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by