gitextract_p7p8np5j/ ├── .gitignore ├── AUTHORS ├── ActiveStereo.cbp ├── ActiveStereo.depend ├── ActiveStereo.layout ├── ActiveStereoApp.cpp ├── ActiveStereoApp.h ├── ActiveStereoMain.cpp ├── ActiveStereoMain.h ├── CAD/ │ ├── Design Data/ │ │ ├── AEC Exchange/ │ │ │ └── Support/ │ │ │ ├── AuthoringTemplates/ │ │ │ │ ├── Air Terminal.xml │ │ │ │ ├── Casework.xml │ │ │ │ ├── Categories.xml │ │ │ │ ├── Communication Devices.xml │ │ │ │ ├── Data Devices.xml │ │ │ │ ├── Doors.xml │ │ │ │ ├── Duct Accessories.xml │ │ │ │ ├── Electrical Equipment.xml │ │ │ │ ├── Electrical Fixtures.xml │ │ │ │ ├── Fire Alarm Devices.xml │ │ │ │ ├── Furniture Systems.xml │ │ │ │ ├── Furniture.xml │ │ │ │ ├── Generic Models.xml │ │ │ │ ├── Lighting Fixtures.xml │ │ │ │ ├── Mechanical Equipment.xml │ │ │ │ ├── Pipe Accessories.xml │ │ │ │ ├── Plumbing Fixtures.xml │ │ │ │ ├── Security Devices.xml │ │ │ │ ├── Specialty Equipment.xml │ │ │ │ ├── Telephone Devices.xml │ │ │ │ └── Windows.xml │ │ │ ├── CableTrayConnector.xml │ │ │ ├── ConduitConnector.xml │ │ │ ├── DWGSettings.ini │ │ │ ├── DuctConnector.xml │ │ │ ├── ElectricalConnector.xml │ │ │ ├── PartAtom.xml │ │ │ ├── PipeConnector.xml │ │ │ └── TranslationReport.xsl │ │ ├── Balloon.xml │ │ ├── CenterMark.xml │ │ ├── Clearance.xls │ │ ├── Colors.xml │ │ ├── DWG-DXF/ │ │ │ ├── FaceLoops.xml │ │ │ ├── FlatPattern.xml │ │ │ ├── FlatPatternExportOpts.xml │ │ │ ├── exportdwg.ini │ │ │ ├── exportdxf.ini │ │ │ ├── importacad.ini │ │ │ ├── importdxf.ini │ │ │ └── importmdt.ini │ │ ├── DatumTarget.xml │ │ ├── Dimension.xml │ │ ├── FeatureControlFrame.xml │ │ ├── GOST/ │ │ │ ├── Defaults.ini │ │ │ ├── MaterialsFavorites.xml │ │ │ ├── PartsListGroup1.xls │ │ │ ├── PartsListGroup1b.xls │ │ │ ├── PartsListTemplate.xls │ │ │ ├── WeldFavorites.ini │ │ │ └── technical requirements/ │ │ │ ├── Assembly drawings.tr │ │ │ ├── Cold punching parts.tr │ │ │ ├── Electrical cases.tr │ │ │ ├── Forged parts.tr │ │ │ ├── Mechanical parts.tr │ │ │ ├── Mold parts.tr │ │ │ ├── Pipes.tr │ │ │ ├── Steel mold parts.tr │ │ │ ├── Surface coatings.tr │ │ │ └── Weld assemblies.tr │ │ ├── Hatch.xml │ │ ├── HoleTable.xml │ │ ├── Id.xml │ │ ├── Layers.xml │ │ ├── Leader.xml │ │ ├── Lighting.xml │ │ ├── Materials.xml │ │ ├── ObjectDefaults.xml │ │ ├── PartsList.xml │ │ ├── ProteinMapping.xml │ │ ├── RevisionTable.xml │ │ ├── SheetMetalRules.xml │ │ ├── SheetMetalUnfold.xml │ │ ├── Simulation/ │ │ │ └── Report/ │ │ │ ├── Configuration.htm │ │ │ ├── Constraint.htm │ │ │ ├── Contact.htm │ │ │ ├── Figure.htm │ │ │ ├── Load.htm │ │ │ ├── Main.htm │ │ │ ├── Material.htm │ │ │ ├── ReactionForces.htm │ │ │ └── Simulation.htm │ │ ├── Standard.xml │ │ ├── StudioLighting.xml │ │ ├── StudioScene.xml │ │ ├── SurfaceTexture.xml │ │ ├── Table.xml │ │ ├── Text.xml │ │ ├── Thread.xls │ │ ├── ViewAnnotation.xml │ │ ├── Weld.xml │ │ └── WeldBead.xml │ ├── LaserCameraConnector.ipt │ ├── LaserMountBase.ipt │ ├── LaserMountBase2.ipt │ ├── LaserMountPole2.ipt │ ├── LaserMountTop.ipt │ ├── OldVersions/ │ │ ├── makerscannerAssembly.ipj.bak │ │ └── makerscannerAssembly.ipj.old.bak │ ├── PS3_eye_holder_from_base.ipt │ ├── Solidworks 2013/ │ │ ├── lasercameraconnector.SLDPRT │ │ ├── lasermountbase.SLDPRT │ │ ├── lasermountbase2.SLDPRT │ │ ├── lasermountpole2.SLDPRT │ │ ├── lasermounttop.SLDPRT │ │ ├── ps3_eye.SLDPRT │ │ └── ps3_eye_holder_from_base.SLDPRT │ ├── Templates/ │ │ ├── English/ │ │ │ ├── ANSI (in).dwg │ │ │ ├── ANSI (in).idw │ │ │ ├── Sheet Metal (in).ipt │ │ │ ├── Standard (in).iam │ │ │ ├── Standard (in).ipn │ │ │ ├── Standard (in).ipt │ │ │ ├── Weldment (ANSI).iam │ │ │ └── am_ansi.dwg │ │ ├── Metric/ │ │ │ ├── ANSI (mm).dwg │ │ │ ├── ANSI (mm).idw │ │ │ ├── BSI.dwg │ │ │ ├── BSI.idw │ │ │ ├── DIN.dwg │ │ │ ├── DIN.idw │ │ │ ├── GB.dwg │ │ │ ├── GB.idw │ │ │ ├── GOST.dwg │ │ │ ├── GOST.idw │ │ │ ├── ISO.dwg │ │ │ ├── ISO.idw │ │ │ ├── JIS.dwg │ │ │ ├── JIS.idw │ │ │ ├── Sheet Metal (DIN).ipt │ │ │ ├── Sheet Metal (mm).ipt │ │ │ ├── Standard (DIN).iam │ │ │ ├── Standard (DIN).ipn │ │ │ ├── Standard (DIN).ipt │ │ │ ├── Standard (mm).iam │ │ │ ├── Standard (mm).ipn │ │ │ ├── Standard (mm).ipt │ │ │ ├── Weldment (ANSI - mm).iam │ │ │ ├── Weldment (BSI).iam │ │ │ ├── Weldment (DIN).iam │ │ │ ├── Weldment (GB).iam │ │ │ ├── Weldment (ISO).iam │ │ │ ├── Weldment (JIS).iam │ │ │ ├── am_bsi.dwg │ │ │ ├── am_din.dwg │ │ │ ├── am_gb.dwg │ │ │ ├── am_iso.dwg │ │ │ └── am_jis.dwg │ │ ├── Sheet Metal.ipt │ │ ├── Standard.dwg │ │ ├── Standard.iam │ │ ├── Standard.idw │ │ ├── Standard.ipn │ │ ├── Standard.ipt │ │ └── Weldment.iam │ ├── makerscannerAssembly.iam │ ├── makerscannerAssembly.ipj │ ├── ps3_eye.ipt │ └── ps3_eye_assembly2.iam ├── Cameras.cpp ├── Cameras.h ├── CaptureThread.cpp ├── CaptureThread.h ├── ChangeLog ├── DistanceToReferenceDialog.cpp ├── DistanceToReferenceDialog.h ├── Documentation/ │ └── 3DMakerScannerMath.vsdx ├── INSTALL ├── IndividualPixels.h ├── LICENSE ├── Makefile.am ├── MakerscannerWin3.cbp ├── NEWS ├── PointCloud.cpp ├── PointCloud.h ├── PointCloudPoint.cpp ├── PointCloudPoint.h ├── README.md ├── ScanStatus.cpp ├── ScanStatus.h ├── ScanThread.cpp ├── ScanThread.h ├── SetConfig.c ├── SetConfig.h ├── SetHorz.c ├── SetHorz.h ├── bootstrap.sh ├── camview.cpp ├── camview.h ├── configure.ac ├── laserIcon.xcf ├── resource.rc ├── windows-package/ │ ├── AUTHORS │ ├── LICENSE │ ├── README │ └── installer.iss ├── wxsmith/ │ ├── ActiveStereoframe.wxs │ └── DistanceToReferenceDialog.wxs └── wxwin.m4