TAHMATOPP ÜMAR 10cm TSINK

The photographs are for illustrative purposes only.
Get AI analytics on product Round 10 cm zinc soot cap:
6.11€/pc.
Ex Tax: 4.93€/pc.
No brand
0 reviews
In stock
Product Code: 000-335288ASP
Qty
Tags:
Product sizes8,00 cm
Package dimensions10,00 x 10,00 x 8,00 cm
Net weight0,260 kg

Tahmatopp Round 10 cm Zinc

A round zinc component named Tahmatopp with a 10 cm dimension, designed as a durable metal part for various covering, capping or finishing purposes. This item offers basic protection and a finished appearance where a small round zinc piece is required.

Key advantages


    Corrosion resistance provided by zinc material for longer service life.
  • Durability and mechanical stability in common environments.
  • Compact size with a 10 cm form factor for small fittings and finishes.
  • Round shape allows simple alignment and aesthetic integration.
  • Lightweight and easy to handle during installation.
  • Cost-effective choice for practical metal finishing tasks.

Application and use cases

Suitable for a range of general metal finishing and protective tasks where a small round zinc piece is needed. Common applications include sealing, capping, or decorative finishing in construction and DIY projects.


    Capping small pipe ends or tubing in repair and maintenance work.
  • Finishing details on roofing or gutter systems where zinc parts are used.
  • Protective covers for small exterior fixtures subject to weather.
  • Metalworking and fabrication as a standard round component.
  • DIY and craft projects requiring a durable zinc round piece.

What to consider when choosing


    Confirm compatibility with the existing parts or mounting points before purchase.
  1. Consider the environmental exposure to ensure zinc is suitable for the intended use.
  2. Check the required installation method and ease of fitting for your application.
  3. Evaluate whether the 10 cm dimension and round shape meet your functional and aesthetic needs.
  4. Compare available finishes or protective coatings if additional corrosion protection is required.

Characteristics


    Product type: Tahmatopp (model or name)
  • Shape: round
  • Size: 10 cm
  • Material: zinc

Why buy at SityPro


    Easy to buy online with clear information on price and availability.
  • Wide selection of related parts and accessories for various applications.
  • Fast and reliable delivery to Estonia and Finland.
  • Competitive pricing and transparent product characteristics on the site.
  • Responsive customer support to help with features, application questions, and order details.

Description provided by sitypro.com

TAHMATOPP ÜMAR 10cm TSINK
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Round 10 cm zinc soot cap

What is the Round 10 cm zinc soot cap and what is it used for?

Round 10 cm zinc soot cap (Tahmatopp) is a 10 cm zinc round component designed to cap, protect and finish ends or openings. It is used to close pipe ends, protect ventilation outlets, provide temporary capping and give a neat decorative finish.

Is the Round 10 cm zinc soot cap suitable for outdoor use?

Yes. The zinc finish provides corrosion resistance making it suitable for outdoor use in common environments. In highly aggressive atmospheres (salt air, industrial pollutants) consider additional protection for long-term durability.

What are the dimensions of the Round 10 cm zinc soot cap — is it really 10 cm?

The product name denotes a 10 cm main diameter for the round cap. Always compare that 10 cm dimension to the internal or external diameter of the item you intend to cover to ensure fit.

What material is the Round 10 cm zinc soot cap made of and how durable is it?

The cap is made of zinc (or zinc-finished metal), offering good corrosion resistance and mechanical stability in typical environments. For heavy impact or extreme mechanical stress, consider more robust protective alternatives.

How do I install the Round 10 cm zinc soot cap correctly?

Installation is straightforward: align the 10 cm cap with the opening or pipe end and press into place or fasten mechanically if needed. Use sealing tape or silicone/sealant for improved fit and moisture protection.

Is the Round 10 cm zinc soot cap compatible with plastic and steel pipes?

Yes — when diameters match, the 10 cm zinc cap can be used on plastic and steel pipe ends. For plastic pipes, use a soft gasket or sealant to prevent damage during installation.

Can this cap be used as a temporary plug during repairs?

Yes, the product is suitable for temporary covering and protection during repair work. For long-term or pressure-containing applications, use dedicated plugs designed for those conditions.

Is the cap suitable for decorative finishing of facades and structures?

Yes — the round zinc appearance provides a neat finished look for pipe ends and structural elements. Paint or surface treatment can be applied if a uniform aesthetic is required.

How does model A002955SP (Round 10 cm zinc soot cap) differ from other caps?

Model A002955SP is the TAHMATOPP 10 cm zinc round cap; its distinguishing features are the 10 cm compact size and zinc finish for corrosion resistance. Other caps may differ in material (plastic, steel), shape (square), diameter or pressure-rating.

Are additional fasteners or seals required for installation?

In many cases the cap can be pressed into place without extra fasteners, but using sealing tape or sealant improves fit and moisture protection. For mechanical loading, add screw or clamp fastenings as required.

Where to buy Round 10 cm zinc soot cap?

You can buy Round 10 cm zinc soot cap in our online store for 4.93€. Category: Castings.

What is the price of Round 10 cm zinc soot cap?

The current price of Round 10 cm zinc soot cap is 4.93€. Brand: Tootja puudub.

Round 10 cm zinc soot cap — specifications and description

Model: 000-335288ASP. Category: Castings. Brand: Tootja puudub. Price: 4.93€.

Google reviews

See all reviews
//$('#buy_1click').mask("+39999999999",{placeholder:"+3__________"}); //$('#buy_1click').attr('placeholder', 'XXXXXXXXXX'); }); $('#btn_buy_1click').click(function () { var prefix = $('.iti__country.iti__active').data('dial-code'); $('input[name="phone_prefix"]').val(prefix); var answer = checkPhone($(this)); var emailAnswer = validateEmail($('input[name="buy1click_email"]').val()); if(answer != false && emailAnswer != false) { $.ajax({ url: 'index.php?route=extension/module/one_click/add', type: 'post', data: $('input[name=\'phone_prefix\'],input[name=\'phone\'], input[name=\'buy1click_email\'], input[name=\'product_id\'], input[name=\'quantity\']'), dataType: 'json', beforeSend: function () { $('#btn_buy_1click').attr('disabled', 'disabled'); }, success: function (json) { if (json) { $.magnificPopup.open({ items: { src: '
' + '
' + json['popup_heading'] + '
' + '
' + json['popup_order'] + '
' + '
' + json['popup_phone'] + '
' + '
', type: 'inline' }, showCloseBtn: true }); $('#btn_buy_1click').attr('disabled', false); $('#buy_1click').val(''); } } }) } }); function checkPhone(phone_input) { var phone = $('#buy_1click').val(), input = $('#buy_1click'); checker = true; if(!phone){ input.effect('highlight', {color: '#f00'}, 500); checker = false; } else if(/[^0-9-+ (|)]/.test(phone) || phone.length < 7) { input.effect('highlight', {color: '#f00'}, 500); checker = false; } else { } if(checker != true) { return false; } } function validateEmail($email) { var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/; if ($email == '') { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else if (emailReg.test( $email ) == false) { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else { return true; } } $('#buy_1click').attr('placeholder', '5ххххххх');