{"product_id":"neo","title":"Neo","description":"\u003cstyle\u003e\n\/* =========================================================\n   ARTEC NEO — RAPID SCAN 3D\n========================================================= *\/\n\n.neo-page {\n  --red:#d71920;\n  --red-dark:#b51218;\n  --black:#090909;\n  --dark:#151515;\n  --gray:#f4f4f4;\n  --border:#dedede;\n  --white:#ffffff;\n  --text:#191919;\n  --body:#555555;\n  font-family:Arial, Helvetica, sans-serif;\n  color:var(--text);\n  line-height:1.55;\n}\n\n.neo-page * { box-sizing:border-box; }\n\n.neo-page img {\n  max-width:100%;\n  height:auto;\n  display:block;\n}\n\n.neo-page a { text-decoration:none; }\n\n.neo-wrap {\n  max-width:1220px;\n  margin:0 auto;\n  padding:0 24px;\n}\n\n.neo-section { padding:78px 0; }\n.neo-gray { background:var(--gray); }\n\n.neo-dark {\n  background:var(--black);\n  color:#ffffff;\n}\n\n.neo-dark p,\n.neo-dark li,\n.neo-dark h2,\n.neo-dark h3,\n.neo-dark h4 {\n  color:#ffffff;\n}\n\n.neo-eyebrow {\n  color:var(--red);\n  font-size:13px;\n  text-transform:uppercase;\n  letter-spacing:1.7px;\n  font-weight:800;\n  margin:0 0 12px;\n}\n\n.neo-h1 {\n  font-size:clamp(38px,5vw,62px);\n  line-height:1.02;\n  letter-spacing:-1.5px;\n  font-weight:900;\n  margin:0 0 20px;\n}\n\n.neo-h2 {\n  font-size:clamp(30px,4vw,47px);\n  line-height:1.07;\n  letter-spacing:-1px;\n  font-weight:800;\n  margin:0 0 20px;\n}\n\n.neo-h3 {\n  font-size:22px;\n  line-height:1.2;\n  margin:0 0 10px;\n  font-weight:800;\n}\n\n.neo-lead {\n  font-size:18px;\n  line-height:1.65;\n  color:var(--body);\n  max-width:820px;\n}\n\n.neo-dark .neo-lead { color:#ffffff; }\n\n\n\/* BUTTONS *\/\n\n.neo-btns {\n  display:flex;\n  flex-wrap:wrap;\n  gap:12px;\n  margin-top:28px;\n}\n\n.neo-btn {\n  display:inline-block;\n  padding:15px 25px;\n  font-size:14px;\n  font-weight:800;\n  border-radius:3px;\n  transition:.2s ease;\n}\n\n.neo-btn-red {\n  background:var(--red);\n  border:2px solid var(--red);\n  color:#ffffff !important;\n}\n\n.neo-btn-red:hover {\n  background:var(--red-dark);\n  border-color:var(--red-dark);\n}\n\n.neo-btn-dark {\n  background:#111111;\n  border:2px solid #111111;\n  color:#ffffff !important;\n}\n\n.neo-btn-outline {\n  border:2px solid #ffffff;\n  color:#ffffff !important;\n  background:transparent;\n}\n\n\n\/* HERO *\/\n\n.neo-hero {\n  padding:70px 0;\n  background:#ffffff;\n}\n\n.neo-hero-grid {\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:55px;\n  align-items:center;\n}\n\n.neo-hero-copy p {\n  font-size:18px;\n  color:#555555;\n}\n\n.neo-hero-image img {\n  width:100%;\n  max-height:540px;\n  object-fit:contain;\n}\n\n\n\/* TOP SPECS *\/\n\n.neo-top-specs {\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  border-top:1px solid var(--border);\n  border-bottom:1px solid var(--border);\n}\n\n.neo-top-spec {\n  padding:34px 18px;\n  text-align:center;\n}\n\n.neo-top-spec + .neo-top-spec {\n  border-left:1px solid var(--border);\n}\n\n.neo-top-spec strong {\n  display:block;\n  color:var(--red);\n  font-size:34px;\n  line-height:1;\n  margin-bottom:8px;\n  font-weight:900;\n}\n\n.neo-top-spec span {\n  display:block;\n  font-size:13px;\n  text-transform:uppercase;\n  font-weight:800;\n  line-height:1.35;\n}\n\n\n\/* FEATURES *\/\n\n.neo-features {\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  margin-top:42px;\n  border-top:1px solid var(--border);\n  border-left:1px solid var(--border);\n}\n\n.neo-feature {\n  padding:32px 28px;\n  border-right:1px solid var(--border);\n  border-bottom:1px solid var(--border);\n  background:#ffffff;\n}\n\n.neo-feature-number {\n  color:var(--red);\n  font-size:20px;\n  font-weight:900;\n  margin-bottom:15px;\n}\n\n.neo-feature p {\n  color:#5d5d5d;\n  margin:0;\n}\n\n\n\/* TWO COLUMN *\/\n\n.neo-two {\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:60px;\n  align-items:center;\n}\n\n.neo-image img {\n  width:100%;\n  object-fit:contain;\n}\n\n.neo-image-feature {\n  position:relative;\n  overflow:hidden;\n}\n\n.neo-image-feature img {\n  width:100%;\n  min-height:420px;\n  object-fit:cover;\n}\n\n.neo-image-caption {\n  position:absolute;\n  left:0;\n  right:0;\n  bottom:0;\n  padding:50px 26px 24px;\n  background:linear-gradient(to top,rgba(0,0,0,.88),rgba(0,0,0,0));\n}\n\n.neo-image-caption strong,\n.neo-image-caption span {\n  color:#ffffff;\n}\n\n.neo-image-caption strong {\n  display:block;\n  font-size:22px;\n  margin-bottom:5px;\n}\n\n\n\/* WIDE IMAGE *\/\n\n.neo-wide-image {\n  width:100%;\n  margin-top:38px;\n  overflow:hidden;\n}\n\n.neo-wide-image img {\n  width:100%;\n  max-height:720px;\n  object-fit:cover;\n}\n\n\n\/* MODE CARDS *\/\n\n.neo-mode-grid {\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:20px;\n  margin-top:40px;\n}\n\n.neo-mode {\n  background:#181818;\n  border-top:4px solid var(--red);\n  padding:30px;\n}\n\n.neo-mode strong {\n  display:block;\n  color:var(--red);\n  font-size:36px;\n  line-height:1.05;\n  margin-bottom:12px;\n  font-weight:900;\n}\n\n.neo-mode h3,\n.neo-mode p {\n  color:#ffffff;\n}\n\n\n\/* APPLICATIONS *\/\n\n.neo-app-grid {\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:14px;\n  margin-top:35px;\n}\n\n.neo-app {\n  background:#ffffff;\n  border:1px solid var(--border);\n  border-bottom:4px solid var(--red);\n  padding:22px;\n  text-align:center;\n  font-weight:800;\n}\n\n\n\/* WORKFLOW *\/\n\n.neo-workflow {\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:18px;\n  margin-top:35px;\n}\n\n.neo-step {\n  padding:25px;\n  background:#ffffff;\n  border:1px solid var(--border);\n}\n\n.neo-step span {\n  display:block;\n  color:var(--red);\n  font-weight:900;\n  font-size:16px;\n  margin-bottom:10px;\n}\n\n\n\/* GALLERY *\/\n\n.neo-gallery {\n  display:grid;\n  grid-template-columns:1.35fr 1fr;\n  grid-template-rows:1fr 1fr;\n  gap:12px;\n  margin-top:38px;\n}\n\n.neo-gallery-large {\n  grid-row:1 \/ 3;\n}\n\n.neo-gallery img {\n  width:100%;\n  height:100%;\n  object-fit:cover;\n  min-height:280px;\n}\n\n.neo-gallery-large img {\n  min-height:572px;\n}\n\n\n\/* CLEAN SPEC TABLE *\/\n\n.neo-table-wrap {\n  overflow-x:auto;\n  margin-top:35px;\n}\n\n.neo-table {\n  width:100%;\n  border-collapse:collapse;\n  background:#ffffff;\n  border-top:1px solid #d9d9d9;\n}\n\n.neo-table th,\n.neo-table td {\n  padding:17px 20px;\n  text-align:left;\n  vertical-align:top;\n  border-bottom:1px solid #e2e2e2;\n}\n\n.neo-table th {\n  width:36%;\n  background:#ffffff;\n  color:#111111;\n  font-weight:800;\n}\n\n.neo-table td {\n  background:#ffffff;\n  color:#444444;\n}\n\n.neo-table tr:nth-child(even) th,\n.neo-table tr:nth-child(even) td {\n  background:#f7f7f7;\n}\n\n\n\/* INDUSTRIES *\/\n\n.neo-industry-grid {\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:20px;\n  margin-top:38px;\n}\n\n.neo-industry {\n  padding:28px;\n  border:1px solid #333333;\n  border-top:4px solid var(--red);\n  background:#151515;\n}\n\n.neo-industry h3,\n.neo-industry p {\n  color:#ffffff;\n}\n\n\n\/* RAPID SCAN *\/\n\n.neo-rs-grid {\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:20px;\n  margin-top:35px;\n}\n\n.neo-rs-card {\n  padding:28px;\n  border:1px solid var(--border);\n  border-top:4px solid var(--red);\n  background:#ffffff;\n}\n\n\n\/* FAQ *\/\n\n.neo-faq details {\n  border-bottom:1px solid #dddddd;\n  background:#ffffff;\n}\n\n.neo-faq summary {\n  padding:20px 5px;\n  font-weight:800;\n  font-size:18px;\n  cursor:pointer;\n}\n\n.neo-faq details p {\n  color:#555555;\n  padding:0 5px 20px;\n  margin:0;\n}\n\n\n\/* FINAL CTA *\/\n\n.neo-final {\n  background:#111111;\n  color:#ffffff;\n  text-align:center;\n  border-top:7px solid var(--red);\n  padding:70px 25px;\n}\n\n.neo-final h2,\n.neo-final p {\n  color:#ffffff;\n}\n\n.neo-final p {\n  max-width:760px;\n  margin:0 auto;\n  font-size:18px;\n}\n\n.neo-final .neo-btns {\n  justify-content:center;\n}\n\n\n\/* RESPONSIVE *\/\n\n@media(max-width:900px) {\n\n  .neo-hero-grid,\n  .neo-two {\n    grid-template-columns:1fr;\n  }\n\n  .neo-top-specs,\n  .neo-workflow {\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .neo-features,\n  .neo-industry-grid {\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .neo-mode-grid,\n  .neo-rs-grid {\n    grid-template-columns:1fr;\n  }\n\n  .neo-app-grid {\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .neo-gallery {\n    grid-template-columns:1fr;\n    grid-template-rows:auto;\n  }\n\n  .neo-gallery-large {\n    grid-row:auto;\n  }\n\n  .neo-gallery img,\n  .neo-gallery-large img {\n    min-height:0;\n    height:auto;\n  }\n}\n\n@media(max-width:600px) {\n\n  .neo-section { padding:52px 0; }\n  .neo-wrap { padding:0 16px; }\n\n  .neo-top-specs,\n  .neo-workflow,\n  .neo-features,\n  .neo-app-grid,\n  .neo-industry-grid {\n    grid-template-columns:1fr;\n  }\n\n  .neo-top-spec + .neo-top-spec {\n    border-left:0;\n    border-top:1px solid var(--border);\n  }\n\n  .neo-table th,\n  .neo-table td {\n    display:block;\n    width:100%;\n  }\n\n  .neo-table th {\n    padding-bottom:5px;\n    border-bottom:0;\n  }\n\n  .neo-table td {\n    padding-top:5px;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"neo-page\"\u003e\n\n\n\u003c!-- HERO --\u003e\n\n\u003csection class=\"neo-hero\"\u003e\n\n\u003cdiv class=\"neo-wrap\"\u003e\n\u003cdiv class=\"neo-hero-grid\"\u003e\n\n\u003cdiv class=\"neo-hero-copy\"\u003e\n\n\u003cp class=\"neo-eyebrow\"\u003e\nHYBRID METROLOGY-GRADE 3D SCANNING\n\u003c\/p\u003e\n\n\u003ch1 class=\"neo-h1\"\u003e\nArtec Neo Professional Wireless 3D Scanner\n\u003c\/h1\u003e\n\n\u003cp\u003e\nArtec Neo is a hybrid, wireless handheld 3D scanner built\nfor tolerance-driven inspection, reverse engineering and\nindustrial metrology.\n\u003c\/p\u003e\n\n\u003cp\u003e\nNeo combines target-based metrology accuracy with fast\ntarget-free structured-light scanning, allowing engineers\nto capture precision features, full geometry, surface\ncondition and full-color texture in one continuous workflow.\n\u003c\/p\u003e\n\n\u003cdiv class=\"neo-btns\"\u003e\n\n\u003ca href=\"\/pages\/contact\" class=\"neo-btn neo-btn-red\"\u003e\nREQUEST ARTEC NEO PRICING\n\u003c\/a\u003e\n\n\u003ca href=\"\/pages\/contact\" class=\"neo-btn neo-btn-dark\"\u003e\nSCHEDULE AN ARTEC NEO DEMO\n\u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"neo-hero-image\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.artec3d.com\/styles\/688x516\/s3\/content-hub-images\/neo-prototyping.png?VersionId=UWQHlM.nZ63UfPW8kxikre2jdPQ3cdaE\u0026amp;itok=tOeW5npq\" alt=\"Artec Neo wireless hybrid metrology 3D scanner\" loading=\"eager\"\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- TOP SPECS --\u003e\n\n\u003csection\u003e\n\n\u003cdiv class=\"neo-wrap\"\u003e\n\n\u003cdiv class=\"neo-top-specs\"\u003e\n\n\u003cdiv class=\"neo-top-spec\"\u003e\n\u003cstrong\u003e0.025 mm\u003c\/strong\u003e\n\u003cspan\u003eAccuracy With Targets\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"neo-top-spec\"\u003e\n\u003cstrong\u003e0.05 mm\u003c\/strong\u003e\n\u003cspan\u003e3D Resolution\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"neo-top-spec\"\u003e\n\u003cstrong\u003e8M\u003c\/strong\u003e\n\u003cspan\u003ePoints Per Second\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"neo-top-spec\"\u003e\n\u003cstrong\u003e100%\u003c\/strong\u003e\n\u003cspan\u003eWireless Operation\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- FEATURES --\u003e\n\n\u003csection class=\"neo-section\"\u003e\n\n\u003cdiv class=\"neo-wrap\"\u003e\n\n\u003cp class=\"neo-eyebrow\"\u003e\nONE SCANNER. TWO MEASUREMENT WORLDS.\n\u003c\/p\u003e\n\n\u003ch2 class=\"neo-h2\"\u003e\nMetrology Accuracy When You Need It. Speed When You Don't.\n\u003c\/h2\u003e\n\n\u003cp class=\"neo-lead\"\u003e\nArtec Neo combines target-based precision with target-free\ngeometry and texture tracking, giving inspection and\nengineering teams the flexibility to choose the level of\naccuracy required for each area of a component.\n\u003c\/p\u003e\n\n\n\u003cdiv class=\"neo-features\"\u003e\n\n\u003cdiv class=\"neo-feature\"\u003e\n\u003cdiv class=\"neo-feature-number\"\u003e01\u003c\/div\u003e\n\u003ch3 class=\"neo-h3\"\u003e0.025 mm Metrology Accuracy\u003c\/h3\u003e\n\u003cp\u003e\nUse targets on tolerance-critical features to achieve\naccuracy up to 0.025 mm and maintain precision over distance.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"neo-feature\"\u003e\n\u003cdiv class=\"neo-feature-number\"\u003e02\u003c\/div\u003e\n\u003ch3 class=\"neo-h3\"\u003eTarget-Free Scanning\u003c\/h3\u003e\n\u003cp\u003e\nCapture complete geometry quickly without targets at\naccuracy up to 0.050 mm.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"neo-feature\"\u003e\n\u003cdiv class=\"neo-feature-number\"\u003e03\u003c\/div\u003e\n\u003ch3 class=\"neo-h3\"\u003e8 Million Points\/Second\u003c\/h3\u003e\n\u003cp\u003e\nHigh-speed acquisition captures detailed surfaces rapidly\nfor inspection, reverse engineering and 3D modeling.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"neo-feature\"\u003e\n\u003cdiv class=\"neo-feature-number\"\u003e04\u003c\/div\u003e\n\u003ch3 class=\"neo-h3\"\u003eFull-Color Capture\u003c\/h3\u003e\n\u003cp\u003e\nA 5 MP texture camera records markings, casting details,\nsurface condition and realistic color.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"neo-feature\"\u003e\n\u003cdiv class=\"neo-feature-number\"\u003e05\u003c\/div\u003e\n\u003ch3 class=\"neo-h3\"\u003eWireless Operation\u003c\/h3\u003e\n\u003cp\u003e\nBuilt-in batteries and Wi-Fi allow Neo to operate without\na direct cable connection to the workstation.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"neo-feature\"\u003e\n\u003cdiv class=\"neo-feature-number\"\u003e06\u003c\/div\u003e\n\u003ch3 class=\"neo-h3\"\u003eCertified Performance\u003c\/h3\u003e\n\u003cp\u003e\nEach scanner is individually calibrated and supplied with\nits own accuracy certificate.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- HYBRID SCANNING --\u003e\n\n\u003csection class=\"neo-section neo-gray\"\u003e\n\n\u003cdiv class=\"neo-wrap\"\u003e\n\n\u003cdiv class=\"neo-two\"\u003e\n\n\u003cdiv\u003e\n\n\u003cp class=\"neo-eyebrow\"\u003e\nHYBRID 3D SCANNING\n\u003c\/p\u003e\n\n\u003ch2 class=\"neo-h2\"\u003e\nUse Targets Only Where Accuracy Really Matters\n\u003c\/h2\u003e\n\n\u003cp class=\"neo-lead\"\u003e\nArtec Neo lets you combine target-based and target-free\nscanning within the same part and the same dataset.\n\u003c\/p\u003e\n\n\u003cp\u003e\nApply retroreflective targets around critical datums,\nfits, sealing surfaces, interfaces or precision features\nwhere tolerance must hold.\n\u003c\/p\u003e\n\n\u003cp\u003e\nThe rest of the component can be captured quickly using\ngeometry and texture tracking, reducing preparation time\nwhile preserving complete surface context.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"neo-image\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.artec3d.com\/styles\/688x516\/s3\/content-hub-images\/neo-reverse-engineering.png?VersionId=N4N19OyTSYT8vjbrxatZr7fLSq5WgsUk\u0026amp;itok=sDcy2Dvt\" alt=\"Artec Neo target-based reverse engineering workflow\" loading=\"lazy\"\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- SCANNING MODES --\u003e\n\n\u003csection class=\"neo-section neo-dark\"\u003e\n\n\u003cdiv class=\"neo-wrap\"\u003e\n\n\u003cp class=\"neo-eyebrow\"\u003e\nFLEXIBLE CAPTURE MODES\n\u003c\/p\u003e\n\n\u003ch2 class=\"neo-h2\"\u003e\nChoose the Right Workflow for Every Measurement\n\u003c\/h2\u003e\n\n\u003cp class=\"neo-lead\"\u003e\nNeo automatically adapts between target-based and\ntarget-free tracking to match your inspection,\nreverse-engineering or 3D modeling requirements.\n\u003c\/p\u003e\n\n\n\u003cdiv class=\"neo-mode-grid\"\u003e\n\n\u003cdiv class=\"neo-mode\"\u003e\n\n\u003cstrong\u003e0.025 mm\u003c\/strong\u003e\n\n\u003ch3 class=\"neo-h3\"\u003e\nTarget-Based Metrology\n\u003c\/h3\u003e\n\n\u003cp\u003e\nUse full or localized target coverage for tolerance-driven\ninspection and metrology-grade dimensional control.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"neo-mode\"\u003e\n\n\u003cstrong\u003e0.050 mm\u003c\/strong\u003e\n\n\u003ch3 class=\"neo-h3\"\u003e\nTarget-Free Scanning\n\u003c\/h3\u003e\n\n\u003cp\u003e\nCapture complete surfaces rapidly using geometry and\ntexture tracking without placing markers on the entire part.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"neo-mode\"\u003e\n\n\u003cstrong\u003eHybrid\u003c\/strong\u003e\n\n\u003ch3 class=\"neo-h3\"\u003e\nOne Continuous Dataset\n\u003c\/h3\u003e\n\n\u003cp\u003e\nCombine target-based precision and target-free scanning\nwithin the same project without splitting the workflow.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- FIRST ARTICLE INSPECTION --\u003e\n\n\u003csection class=\"neo-section\"\u003e\n\n\u003cdiv class=\"neo-wrap\"\u003e\n\n\u003cdiv class=\"neo-two\"\u003e\n\n\u003cdiv class=\"neo-image-feature\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.artec3d.com\/styles\/688x516\/s3\/content-hub-images\/neo-first-article-inspection.png?VersionId=4dWjURhsnpJbRjEEyY4fNcyruJ2g9Is1\u0026amp;itok=tLkfnqtL\" alt=\"Artec Neo first article inspection with targets\" loading=\"lazy\"\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv\u003e\n\n\u003cp class=\"neo-eyebrow\"\u003e\nFIRST ARTICLE INSPECTION\n\u003c\/p\u003e\n\n\u003ch2 class=\"neo-h2\"\u003e\nAnchor Accuracy Across the Entire Part\n\u003c\/h2\u003e\n\n\u003cp class=\"neo-lead\"\u003e\nFor inspection workflows where dimensional accuracy must\nhold over the full component, reference targets create a\nstable metrology framework across the measurement.\n\u003c\/p\u003e\n\n\u003cp\u003e\nArtec Neo delivers volumetric accuracy of\n\u003cstrong\u003e0.025 mm + 0.035 mm\/m\u003c\/strong\u003e when scanning\nwith targets.\n\u003c\/p\u003e\n\n\u003cp\u003e\nThis makes Neo especially well suited to first article\ninspection, golden sample creation, fixture verification\nand other tolerance-driven quality workflows.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- SPEED --\u003e\n\n\u003csection class=\"neo-section neo-dark\"\u003e\n\n\u003cdiv class=\"neo-wrap\"\u003e\n\n\u003cdiv class=\"neo-two\"\u003e\n\n\u003cdiv\u003e\n\n\u003cp class=\"neo-eyebrow\"\u003e\nHIGH-SPEED INDUSTRIAL CAPTURE\n\u003c\/p\u003e\n\n\u003ch2 class=\"neo-h2\"\u003e\nUp to 8 Million Points Per Second\n\u003c\/h2\u003e\n\n\u003cp class=\"neo-lead\"\u003e\nArtec Neo captures detailed geometry at speeds designed\nfor real-world inspection and reverse engineering.\n\u003c\/p\u003e\n\n\u003cp\u003e\nThe scanner acquires up to\n\u003cstrong\u003e8 million points per second\u003c\/strong\u003e while\ngenerating real-time 3D reconstruction at up to\n\u003cstrong\u003e15 frames per second\u003c\/strong\u003e.\n\u003c\/p\u003e\n\n\u003cp\u003e\nIts 0.05 mm mesh resolution allows fine surface details,\nmachined geometry and functional features to be preserved\nwithout dramatically slowing down the workflow.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"neo-image-feature\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.artec3d.com\/styles\/688x516\/s3\/content-hub-images\/neo-inspection.png?VersionId=SOIAjsITQ2TmX2VuH74JF8TXGrlw_Nbj\u0026amp;itok=-I4s3Flu\" alt=\"Artec Neo high-speed industrial inspection scanning\" loading=\"lazy\"\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- WIRELESS --\u003e\n\n\u003csection class=\"neo-section\"\u003e\n\n\u003cdiv class=\"neo-wrap\"\u003e\n\n\u003cdiv class=\"neo-two\"\u003e\n\n\u003cdiv class=\"neo-image-feature\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.artec3d.com\/styles\/1288\/s3\/block-images\/neo-aircraft-scanning.jpg?VersionId=E5_WrFpz1O_xgbvJQpUG_spLKHf_pl34\u0026amp;itok=j05rwCcj\" alt=\"Artec Neo wireless scanning inside an aircraft\" loading=\"lazy\"\u003e\n\n\u003cdiv class=\"neo-image-caption\"\u003e\n\n\u003cstrong\u003e\n100% Wireless Scanning\n\u003c\/strong\u003e\n\n\u003cspan\u003e\nInspect where cables are difficult or impossible to use.\n\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv\u003e\n\n\u003cp class=\"neo-eyebrow\"\u003e\nSCAN WHERE CABLES CAN'T GO\n\u003c\/p\u003e\n\n\u003ch2 class=\"neo-h2\"\u003e\nFully Wireless Industrial Measurement\n\u003c\/h2\u003e\n\n\u003cp class=\"neo-lead\"\u003e\nArtec Neo includes onboard batteries and Wi-Fi connectivity\nfor completely wireless scanning in demanding environments.\n\u003c\/p\u003e\n\n\u003cp\u003e\nThe system provides approximately\n\u003cstrong\u003e40–50 minutes of continuous scanning\u003c\/strong\u003e\nwith the included battery set and can operate up to\n\u003cstrong\u003e6 meters from a Wi-Fi router\u003c\/strong\u003e.\n\u003c\/p\u003e\n\n\u003cp\u003e\nWireless operation is especially useful for aircraft,\nvehicles, confined spaces, on-site inspection and\ncomponents positioned away from a workstation.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- ASSEMBLY --\u003e\n\n\u003csection class=\"neo-section neo-gray\"\u003e\n\n\u003cdiv class=\"neo-wrap\"\u003e\n\n\u003cdiv class=\"neo-two\"\u003e\n\n\u003cdiv\u003e\n\n\u003cp class=\"neo-eyebrow\"\u003e\nASSEMBLY \u0026amp; RETROFITTING\n\u003c\/p\u003e\n\n\u003ch2 class=\"neo-h2\"\u003e\nMeasure Critical Features Without Scanning Everything Between Them\n\u003c\/h2\u003e\n\n\u003cp class=\"neo-lead\"\u003e\nNeo's target-based measurement capability allows users to\nestablish a common reference framework across larger\nassemblies and structures.\n\u003c\/p\u003e\n\n\u003cp\u003e\nMeasure flange-to-flange distances, bolt patterns,\nmounting positions and connection points while maintaining\na shared coordinate system over several meters.\n\u003c\/p\u003e\n\n\u003cp\u003e\nThis can significantly reduce scan time for installation,\nretrofit and assembly verification projects.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"neo-image\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.artec3d.com\/styles\/688x516\/s3\/content-hub-images\/neo-assembly.png?VersionId=7lv8a.x9mqZwRLUOqedONGG_NjGIF9lU\u0026amp;itok=ywO70m2Z\" alt=\"Artec Neo assembly and retrofit measurement\" loading=\"lazy\"\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- ACCURACY --\u003e\n\n\u003csection class=\"neo-section\"\u003e\n\n\u003cdiv class=\"neo-wrap\"\u003e\n\n\u003cp class=\"neo-eyebrow\"\u003e\nMETROLOGY PERFORMANCE\n\u003c\/p\u003e\n\n\u003ch2 class=\"neo-h2\"\u003e\nPrecision for Inspection and Engineering\n\u003c\/h2\u003e\n\n\u003cp class=\"neo-lead\"\u003e\nNeo provides different accuracy levels depending on\nwhether the project uses reference targets or\ntarget-free tracking.\n\u003c\/p\u003e\n\n\n\u003cdiv class=\"neo-top-specs\" style=\"margin-top:38px;\"\u003e\n\n\u003cdiv class=\"neo-top-spec\"\u003e\n\u003cstrong\u003e0.025 mm\u003c\/strong\u003e\n\u003cspan\u003eAccuracy With Targets\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"neo-top-spec\"\u003e\n\u003cstrong\u003e0.025 + 0.035 mm\/m\u003c\/strong\u003e\n\u003cspan\u003eVolumetric Accuracy With Targets\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"neo-top-spec\"\u003e\n\u003cstrong\u003e0.050 mm\u003c\/strong\u003e\n\u003cspan\u003eAccuracy Without Targets\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"neo-top-spec\"\u003e\n\u003cstrong\u003e0.05 mm\u003c\/strong\u003e\n\u003cspan\u003eMesh Resolution\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- APPLICATIONS --\u003e\n\n\u003csection class=\"neo-section neo-gray\"\u003e\n\n\u003cdiv class=\"neo-wrap\"\u003e\n\n\u003cp class=\"neo-eyebrow\"\u003e\nARTEC NEO APPLICATIONS\n\u003c\/p\u003e\n\n\u003ch2 class=\"neo-h2\"\u003e\nBuilt for Inspection, Reverse Engineering and Manufacturing\n\u003c\/h2\u003e\n\n\u003cdiv class=\"neo-app-grid\"\u003e\n\n\u003cdiv class=\"neo-app\"\u003eQuality Inspection\u003c\/div\u003e\n\u003cdiv class=\"neo-app\"\u003eReverse Engineering\u003c\/div\u003e\n\u003cdiv class=\"neo-app\"\u003eAutomotive\u003c\/div\u003e\n\u003cdiv class=\"neo-app\"\u003eAerospace\u003c\/div\u003e\n\u003cdiv class=\"neo-app\"\u003eManufacturing\u003c\/div\u003e\n\u003cdiv class=\"neo-app\"\u003eDefense\u003c\/div\u003e\n\u003cdiv class=\"neo-app\"\u003eOil \u0026amp; Gas\u003c\/div\u003e\n\u003cdiv class=\"neo-app\"\u003eAssembly \u0026amp; Retrofit\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- WORKFLOW --\u003e\n\n\u003csection class=\"neo-section\"\u003e\n\n\u003cdiv class=\"neo-wrap\"\u003e\n\n\u003cp class=\"neo-eyebrow\"\u003e\nTYPICAL ARTEC NEO WORKFLOW\n\u003c\/p\u003e\n\n\u003ch2 class=\"neo-h2\"\u003e\nFrom Physical Part to Inspection-Ready Data\n\u003c\/h2\u003e\n\n\n\u003cdiv class=\"neo-workflow\"\u003e\n\n\u003cdiv class=\"neo-step\"\u003e\n\u003cspan\u003e01 — PREPARE\u003c\/span\u003e\n\u003ch3 class=\"neo-h3\"\u003eChoose Your Accuracy Strategy\u003c\/h3\u003e\n\u003cp\u003e\nUse full target coverage, localized targets or completely\ntarget-free scanning depending on the tolerance requirement.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"neo-step\"\u003e\n\u003cspan\u003e02 — SCAN\u003c\/span\u003e\n\u003ch3 class=\"neo-h3\"\u003eCapture Geometry \u0026amp; Color\u003c\/h3\u003e\n\u003cp\u003e\nCapture precision geometry, detailed surfaces and full-color\ntexture in one continuous dataset.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"neo-step\"\u003e\n\u003cspan\u003e03 — PROCESS\u003c\/span\u003e\n\u003ch3 class=\"neo-h3\"\u003eProcess in Artec Studio\u003c\/h3\u003e\n\u003cp\u003e\nAlign, fuse, clean and generate accurate polygon meshes\ninside the Artec software ecosystem.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"neo-step\"\u003e\n\u003cspan\u003e04 — USE\u003c\/span\u003e\n\u003ch3 class=\"neo-h3\"\u003eInspect or Reverse Engineer\u003c\/h3\u003e\n\u003cp\u003e\nCompare against CAD, extract measurements or export the\nscan into professional CAD and inspection software.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- SOFTWARE --\u003e\n\n\u003csection class=\"neo-section neo-dark\"\u003e\n\n\u003cdiv class=\"neo-wrap\"\u003e\n\n\u003cdiv class=\"neo-two\"\u003e\n\n\u003cdiv\u003e\n\n\u003cp class=\"neo-eyebrow\"\u003e\nARTEC STUDIO INTEGRATION\n\u003c\/p\u003e\n\n\u003ch2 class=\"neo-h2\"\u003e\nFrom Scan Data to Engineering Results\n\u003c\/h2\u003e\n\n\u003cp class=\"neo-lead\"\u003e\nArtec Neo works natively with Artec Studio, giving users\none environment for capture, processing, inspection and\nscan-to-CAD workflows.\n\u003c\/p\u003e\n\n\u003cp\u003e\nFit CAD primitives, create 2D sections, generate CAD\nsurfaces and perform mesh-to-CAD or mesh-to-mesh\ndeviation analysis.\n\u003c\/p\u003e\n\n\u003cp\u003e\nNeo data can also be exported into professional software\nsuch as Geomagic Design X, Geomagic Control X, PolyWorks\nInspector and SOLIDWORKS.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"neo-image\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.artec3d.com\/styles\/1288\/s3\/block-images\/neo-scanning-studio.jpg?VersionId=QkpCTjuhuyzupH_dbEkx9YbV05bYFu9W\u0026amp;itok=53NPMBMa\" alt=\"Artec Neo scan data inside Artec Studio\" loading=\"lazy\"\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- CERTIFICATION --\u003e\n\n\u003csection class=\"neo-section\"\u003e\n\n\u003cdiv class=\"neo-wrap\"\u003e\n\n\u003cp class=\"neo-eyebrow\"\u003e\nVERIFIED ACCURACY\n\u003c\/p\u003e\n\n\u003ch2 class=\"neo-h2\"\u003e\nEvery Artec Neo Is Individually Calibrated and Certified\n\u003c\/h2\u003e\n\n\u003cp class=\"neo-lead\"\u003e\nMeasurement performance is verified in Artec's independent\nmetrology laboratory before each unit ships.\n\u003c\/p\u003e\n\n\n\u003cdiv class=\"neo-features\"\u003e\n\n\u003cdiv class=\"neo-feature\"\u003e\n\u003cdiv class=\"neo-feature-number\"\u003e01\u003c\/div\u003e\n\u003ch3 class=\"neo-h3\"\u003eVDI\/VDE 2634 Part 3\u003c\/h3\u003e\n\u003cp\u003e\nAcceptance testing is performed according to an\ninternationally recognized optical measurement standard.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"neo-feature\"\u003e\n\u003cdiv class=\"neo-feature-number\"\u003e02\u003c\/div\u003e\n\u003ch3 class=\"neo-h3\"\u003eIndependent Metrology Lab\u003c\/h3\u003e\n\u003cp\u003e\nTesting takes place in Artec's dedicated laboratory\noperating according to ISO\/IEC 17025 principles.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"neo-feature\"\u003e\n\u003cdiv class=\"neo-feature-number\"\u003e03\u003c\/div\u003e\n\u003ch3 class=\"neo-h3\"\u003ePer-Unit Certificate\u003c\/h3\u003e\n\u003cp\u003e\nEvery Artec Neo is individually calibrated, verified\nand supplied with its own accuracy certificate.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- TECHNICAL SPECIFICATIONS --\u003e\n\n\u003csection class=\"neo-section neo-gray\"\u003e\n\n\u003cdiv class=\"neo-wrap\"\u003e\n\n\u003cp class=\"neo-eyebrow\"\u003e\nTECHNICAL SPECIFICATIONS\n\u003c\/p\u003e\n\n\u003ch2 class=\"neo-h2\"\u003e\nArtec Neo Specifications\n\u003c\/h2\u003e\n\n\u003cp class=\"neo-lead\"\u003e\nKey technical specifications for the Artec Neo hybrid\nwireless handheld 3D scanner.\n\u003c\/p\u003e\n\n\n\u003cdiv class=\"neo-table-wrap\"\u003e\n\n\u003ctable class=\"neo-table\"\u003e\n\n\u003ctr\u003e\n\u003cth\u003eAccuracy — With Targets\u003c\/th\u003e\n\u003ctd\u003eUp to 0.025 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eVolumetric Accuracy — With Targets\u003c\/th\u003e\n\u003ctd\u003e0.025 mm + 0.035 mm\/m\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eAccuracy — Without Targets\u003c\/th\u003e\n\u003ctd\u003eUp to 0.050 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eVolumetric Accuracy — Without Targets\u003c\/th\u003e\n\u003ctd\u003e0.050 mm + 0.3 mm\/m\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eMesh Resolution\u003c\/th\u003e\n\u003ctd\u003eUp to 0.050 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eAcceptance Test\u003c\/th\u003e\n\u003ctd\u003eVDI\/VDE 2634 Part 3\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eRecommended Object Size\u003c\/th\u003e\n\u003ctd\u003eSmall to medium\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eWorking Distance\u003c\/th\u003e\n\u003ctd\u003e0.19 – 0.30 m\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eDepth of Field\u003c\/th\u003e\n\u003ctd\u003e110 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eField of View — Closest Range\u003c\/th\u003e\n\u003ctd\u003e128 × 104 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eField of View — Furthest Range\u003c\/th\u003e\n\u003ctd\u003e171 × 152 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eVolume Capture Zone\u003c\/th\u003e\n\u003ctd\u003e1,800 cm³\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eData Acquisition Speed\u003c\/th\u003e\n\u003ctd\u003eUp to 8,000,000 points\/second\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eReal-Time 3D Reconstruction\u003c\/th\u003e\n\u003ctd\u003eUp to 15 fps\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eTexture Resolution\u003c\/th\u003e\n\u003ctd\u003e5 MP\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eColor Depth\u003c\/th\u003e\n\u003ctd\u003e24 bpp\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003e3D Light Source\u003c\/th\u003e\n\u003ctd\u003e450 nm blue LED structured light\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eTexture Illumination\u003c\/th\u003e\n\u003ctd\u003eWhite LED, CRI \u0026gt;95, 4000 K\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eInterface\u003c\/th\u003e\n\u003ctd\u003eThunderbolt 3; compatible with Thunderbolt 4 hosts\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eWireless\u003c\/th\u003e\n\u003ctd\u003eWi-Fi with battery-powered scanning\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eWireless Range\u003c\/th\u003e\n\u003ctd\u003eUp to 6 meters from router\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eBattery Runtime\u003c\/th\u003e\n\u003ctd\u003eApproximately 40–50 minutes continuous scanning\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eDimensions\u003c\/th\u003e\n\u003ctd\u003e187 × 156 × 118 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eWeight\u003c\/th\u003e\n\u003ctd\u003e1.3 kg \/ 2.9 lb with batteries\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eSupported OS\u003c\/th\u003e\n\u003ctd\u003eWindows 11\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eWarranty\u003c\/th\u003e\n\u003ctd\u003e2 years\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eMesh Export Formats\u003c\/th\u003e\n\u003ctd\u003eOBJ, PLY, WRL, STL, AOP, ASC, PTX, E57, XYZRGB\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eCAD Export Formats\u003c\/th\u003e\n\u003ctd\u003eSTEP, IGES, X_T\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eMeasurement Formats\u003c\/th\u003e\n\u003ctd\u003eCSV, DXF, XML\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003c\/table\u003e\n\n\u003c\/div\u003e\n\n\u003cp style=\"font-size:12px;color:#777777;margin-top:20px;\"\u003e\nArtec Neo is a new product and specifications may be updated\nby the manufacturer. Contact Rapid Scan 3D for the latest\nconfiguration, software, accessories and availability.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- INDUSTRIES --\u003e\n\n\u003csection class=\"neo-section neo-dark\"\u003e\n\n\u003cdiv class=\"neo-wrap\"\u003e\n\n\u003cp class=\"neo-eyebrow\"\u003e\nMETROLOGY-GRADE SCANNING ACROSS INDUSTRIES\n\u003c\/p\u003e\n\n\u003ch2 class=\"neo-h2\"\u003e\nBuilt for Real Engineering Workflows\n\u003c\/h2\u003e\n\n\n\u003cdiv class=\"neo-industry-grid\"\u003e\n\n\u003cdiv class=\"neo-industry\"\u003e\n\n\u003ch3 class=\"neo-h3\"\u003eAutomotive\u003c\/h3\u003e\n\n\u003cp\u003e\nInspect panel fit, flush and gap, reverse engineer engines\nand components, and capture vehicle geometry with full\nsurface context.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"neo-industry\"\u003e\n\n\u003ch3 class=\"neo-h3\"\u003eAerospace\u003c\/h3\u003e\n\n\u003cp\u003e\nPerform wear and damage assessment, repair validation,\nfirst article inspection and aircraft MRO scanning.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"neo-industry\"\u003e\n\n\u003ch3 class=\"neo-h3\"\u003eManufacturing\u003c\/h3\u003e\n\n\u003cp\u003e\nSupport incoming inspection, in-process QC, mold and die\ninspection, CAD comparison and production-floor measurement.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"neo-industry\"\u003e\n\n\u003ch3 class=\"neo-h3\"\u003eDefense\u003c\/h3\u003e\n\n\u003cp\u003e\nReverse engineer legacy components and recreate engineering\ndata where original CAD or drawings are unavailable.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"neo-industry\"\u003e\n\n\u003ch3 class=\"neo-h3\"\u003eOil \u0026amp; Gas\u003c\/h3\u003e\n\n\u003cp\u003e\nInspect pumps, impellers and worn surfaces while capturing\ndeep channels and difficult geometry on site.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"neo-industry\"\u003e\n\n\u003ch3 class=\"neo-h3\"\u003eInfrastructure\u003c\/h3\u003e\n\n\u003cp\u003e\nMeasure retrofit and installation points, mounting\nlocations and connection geometry over larger structures.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- WHY RAPID SCAN --\u003e\n\n\u003csection class=\"neo-section\"\u003e\n\n\u003cdiv class=\"neo-wrap\"\u003e\n\n\u003cp class=\"neo-eyebrow\"\u003e\nWHY BUY ARTEC NEO FROM RAPID SCAN 3D?\n\u003c\/p\u003e\n\n\u003ch2 class=\"neo-h2\"\u003e\nMore Than Just a Scanner\n\u003c\/h2\u003e\n\n\u003cp class=\"neo-lead\"\u003e\nRapid Scan 3D can help you build a complete inspection or\nreverse-engineering workflow around Artec Neo, Artec Studio\nand professional CAD or metrology software.\n\u003c\/p\u003e\n\n\n\u003cdiv class=\"neo-rs-grid\"\u003e\n\n\u003cdiv class=\"neo-rs-card\"\u003e\n\n\u003ch3 class=\"neo-h3\"\u003e\nApplication Consultation\n\u003c\/h3\u003e\n\n\u003cp\u003e\nWe help determine whether Neo is the right scanner based\non your part size, tolerance requirements, geometry and\nworkflow.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"neo-rs-card\"\u003e\n\n\u003ch3 class=\"neo-h3\"\u003e\nLive Demonstrations\n\u003c\/h3\u003e\n\n\u003cp\u003e\nEvaluate Artec Neo using parts representative of your\nactual inspection or reverse-engineering applications.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"neo-rs-card\"\u003e\n\n\u003ch3 class=\"neo-h3\"\u003e\nTraining \u0026amp; Support\n\u003c\/h3\u003e\n\n\u003cp\u003e\nGet help with scanning strategy, targets, Artec Studio,\nGeomagic, PolyWorks and complete scan-to-CAD workflows.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- FAQ --\u003e\n\n\u003csection class=\"neo-section neo-gray\"\u003e\n\n\u003cdiv class=\"neo-wrap neo-faq\"\u003e\n\n\u003cp class=\"neo-eyebrow\"\u003e\nFREQUENTLY ASKED QUESTIONS\n\u003c\/p\u003e\n\n\u003ch2 class=\"neo-h2\"\u003e\nArtec Neo FAQ\n\u003c\/h2\u003e\n\n\n\u003cdetails\u003e\n\n\u003csummary\u003e\nWhat is Artec Neo?\n\u003c\/summary\u003e\n\n\u003cp\u003e\nArtec Neo is a wireless hybrid handheld 3D scanner designed\nfor industrial inspection and reverse engineering. It can\ncombine target-based metrology scanning and target-free\ngeometry and texture tracking in the same project.\n\u003c\/p\u003e\n\n\u003c\/details\u003e\n\n\n\u003cdetails\u003e\n\n\u003csummary\u003e\nHow accurate is Artec Neo?\n\u003c\/summary\u003e\n\n\u003cp\u003e\nWith targets, Neo provides accuracy up to 0.025 mm and\nvolumetric accuracy of 0.025 mm + 0.035 mm\/m. Without\ntargets, accuracy is up to 0.050 mm.\n\u003c\/p\u003e\n\n\u003c\/details\u003e\n\n\n\u003cdetails\u003e\n\n\u003csummary\u003e\nDoes Artec Neo always require targets?\n\u003c\/summary\u003e\n\n\u003cp\u003e\nNo. Neo can scan completely target-free using geometry and\ntexture tracking. Targets can be applied only where\nmetrology-grade accuracy is required.\n\u003c\/p\u003e\n\n\u003c\/details\u003e\n\n\n\u003cdetails\u003e\n\n\u003csummary\u003e\nCan target-based and target-free scanning be used together?\n\u003c\/summary\u003e\n\n\u003cp\u003e\nYes. Neo's hybrid workflow allows both techniques to be\ncombined within the same part and the same scan project.\n\u003c\/p\u003e\n\n\u003c\/details\u003e\n\n\n\u003cdetails\u003e\n\n\u003csummary\u003e\nIs Artec Neo wireless?\n\u003c\/summary\u003e\n\n\u003cp\u003e\nYes. Neo includes batteries and Wi-Fi connectivity for\nfully wireless scanning, while Thunderbolt 3 is available\nfor wired operation.\n\u003c\/p\u003e\n\n\u003c\/details\u003e\n\n\n\u003cdetails\u003e\n\n\u003csummary\u003e\nHow long does the Artec Neo battery last?\n\u003c\/summary\u003e\n\n\u003cp\u003e\nThe included battery set provides approximately 40–50\nminutes of continuous wireless scanning.\n\u003c\/p\u003e\n\n\u003c\/details\u003e\n\n\n\u003cdetails\u003e\n\n\u003csummary\u003e\nWhat software does Artec Neo use?\n\u003c\/summary\u003e\n\n\u003cp\u003e\nNeo works natively with Artec Studio for scanning,\nprocessing, inspection and scan-to-CAD workflows. Data can\nalso be exported to solutions such as Geomagic Design X,\nGeomagic Control X, PolyWorks Inspector and SOLIDWORKS.\n\u003c\/p\u003e\n\n\u003c\/details\u003e\n\n\n\u003cdetails\u003e\n\n\u003csummary\u003e\nDoes Artec Neo include an accuracy certificate?\n\u003c\/summary\u003e\n\n\u003cp\u003e\nYes. Every Artec Neo is individually calibrated and\nverified before shipment and is supplied with its own\naccuracy certificate.\n\u003c\/p\u003e\n\n\u003c\/details\u003e\n\n\n\u003cdetails\u003e\n\n\u003csummary\u003e\nCan Rapid Scan 3D demonstrate Artec Neo?\n\u003c\/summary\u003e\n\n\u003cp\u003e\nYes. Contact Rapid Scan 3D to discuss your application,\npricing and demonstration options.\n\u003c\/p\u003e\n\n\u003c\/details\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- FINAL CTA --\u003e\n\n\u003csection class=\"neo-final\"\u003e\n\n\u003cdiv class=\"neo-wrap\"\u003e\n\n\u003cp class=\"neo-eyebrow\"\u003e\nSEE ARTEC NEO IN ACTION\n\u003c\/p\u003e\n\n\u003ch2 class=\"neo-h2\"\u003e\nRequest Pricing, a Demonstration or an Application Review\n\u003c\/h2\u003e\n\n\u003cp\u003e\nTell Rapid Scan 3D about the parts you need to scan,\ntheir size, required tolerance, inspection requirements\nand reverse-engineering workflow.\n\u003c\/p\u003e\n\n\n\u003cdiv class=\"neo-btns\"\u003e\n\n\u003ca href=\"\/pages\/contact\" class=\"neo-btn neo-btn-red\"\u003e\nREQUEST AN ARTEC NEO DEMO\n\u003c\/a\u003e\n\n\u003ca href=\"\/pages\/contact\" class=\"neo-btn neo-btn-outline\"\u003e\nGET ARTEC NEO PRICING\n\u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c!-- PRODUCT SCHEMA --\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\":\"https:\/\/schema.org\/\",\n  \"@type\":\"Product\",\n  \"name\":\"Artec Neo Professional Wireless Hybrid 3D Scanner\",\n  \"brand\":{\n    \"@type\":\"Brand\",\n    \"name\":\"Artec 3D\"\n  },\n  \"category\":\"Industrial 3D Scanner\",\n  \"image\":[\n    \"https:\/\/cdn.artec3d.com\/styles\/688x516\/s3\/content-hub-images\/neo-prototyping.png?VersionId=UWQHlM.nZ63UfPW8kxikre2jdPQ3cdaE\u0026itok=tOeW5npq\",\n    \"https:\/\/cdn.artec3d.com\/styles\/688x516\/s3\/content-hub-images\/neo-reverse-engineering.png?VersionId=N4N19OyTSYT8vjbrxatZr7fLSq5WgsUk\u0026itok=sDcy2Dvt\",\n    \"https:\/\/cdn.artec3d.com\/styles\/688x516\/s3\/content-hub-images\/neo-first-article-inspection.png?VersionId=4dWjURhsnpJbRjEEyY4fNcyruJ2g9Is1\u0026itok=tLkfnqtL\",\n    \"https:\/\/cdn.artec3d.com\/styles\/1288\/s3\/block-images\/neo-aircraft-scanning.jpg?VersionId=E5_WrFpz1O_xgbvJQpUG_spLKHf_pl34\u0026itok=j05rwCcj\"\n  ],\n  \"description\":\"Artec Neo is a wireless hybrid metrology-grade handheld 3D scanner for industrial inspection and reverse engineering, offering up to 0.025 mm target-based accuracy, 0.05 mm resolution and data acquisition up to 8 million points per second.\"\n}\n\u003c\/script\u003e\n\n\n\u003c!-- FAQ SCHEMA --\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\":\"https:\/\/schema.org\",\n  \"@type\":\"FAQPage\",\n  \"mainEntity\":[\n    {\n      \"@type\":\"Question\",\n      \"name\":\"How accurate is Artec Neo?\",\n      \"acceptedAnswer\":{\n        \"@type\":\"Answer\",\n        \"text\":\"With targets, Artec Neo provides accuracy up to 0.025 mm and volumetric accuracy of 0.025 mm + 0.035 mm\/m. Without targets, accuracy is up to 0.050 mm.\"\n      }\n    },\n    {\n      \"@type\":\"Question\",\n      \"name\":\"Does Artec Neo require targets?\",\n      \"acceptedAnswer\":{\n        \"@type\":\"Answer\",\n        \"text\":\"No. Artec Neo can scan target-free using geometry and texture tracking, while targets can be added only where metrology-grade accuracy is required.\"\n      }\n    },\n    {\n      \"@type\":\"Question\",\n      \"name\":\"Is Artec Neo wireless?\",\n      \"acceptedAnswer\":{\n        \"@type\":\"Answer\",\n        \"text\":\"Yes. Artec Neo includes battery power and Wi-Fi connectivity for fully wireless 3D scanning.\"\n      }\n    },\n    {\n      \"@type\":\"Question\",\n      \"name\":\"How fast does Artec Neo scan?\",\n      \"acceptedAnswer\":{\n        \"@type\":\"Answer\",\n        \"text\":\"Artec Neo captures up to 8 million points per second and provides real-time 3D reconstruction at up to 15 frames per second.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e","brand":"Rapid Scan 3D","offers":[{"title":"Default Title","offer_id":51882343268585,"sku":null,"price":0.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0663\/4245\/3481\/files\/neo-main_png.webp?v=1789472470","url":"https:\/\/www.rapidscan3d.com\/products\/neo","provider":"Rapid Scan 3D","version":"1.0","type":"link"}