DOOR MOLDING MDF 10X60X2170MM SAAR White

The photographs are for illustrative purposes only.
Get AI analytics on product DOOR MOLDING MDF 10X60X2170MM SAAR White:
17.48€/set
Ex Tax: 14.10€/set
Classen
0 reviews
In stock
Product Code: 000-346199ASP

Specification

  • Type: MDF
  • Length (mm): 2170
  • Web (mm): 60
  • Thickness (mm): 10
  • Color: White
Qty
Tags:

SPECIFICATION DOOR MOLDING MDF 10X60X2170MM SAAR White price 17.77€ Classen

Product sizes6,00 x 1,00 x 217,00 cm
Package dimensions217,00 x 6,00 x 4,00 cm
Net weight2,300 kg

Ukseliistu komplekt (komplekt ukse ühele poolele).

Ukseliistu komplekt on valmistatud MDF-ist (Keskmise tihedusega puidutolm või purustatud puitkiud)

NB! Pilt on illustreeriv, toote originaal värvitooni leiate piltide lisast (värvitoon võib erineda tegelikkust) !

Product details

Total weight: 2.30 kg
Product measurements: 6.00 x 1.00 x 216.00 cm
Package measurements: 6.00 x 3.20 x 216.00 cm

Description provided by sitypro.com

Door frame
Type
MDF
Length (mm)
2170
Web (mm)
60
Thickness (mm)
10
Color
White
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
DOOR MOLDING MDF 10X60X2170MM SAAR White
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the DOOR MOLDING MDF 10X60X2170MM SAAR White

What is DOOR MOLDING MDF 10X60X2170MM SAAR White?

DOOR MOLDING MDF 10X60X2170MM SAAR White is a door molding set for one side of a door opening, made from MDF (medium-density fibreboard). Total weight 2.30 kg and length 2170 mm, with profile dimensions 10×60 mm (product measurements listed as 6.00×1.00×216.00 cm for packaging).

What are the molding dimensions and weight?

The molding length is 2170 mm with a profile of 10×60 mm. Product listing also shows measurements 6.00×1.00×216.00 cm (package 6.00×3.20×216.00 cm) and a total weight of 2.30 kg.

What material is the molding made of and how does it affect installation?

The molding is made from MDF (medium-density fibreboard). MDF is easy to cut, rout and paint, but requires careful handling at end grains and when screwing near edges to prevent splitting or fibre breakout.

Is this molding suitable for standard door heights 2000–2100 mm?

With a length of 2170 mm, the molding suits standard door heights of 2000–2100 mm and allows trimming top or bottom as needed. Consider the 60 mm width when cutting to fit the opening.

Can I cut the molding to length and what tool is best?

Yes, the molding can be trimmed to length. Use a fine-toothed saw or a saw blade designed for MDF to get a clean cut, then sand and prime the end grain before finishing.

What is the best way to attach the MDF molding to the door frame?

Attach using finishing nails, furniture screws or construction adhesive depending on the frame. Pre-drill holes for screws or nails in MDF and fill or conceal fasteners with filler before painting.

Is this molding suitable for painting or does it require finishing?

MDF molding is well suited for painting and provides a smooth finish. Prime end cuts after trimming and apply a topcoat to achieve an even SAAR white appearance.

How does this molding differ from other MDF moldings?

This is a one-side molding set with a 2170 mm length and a 10×60 mm profile in SAAR white. Differences versus other models are profile dimensions, length and surface finish—check the 60 mm width for aesthetic and fit compatibility.

Is this molding suitable for outdoor use or wet rooms?

Standard MDF is not recommended for prolonged exposure to moisture without special treatment. For wet rooms or outdoor use choose moisture-resistant materials or seal and prime the MDF with appropriate waterproofing products.

Can this molding be used with metal door frames?

Yes, the molding can be used with metal door frames provided the frame surface is prepared and appropriate fasteners are used. Use screws suitable for metal or construction adhesive and ensure the frame is plumb for a neat fit.

Where to buy DOOR MOLDING MDF 10X60X2170MM SAAR White?

You can buy DOOR MOLDING MDF 10X60X2170MM SAAR White in our online store for 14.10€. Category: MDF door architraves.

What is the price of DOOR MOLDING MDF 10X60X2170MM SAAR White?

The current price of DOOR MOLDING MDF 10X60X2170MM SAAR White is 14.10€. Brand: Classen.

DOOR MOLDING MDF 10X60X2170MM SAAR White — specifications and description

Model: 000-346199ASP. Category: MDF door architraves. Brand: Classen. Price: 14.10€.

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ххххххх');