algorithmic modeling for Rhino
Tags:
arr_line.Add(line)
line.Create(pt1, pt2)
line.Create(pt1, pt2)
arr_line.Add(New OnLine(pt1, pt2))
Dim val As Integer
Dim val As Integer = 55
Dim val As Integer = 55
SquareInteger(val)
...
...
Public Function SquareInteger(ByVal int As Integer) As Integer
int *= int
Return int
End Function
Dim ln As New OnLine()
Dim ln As New OnLine()
ln.From = New On3dPoint(10, 10, 0)
ln.To = New On3dPoint(15, 20, 3)
...
...
Public Sub FlattenLine(ByVal line As OnLine)
Dim project As New OnXForm()
project.PlanarProjection(OnPlane.World_xy)
line.Transform(project)
End Sub
Dim val As Integer = 1
Dim lst As New List(Of Integer)
For i As Integer = 0 To 9
val *= 2
lst.Add(val)
Next
Dim ln As New OnLine(A, B)
Dim lst As New List(Of OnLine)
For i As Integer = 0 To 9
ln.Transform(xform)
lst.Add(ln)
Next
Dim lst As New List(Of OnLine)
For i As Integer = 0 To 9
Dim ln As New OnLine(A, B)
ln.Transform(xform)
lst.Add(ln)
Next
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