



Description
The vector mesh components, which has just gone though a major overhaul, now creates cylindrical arrow mesh geometry as an output, which drastically improves its usability. The components come in two categories, dimension based and parameter based. Dimension-based uses rhino dimensions to set the pipe radius and cone length of the final geometry, while parameter based uses multiplier values on the vector’s length. The idea for the component is to allow for baking of vector display for rendering, diagramming, etc. The component’s interface uses the same principle as the visualize vector components, with an anchor point and a vector, but instead creates mesh geometry with a variable number of faces.
Components

Visualize Vector Radius
A | In | Point3d | Item | The anchor point for the vector mesh |
V | In | Vector3d | Item | The vector to be visualized |
D | In | Double | Item | Distance for the length of the mesh edge |
Ra | In | Double | Item | Radius of the cylinder in rhino units |
Rb | In | Double | Item | Radius of the cone in rhino units |
S | In | Integer | Item | The number of sides for the cylindrical mesh geometry |
A | Out | Mesh | Item | Mesh Geometry |

Visualize Vector Percent
A | In | Point3d | Item | The anchor point for the vector mesh |
V | In | Vector3d | Item | The vector to be visualized |
D | In | Double | Item | Distance for the length of the mesh edge |
Ra | In | Double | Item | Radius of the cylinder in rhino units |
Rb | In | Double | Item | Radius of the cone in rhino units |
S | In | Integer | Item | The number of sides for the cylindrical mesh geometry |
C | Out | Polyline | List | The Polyline Cells of the last iteration of the Solution |
Downloads
Minimum Requirements
Platform | Rhino 5, Grasshopper |
Version | Grasshopper 0.9.0075 |
Type | C# Component |