{% extends '_base.html' %} {% load static %} {% block title %}TUPY Brazil Fittings Dimensions & Weights | All Figures{% endblock %} {% block meta %} {% endblock %} {% block content %}

TUPY Brazil Fittings — Dimensions and Weights

Millimetre dimensions and galvanised and black weights for {{ row_count }} sizes across {{ fig_count }} TUPY Brazil fitting figures, taken from the official TUPY technical catalogue. Click a fitting name for its full specification and technical drawing.

{% for it in items %}

{{ it.name }} — TUPY Brazil

Figure {{ it.figure }} — {{ it.n }} sizes

{% if it.has_carton %}{% endif %} {% for c in it.cols %}{% endfor %} {% for r in it.rows %} {% for v in r.dims %}{% endfor %} {% if it.has_carton %}{% endif %} {% endfor %}
Nominal diameter Dimensions (mm) Weight (kg)Pieces per carton
inchmm{{ c }}GalvanisedBlack
{{ r.inch }}{{ r.mm }}{{ v }}{{ r.gal }}{{ r.black }}{{ r.carton }}
{% endfor %}

All values are taken from the official TUPY Brazil technical catalogue. Weights are per single fitting, in kilograms. To download the catalogue as a PDF, see the TUPY Brazil fittings catalogue section.

{% endblock %}