algorithmic modeling for Rhino
Hi guys,
I'm working on an L-system script.
Currently I have a Point from Rhino which inputs into the VB component,
I have a Function procedure in the coding in which I'd like to use the Point input to calculate distance between the Point and start points of curves generated by the script.
I've declared "P" as New3dPoint, however I dont think it stores the Point from the input,
Does anyone knows the syntax for assigning the input Point to "P"?
help would be greatly appreciated, thanks in advance.
Tags:
dim pt as On3dPoint = P
Function addCurves(ByRef LIST As dataTree(Of onCurve), ... , ... )
Function addCurves(ByRef Pt As On3dPoint, ByRef LIST As ... , ... )
addCurves(P, crvTree, aCrv, count, i, j, k, typeTree, 0)
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