utility definitions
createTriMesh.rar

vb script that creates a tri-mesh from a list of 3 input points. the script can be modified to input data tree structures of points.
.
createControlPtCrv.rar

vb script that creates a control point curve from a list of input points. the script can be modified to input data tree structures of points.
.
createInterpolatedCrv.rar

vb script that creates an interpolated curve from a list of input points. the script can be modified to input data tree structures of points.
.
createNurbsSrf.rar

vb script that creates a nurbs surface from a list of input points. the script can be modified to input data tree structures of points.
.
bakeInGroup

vb script will take a pair of referenced curves and will bake them as grouped Rhino geometry. The input curves could be items in a Data Tree which would then bake all items in a singular path as a group. Great utility to use when nesting grouped parts for fabrication.
.
meshClosedLines

vb script takes a list of separate lines, checks if endpoints are coincident and will attempt to create a tri-mesh if any set of 3 lines in the list form a planar closed shape.
.
morphSrfs.rar

vb script references an unlimited amount of morph target surfaces and generates a new surface based on the ‘morph’ state of the slider.
.
multiDimensionalDataTree.ghx
vb script that creates multi-dimensional data trees via the path.FromString() procedure.
.
.
.
still to upload:
addClosestPoint
arcMill
buildPolyLine
cA_Tiling
calcVectorAngle
closestCirclePacking
closestCirclePacking
crvArea
crvContour
crvSrfIntersection
crvTangent
customObjects
ecotectXML
explodeBrep
explodeBrepSrfCentroid
explodePolyCurve
explodePolyLine
exportAdobeIllustrator
exportAdobeFlashAnim.
extractBrepVertices
extractMeshVertices
getNextDiscontinuity
joinCrvs
laceMaker
meshCull
meshFaceCentroid
nearestNthNeighbours
networkSrf
networkSrfScale
pLineVertices
pLineVerticesMidpoints
polyLinePoints
projectCrvToSrf
projectPts
projectPtsRecursive
ptsCentroid
reOrientPointsToPlane
sphereString
sphereStringIncrement
srfGeneration
srfPoints
srfPull
srfRect
srfWeave
srfWeaveCrvs
srfWeaveInclusion
subCircle
triGridSrf
triGridSrf_Graphmapper
txtGH
unfold
unfoldremapByPlane
VB-Fillet