Description Usage Arguments Details Value See Also
View source: R/frame_dimensions.R
The frame reach is the difference between the x coordinate
of the top of the head tube and the x coordinate of the
bottom bracket. This is measured at the true top of the head
tube, which is somewhere above the point where the top tube
and the head tube meet. The true length of the head tube is
a derived dimension, but the distance between the top of the
head tube and the point where the top tube and the head tube
meet, set here as t_extension
, can be an arbitrary input if
you have a welded frame. In a lugged frame the top of the head
tube is the same as the top of the HT-TT lug ring.
1 | add_tube_extension(frame_dims, tube = "ht_triangle", t_extension = 20)
|
frame_dims |
A tibble with frame dimensions from the front
and rear triangle, returned by |
tube |
The name of the tube to be extended: |
t_extension |
The length of the tube extension in millimeters |
The same goes for the top of the seat tube extension. It too is arbitrary for a welded frame, and the trigonometric calculations for deriving its vertical and horizontal projections are identical to those of the head tube extension so we might as well use the same function for getting at them.
A tibble.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.