// JavaScript for tab switching document.querySelectorAll('.tab').forEach(tab => { tab.addEventListener('click', () => { const tabId = tab.id.replace('tab', ''); document.querySelectorAll('.tab-content').forEach(content => { content.style.display = 'none'; }); document.getElementById(`tab-content${tabId}`).style.display = 'block'; // Update URL history.pushState(null, null, `#tab${tabId}`); }); }); // Check URL on page load and show corresponding tab window.addEventListener('DOMContentLoaded', () => { const tabId = window.location.hash.replace('#tab', ''); if (tabId) { document.querySelectorAll('.tab-content').forEach(content => { content.style.display = 'none'; }); document.getElementById(`tab-content${tabId}`).style.display = 'block'; } }); Skip to main content

CIPET 2023

Enough Talk Let’s Build Something Together

Industries

Artec Portable 3D Scanners are used in streamlining, developing, and customizing a wide range of industries.

Product design

Customisation

3D documentation

Quality Control

Rapid Prototyping

Aerospace

Orthopedics

Orthotics & Prosthetics

Plastic Surgery

Custom Wheelchairs

Research

Training

Online Museums

Forensics

Heritage Preservation

Architecture

CGI

Fashion