.pd-wrap{font-family:'Lato',sans-serif;color:#f0ede8;background:#111418;padding:0;margin:0;max-width:100%;} .pd-hero{background:linear-gradient(135deg,#181c22 0%,#111418 100%);border:1px solid #2a2f38;border-radius:4px;padding:28px 32px;margin-bottom:24px;} .pd-hero-label{font-size:11px;font-weight:700;letter-spacing:0.14em;text-transform:uppercase;color:#c8922a;margin-bottom:8px;} .pd-hero-title{font-family:'Barlow Condensed',sans-serif;font-size:28px;font-weight:900;text-transform:uppercase;color:#f0ede8;margin:0 0 8px;line-height:1.1;} .pd-hero-pn{font-size:13px;color:#8a8f99;margin-bottom:16px;font-family:monospace;} .pd-hero-sub{font-size:15px;color:#c8c5bf;line-height:1.6;margin:0;} .pd-badges{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0 0;} .pd-badge{display:inline-block;padding:4px 12px;border-radius:2px;font-size:11px;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;} .pd-badge-gold{background:rgba(200,146,42,0.15);color:#c8922a;border:1px solid rgba(200,146,42,0.3);} .pd-badge-green{background:rgba(29,185,84,0.12);color:#1db954;border:1px solid rgba(29,185,84,0.25);} .pd-badge-blue{background:rgba(58,123,213,0.12);color:#5b9ef4;border:1px solid rgba(58,123,213,0.25);} .pd-badge-muted{background:rgba(138,143,153,0.1);color:#8a8f99;border:1px solid #2a2f38;} .pd-section{margin-bottom:24px;} .pd-section-title{font-family:'Barlow Condensed',sans-serif;font-size:16px;font-weight:800;text-transform:uppercase;letter-spacing:0.14em;color:#c8922a;border-bottom:1px solid #2a2f38;padding-bottom:8px;margin-bottom:14px;} .pd-card{background:#181c22;border:1px solid #2a2f38;border-radius:4px;padding:18px 22px;} .pd-includes ul{list-style:none;padding:0;margin:0;} .pd-includes li{padding:8px 0;border-bottom:1px solid #2a2f38;font-size:14px;color:#d4d1cb;} .pd-includes li:last-child{border-bottom:none;} .pd-includes li::before{content:"▸ ";color:#c8922a;font-weight:700;margin-right:6px;} .pd-specs{width:100%;border-collapse:collapse;font-size:14px;} .pd-specs td{padding:10px 14px;border-bottom:1px solid #2a2f38;color:#d4d1cb;} .pd-specs tr td:first-child{color:#8a8f99;font-weight:600;width:42%;background:rgba(0,0,0,0.15);} .pd-specs tr:last-child td{border-bottom:none;} .pd-condition{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:10px;} .pd-condition-cell{background:#181c22;border:1px solid #2a2f38;border-radius:4px;padding:14px 16px;} .pd-condition-cell-label{font-size:11px;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:#8a8f99;margin-bottom:6px;} .pd-condition-cell-value{font-size:14px;color:#f0ede8;line-height:1.5;} .pd-applications{display:grid;grid-template-columns:1fr 1fr;gap:10px;} .pd-applications div{background:#181c22;border:1px solid #2a2f38;border-radius:4px;padding:12px 16px;font-size:14px;color:#d4d1cb;} .pd-applications div::before{content:"✓ ";color:#1db954;font-weight:700;margin-right:6px;} .pd-warranty{background:#181c22;border:1px solid #2a2f38;border-left:3px solid #c8922a;border-radius:4px;padding:18px 22px;margin-bottom:24px;} .pd-warranty-title{font-family:'Barlow Condensed',sans-serif;font-size:15px;font-weight:800;text-transform:uppercase;letter-spacing:0.12em;color:#c8922a;margin:0 0 8px;} .pd-warranty p{font-size:14px;color:#c8c5bf;line-height:1.6;margin:0 0 8px;} .pd-warranty p:last-child{margin-bottom:0;} .pd-disclaimer{background:#181c22;border:1px solid #2a2f38;border-left:3px solid #d44a4a;border-radius:4px;padding:18px 22px;margin-bottom:24px;} .pd-disclaimer-title{font-family:'Barlow Condensed',sans-serif;font-size:15px;font-weight:800;text-transform:uppercase;letter-spacing:0.12em;color:#d44a4a;margin:0 0 8px;} .pd-disclaimer p{font-size:13px;color:#a8a59f;line-height:1.6;margin:0 0 8px;} .pd-disclaimer p:last-child{margin-bottom:0;} .pd-footer-note{text-align:center;font-size:12px;color:#8a8f99;margin-top:8px;font-style:italic;} .pd-datasheet{background:#181c22;border:1px solid #2a2f38;border-radius:4px;padding:16px 20px;margin-bottom:24px;text-align:center;} .pd-datasheet a{color:#c8922a;text-decoration:none;font-weight:700;font-size:14px;letter-spacing:0.06em;} .pd-datasheet a:hover{color:#e8b04a;text-decoration:underline;} @media (max-width:640px){ .pd-hero{padding:22px 20px;} .pd-hero-title{font-size:22px;} .pd-condition,.pd-applications{grid-template-columns:1fr;} .pd-specs td{padding:8px 10px;font-size:13px;} } /* Light mode */ body.light-mode .pd-wrap{background:#f8f7f4;color:#111;} body.light-mode .pd-hero{background:linear-gradient(135deg,#ffffff 0%,#f0ede5 100%);border-color:#d8d2c4;} body.light-mode .pd-hero-title{color:#111;} body.light-mode .pd-hero-sub{color:#333;} body.light-mode .pd-card, body.light-mode .pd-condition-cell, body.light-mode .pd-applications div, body.light-mode .pd-warranty, body.light-mode .pd-disclaimer, body.light-mode .pd-datasheet{background:#ffffff;border-color:#d8d2c4;} body.light-mode .pd-includes li, body.light-mode .pd-specs td{color:#222;border-color:#e5e0d4;} body.light-mode .pd-specs tr td:first-child{background:#f5f1e8;color:#666;} body.light-mode .pd-condition-cell-value{color:#111;} body.light-mode .pd-applications div{color:#222;} body.light-mode .pd-warranty p, body.light-mode .pd-disclaimer p{color:#333;} 3D Laser Scanner · 9JA Enterprise Trimble TX6 3D Laser Scanner High-Speed Phase-Based Terrestrial Scanner · Houston, TX Premium-class 3D laser scanner engineered for surveyors, engineers, and reality-capture professionals. Captures dense, high-accuracy point clouds at up to 500,000 points/second — built for as-built documentation, BIM, civil infrastructure, forensics, and heritage preservation. Tested by an authorized Trimble service center and ready for fieldwork. Pre-Owned · Good Condition ✓ Trimble Service Center Tested 3 Batteries Included Ships from Houston, TX What's Included (1) Trimble TX6 3D Laser Scanner (3) Trimble Batteries (1) Battery Charging Kit (1) Transit / Carrying Case Condition & Service History Cosmetic Condition Good — normal wear consistent with age. No structural damage. Well-maintained appearance. Service Status Tested and verified at an authorized Trimble service center prior to listing for sale. All scanning functions confirmed to factory spec. Maintenance History Well taken care of throughout its service life with regular preventative servicing. Functional Status Fully operational — ranging, scanning, and onboard storage all confirmed working. Key Specifications Measurement Principle Phase-Based / Time-of-Flight Maximum Range Up to 80 m (262 ft) Minimum Range 0.6 m (2 ft) Scan Speed Up to 500,000 points / second Field of View 360° Horizontal × 317° Vertical Range Noise ≤ 2 mm at typical ranges Angular Accuracy 80 µrad (Horizontal & Vertical) Laser Class Class 1 (Eye-Safe) Laser Wavelength 1.5 µm (Invisible) Operating Temperature 0 °C to +40 °C Storage Temperature -20 °C to +50 °C Humidity Non-condensing Weight ~ 11.2 kg (24.7 lb) with battery Power Source Internal Lithium-Ion Battery Onboard Storage Internal SSD + USB Connectivity WiFi · USB · Ethernet Software Compatibility Trimble RealWorks · Trimble Business Center 📄 Download the Official Trimble TX6 Data Sheet (PDF) Ideal Applications BIM & As-Built Documentation Civil Engineering & Infrastructure Industrial Plant & Facility Scanning Forensic & Crime Scene Reconstruction Heritage & Cultural Preservation Mining, Tunneling & Volume Calculations Architecture & Façade Documentation Reality Capture for VR / AR Workflows 9JA Enterprise In-House Warranty Every unit we sell is inspected, tested, and verified before shipping. This TX6 is backed by 9JA Enterprise's own in-house warranty — see our store policies for full coverage details. We stand behind every piece of equipment we sell and provide ongoing technical support to ensure customer satisfaction long after the sale. 🔒 Important Disclaimer 9JA Enterprise LLC is not an authorized Trimble dealer. We specialize in pre-owned professional surveying and geospatial equipment. This unit is sold pre-owned and is not covered by any active Trimble factory warranty. The buyer is responsible for any future Trimble registration, software activations, firmware updates, or service agreements with Trimble or its authorized partners. All trademarks (Trimble®, TX6®, RealWorks®) are the property of their respective owners and are referenced solely for product identification purposes. 9JA Enterprise · Houston, TX · Pre-Owned Surveying & Geospatial Equipment Specialists
Premium-class 3D laser scanner engineered for surveyors, engineers, and reality-capture professionals. Captures dense, high-accuracy point clouds at up to 500,000 points/second — built for as-built documentation, BIM, civil infrastructure, forensics, and heritage preservation. Tested by an authorized Trimble service center and ready for fieldwork.
Pre-Owned · Good Condition✓ Trimble Service Center Tested3 Batteries IncludedShips from Houston, TX
What's Included
(1) Trimble TX6 3D Laser Scanner
(3) Trimble Batteries
(1) Battery Charging Kit
(1) Transit / Carrying Case
Condition & Service History
Cosmetic Condition
Good — normal wear consistent with age. No structural damage. Well-maintained appearance.
Service Status
Tested and verified at an authorized Trimble service center prior to listing for sale. All scanning functions confirmed to factory spec.
Maintenance History
Well taken care of throughout its service life with regular preventative servicing.
Functional Status
Fully operational — ranging, scanning, and onboard storage all confirmed working.
Every unit we sell is inspected, tested, and verified before shipping. This TX6 is backed by 9JA Enterprise's own in-house warranty — see our store policies for full coverage details.
We stand behind every piece of equipment we sell and provide ongoing technical support to ensure customer satisfaction long after the sale.
🔒 Important Disclaimer
9JA Enterprise LLC is not an authorized Trimble dealer. We specialize in pre-owned professional surveying and geospatial equipment.
This unit is sold pre-owned and is not covered by any active Trimble factory warranty. The buyer is responsible for any future Trimble registration, software activations, firmware updates, or service agreements with Trimble or its authorized partners.
All trademarks (Trimble®, TX6®, RealWorks®) are the property of their respective owners and are referenced solely for product identification purposes.