algorithmic modeling for Rhino
'Rhino_DotNET SDK
Dim ln As New OnLine(ptA, ptB)
'RhinoCommon SDK.
Dim ln As New Line(ptA, ptB)
'RhinoCommon SDK.
Dim dir As Vector3d = GetThisVectorFromSomewhere
dir.Unitize()
dir *= length
Dim ln As New Line(ptA, pta + dir)
Dim ln As New line(A, B)
ln.Transform(Transform.Rotation(0.5 * Math.Pi, Vector3d.ZAxis, Point3d.Origin))
Dim ln As New line(A, B)
Dim X As Transform = Transform.Rotation(0.5 * Math.Pi, Vector3d.ZAxis, Point3d.Origin)
ln.Transform(X)
Dim xform As New RMA.OpenNurbs.Transform()
xform.Rotate(0.5 * Math.PI, New On3dVector(0,0,1), New On3dPoint(0,0,0))
NewLine.Transform(xform)
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