
Description
This vb Component for Grasshopper takes three edge length and produces the corresponding triangle. This particular function begins with the first edge being aligned to the x axis of the world top in Rhino and produces the geometry so long as the three input numbers are valid to create a triangle. The component has been updated to work on a user specified plane.
Components

Triangle Edge Length
P | In | Plane | Item | Plane which defines the triangle. The origin and X axis of the plane set the origin and direction of edge A. |
A | In | Double | Item | The length of edge A |
B | In | Double | Item | The length of edge B |
C | In | Double | Item | The length of edge C |
T | Out | Mesh | Item | Sorted list of points. |
Downloads
Minimum Requirements
Platform | Rhino 5, Grasshopper |
Version | Grasshopper 0.9.0075 |
Type | C# Component |