在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → CAD软件源代码

CAD软件源代码

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:3.56M
  • 下载次数:94
  • 浏览次数:1136
  • 发布时间:2020-06-25
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
公司级代码,CAD软件,代码质量非常高,便于学习代码构架等
【实例截图】
【核心代码】
solidgraph_sources
└── solidgraph_sources
├── ArMaX
│   ├── ArMaX.cpp
│   ├── ArMaX.def
│   ├── ArMaX.h
│   ├── ArMaX.idl
│   ├── ArMaX.rc
│   ├── ArMaX.vcproj
│   ├── ArMaXCtrl.bmp
│   ├── ArMaXCtrl.cpp
│   ├── ArMaXCtrl.h
│   ├── ArMaXPropPage.cpp
│   ├── ArMaXPropPage.h
│   ├── ArMaX_i.c
│   ├── ArMaXidl.h
│   ├── ReadMe.txt
│   ├── Resource.h
│   ├── stdafx.cpp
│   └── stdafx.h
├── Boolean
│   ├── Boolean.cpp
│   ├── Boolean.def
│   ├── Boolean.plg
│   ├── Boolean.rc
│   ├── Boolean.vcproj
│   ├── Commands
│   │   ├── BooleanOperation.cpp
│   │   ├── BooleanOperation.h
│   │   ├── Section.cpp
│   │   └── Section.h
│   ├── ReadMe.txt
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   ├── res
│   │   └── Boolean.rc2
│   ├── resource.h
│   ├── toolbar.bmp
│   └── toolbarBMP.bmp
├── CxImage
│   ├── cximage.vcproj
│   ├── tif_xfile.cpp
│   ├── xfile.h
│   ├── ximabmp.cpp
│   ├── ximabmp.h
│   ├── ximadefs.h
│   ├── ximadsp.cpp
│   ├── ximaenc.cpp
│   ├── ximaexif.cpp
│   ├── ximage.cpp
│   ├── ximage.h
│   ├── ximagif.cpp
│   ├── ximagif.h
│   ├── ximahist.cpp
│   ├── ximaico.cpp
│   ├── ximaico.h
│   ├── ximaiter.h
│   ├── ximaj2k.cpp
│   ├── ximaj2k.h
│   ├── ximajas.cpp
│   ├── ximajas.h
│   ├── ximajbg.cpp
│   ├── ximajbg.h
│   ├── ximajpg.cpp
│   ├── ximajpg.h
│   ├── ximalpha.cpp
│   ├── ximalyr.cpp
│   ├── ximamng.cpp
│   ├── ximamng.h
│   ├── ximapal.cpp
│   ├── ximapcx.cpp
│   ├── ximapcx.h
│   ├── ximapng.cpp
│   ├── ximapng.h
│   ├── ximasel.cpp
│   ├── ximatga.cpp
│   ├── ximatga.h
│   ├── ximatif.cpp
│   ├── ximatif.h
│   ├── ximatran.cpp
│   ├── ximawbmp.cpp
│   ├── ximawbmp.h
│   ├── ximawmf.cpp
│   ├── ximawmf.h
│   ├── ximawnd.cpp
│   ├── xiofile.h
│   ├── xmemfile.cpp
│   └── xmemfile.h
├── Debug
│   ├── DraftTemplates
│   │   ├── DT1.sdt
│   │   └── DT2.sdt
│   └── sgCore.dll
├── ExGUILib
│   ├── ExGUILib_Static.cpp
│   ├── ExGUILib_Static.def
│   ├── ExGUILib_Static.rc
│   ├── ExGUILib_Static.vcproj
│   ├── ExGuiLib_res.h
│   ├── Sources
│   │   ├── Bitmap32.cpp
│   │   ├── EGDialogBar.cpp
│   │   ├── EGImageList.cpp
│   │   ├── EGMDIClient.cpp
│   │   ├── EGMenu.cpp
│   │   ├── EGMenuApp.cpp
│   │   ├── EGMenuBar.cpp
│   │   ├── EGStatusBar.cpp
│   │   ├── EGToolBar.cpp
│   │   ├── NewTheme.cpp
│   │   ├── PaintManager.cpp
│   │   ├── PropertyGrid
│   │   │   ├── EGPropertyGrid.cpp
│   │   │   ├── EGPropertyGridInfo.cpp
│   │   │   ├── EGPropertyGridItem.cpp
│   │   │   ├── EGPropertyGridItemColor.cpp
│   │   │   ├── EGPropertyGridItemCombo.cpp
│   │   │   ├── EGPropertyGridItemEdit.cpp
│   │   │   ├── EGPropertyGridItemStatic.cpp
│   │   │   └── EGPropertyGridList.cpp
│   │   ├── WinAddon.cpp
│   │   ├── controls
│   │   │   ├── EGHeaderControl.cpp
│   │   │   ├── EGHyperlink.cpp
│   │   │   ├── EGListCtrl.cpp
│   │   │   ├── EGOutlookCtrl.cpp
│   │   │   ├── EGPageCtrl.cpp
│   │   │   ├── EGSplitterWnd.cpp
│   │   │   ├── EGTabCtrl.cpp
│   │   │   ├── EGTrayIcon.cpp
│   │   │   └── EGTreeCtrl.cpp
│   │   ├── docking
│   │   │   ├── EGDockingBorder.cpp
│   │   │   ├── EGDockingFlyOut.cpp
│   │   │   ├── EGDockingFrm.cpp
│   │   │   └── EGDockingPane.cpp
│   │   ├── toolbars
│   │   │   ├── EGCtrlBar.cpp
│   │   │   ├── EGPaneBar.cpp
│   │   │   └── EGTaskBar.cpp
│   │   └── wizards
│   │   ├── EGAppParamsPage.cpp
│   │   ├── EGParamsDlg.cpp
│   │   └── EGProperty.cpp
│   ├── includes
│   │   ├── Bitmap32.h
│   │   ├── EGDialogBar.h
│   │   ├── EGImageList.h
│   │   ├── EGMDIClient.h
│   │   ├── EGMenu.h
│   │   ├── EGMenuApp.h
│   │   ├── EGMenuBar.h
│   │   ├── EGStatusBar.h
│   │   ├── EGToolBar.h
│   │   ├── ExGUILib.h
│   │   ├── NewTheme.h
│   │   ├── PaintManager.h
│   │   ├── PropertyGrid
│   │   │   ├── EGPropertyGrid.h
│   │   │   ├── EGPropertyGridInfo.h
│   │   │   ├── EGPropertyGridItem.h
│   │   │   ├── EGPropertyGridItemColor.h
│   │   │   ├── EGPropertyGridItemCombo.h
│   │   │   ├── EGPropertyGridItemEdit.h
│   │   │   ├── EGPropertyGridItemStatic.h
│   │   │   └── EGPropertyGridList.h
│   │   ├── WinAddon.h
│   │   ├── controls
│   │   │   ├── EGButtonsBar.h
│   │   │   ├── EGHeaderControl.h
│   │   │   ├── EGHyperlink.h
│   │   │   ├── EGListCtrl.h
│   │   │   ├── EGPageCtrl.h
│   │   │   ├── EGSplitterWnd.h
│   │   │   ├── EGTabCtrl.h
│   │   │   ├── EGTrayIcon.h
│   │   │   ├── EGTreeCtrl.h
│   │   │   └── ItemsList.h
│   │   ├── docking
│   │   │   ├── EGDocking.h
│   │   │   ├── EGDockingBorder.h
│   │   │   ├── EGDockingFlyOut.h
│   │   │   ├── EGDockingFrm.h
│   │   │   └── EGDockingPane.h
│   │   ├── toolbars
│   │   │   ├── EGCtrlBar.h
│   │   │   ├── EGPaneBar.h
│   │   │   └── EGTaskBar.h
│   │   └── wizards
│   │   ├── EGAppParamsPage.h
│   │   ├── EGParamsDlg.h
│   │   └── EGProperty.h
│   ├── res
│   │   └── ExGuiLib_Static.rc2
│   ├── stdafx.cpp
│   └── stdafx.h
├── Kinematic
│   ├── Commands
│   │   ├── ExtrudeBody.cpp
│   │   ├── ExtrudeBody.h
│   │   ├── PipeBody.cpp
│   │   ├── PipeBody.h
│   │   ├── RotationBody.cpp
│   │   ├── RotationBody.h
│   │   ├── ScrewBody.cpp
│   │   └── ScrewBody.h
│   ├── Kinematic.cpp
│   ├── Kinematic.def
│   ├── Kinematic.plg
│   ├── Kinematic.rc
│   ├── Kinematic.vcproj
│   ├── ReadMe.txt
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   ├── res
│   │   ├── Kinematic.rc2
│   │   ├── extrBod.bmp
│   │   ├── pipBod.bmp
│   │   ├── rotBod.bmp
│   │   └── spirBod.bmp
│   ├── resource.h
│   ├── toolbar.bmp
│   └── toolbarBMP.bmp
├── MaterialsEditor
│   ├── Controls
│   │   ├── ListCtrlHiddenSB.cpp
│   │   └── ListCtrlHiddenSB.h
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── MaterialsEditor.cpp
│   ├── MaterialsEditor.h
│   ├── MaterialsEditor.rc
│   ├── MaterialsEditor.reg
│   ├── MaterialsEditor.vcproj
│   ├── MaterialsEditorDoc.cpp
│   ├── MaterialsEditorDoc.h
│   ├── MaterialsEditorView.cpp
│   ├── MaterialsEditorView.h
│   ├── MemDC.h
│   ├── MyEdit.cpp
│   ├── MyEdit.h
│   ├── ReadMe.txt
│   ├── armaxctrl.cpp
│   ├── armaxctrl.h
│   ├── hlp
│   │   ├── HTMLDefines.h
│   │   ├── Images
│   │   │   └── Bullet.gif
│   │   ├── afx_hidd_color.htm
│   │   ├── afx_hidd_fileopen.htm
│   │   ├── afx_hidd_filesave.htm
│   │   ├── afx_hidd_find.htm
│   │   ├── afx_hidd_font.htm
│   │   ├── afx_hidd_newtypedlg.htm
│   │   ├── afx_hidd_replace.htm
│   │   ├── afx_hidp_default.htm
│   │   ├── afx_hidw_dockbar_top.htm
│   │   ├── afx_hidw_status_bar.htm
│   │   ├── afx_hidw_toolbar.htm
│   │   ├── hid_app_about.htm
│   │   ├── hid_app_exit.htm
│   │   ├── hid_context_help.htm
│   │   ├── hid_edit_clear.htm
│   │   ├── hid_edit_clear_all.htm
│   │   ├── hid_edit_copy.htm
│   │   ├── hid_edit_cut.htm
│   │   ├── hid_edit_find.htm
│   │   ├── hid_edit_paste.htm
│   │   ├── hid_edit_redo.htm
│   │   ├── hid_edit_repeat.htm
│   │   ├── hid_edit_replace.htm
│   │   ├── hid_edit_undo.htm
│   │   ├── hid_file_close.htm
│   │   ├── hid_file_mru_file1.htm
│   │   ├── hid_file_new.htm
│   │   ├── hid_file_open.htm
│   │   ├── hid_file_save.htm
│   │   ├── hid_file_save_as.htm
│   │   ├── hid_file_send_mail.htm
│   │   ├── hid_help_index.htm
│   │   ├── hid_help_using.htm
│   │   ├── hid_ht_caption.htm
│   │   ├── hid_ht_nowhere.htm
│   │   ├── hid_next_pane.htm
│   │   ├── hid_prev_pane.htm
│   │   ├── hid_sc_close.htm
│   │   ├── hid_sc_maximize.htm
│   │   ├── hid_sc_minimize.htm
│   │   ├── hid_sc_move.htm
│   │   ├── hid_sc_nextwindow.htm
│   │   ├── hid_sc_prevwindow.htm
│   │   ├── hid_sc_restore.htm
│   │   ├── hid_sc_size.htm
│   │   ├── hid_sc_tasklist.htm
│   │   ├── hid_view_ruler.htm
│   │   ├── hid_view_status_bar.htm
│   │   ├── hid_view_toolbar.htm
│   │   ├── hid_window_all.htm
│   │   ├── hid_window_arrange.htm
│   │   ├── hid_window_cascade.htm
│   │   ├── hid_window_new.htm
│   │   ├── hid_window_split.htm
│   │   ├── hid_window_tile.htm
│   │   ├── hid_window_tile_horz.htm
│   │   ├── hid_window_tile_vert.htm
│   │   ├── hidr_doc1type.htm
│   │   ├── main_index.htm
│   │   ├── menu_edit.htm
│   │   ├── menu_file.htm
│   │   ├── menu_help.htm
│   │   ├── menu_view.htm
│   │   ├── menu_window.htm
│   │   └── scrollbars.htm
│   ├── res
│   │   ├── 07166.ico
│   │   ├── MaterialsEditor.ico
│   │   ├── MaterialsEditor.manifest
│   │   ├── MaterialsEditor.rc2
│   │   ├── MaterialsEditorDoc.ico
│   │   ├── Toolbar.bmp
│   │   ├── Toolbar_TC.bmp
│   │   └── noTexture.bmp
│   ├── resource.h
│   ├── stdafx.cpp
│   └── stdafx.h
├── Release
│   └── sgCore.dll
├── Scripts
│   ├── Script.sgs
│   ├── boxes.sgs
│   ├── circles.sgs
│   ├── cones.sgs
│   ├── cylinders.sgs
│   ├── ellipsoids.sgs
│   ├── lines.sgs
│   ├── points.sgs
│   ├── print.sgs
│   ├── spBands.sgs
│   ├── spheres.sgs
│   └── toruses.sgs
├── Solidgraph
│   ├── AppTabManager.cpp
│   ├── AppTabManager.h
│   ├── ChildFrm.cpp
│   ├── ChildFrm.h
│   ├── CommonStructures.h
│   ├── Controls
│   │   ├── BirchCtrl.cpp
│   │   ├── BirchCtrl.h
│   │   ├── ColorPickerCB.cpp
│   │   ├── ColorPickerCB.h
│   │   ├── FloatEdit.cpp
│   │   ├── FloatEdit.h
│   │   ├── LineStyleCombo.cpp
│   │   ├── LineStyleCombo.h
│   │   ├── LineThiknessCombo.cpp
│   │   ├── LineThiknessCombo.h
│   │   ├── NumEdit.cpp
│   │   ├── NumEdit.h
│   │   ├── NumSpinCtrl.cpp
│   │   ├── NumSpinCtrl.h
│   │   ├── OptionTree
│   │   │   ├── DLL.h
│   │   │   ├── License.txt
│   │   │   ├── OptionTree.cpp
│   │   │   ├── OptionTree.h
│   │   │   ├── OptionTreeCheckButton.cpp
│   │   │   ├── OptionTreeCheckButton.h
│   │   │   ├── OptionTreeColorPopUp.cpp
│   │   │   ├── OptionTreeColorPopUp.h
│   │   │   ├── OptionTreeDef.h
│   │   │   ├── OptionTreeFileDlg.cpp
│   │   │   ├── OptionTreeFileDlg.h
│   │   │   ├── OptionTreeInfo.cpp
│   │   │   ├── OptionTreeInfo.h
│   │   │   ├── OptionTreeItem.cpp
│   │   │   ├── OptionTreeItem.h
│   │   │   ├── OptionTreeItemCheckBox.cpp
│   │   │   ├── OptionTreeItemCheckBox.h
│   │   │   ├── OptionTreeItemColor.cpp
│   │   │   ├── OptionTreeItemColor.h
│   │   │   ├── OptionTreeItemColorComboBox.cpp
│   │   │   ├── OptionTreeItemColorComboBox.h
│   │   │   ├── OptionTreeItemComboBox.cpp
│   │   │   ├── OptionTreeItemComboBox.h
│   │   │   ├── OptionTreeItemEdit.cpp
│   │   │   ├── OptionTreeItemEdit.h
│   │   │   ├── OptionTreeItemFile.cpp
│   │   │   ├── OptionTreeItemFile.h
│   │   │   ├── OptionTreeItemFont.cpp
│   │   │   ├── OptionTreeItemFont.h
│   │   │   ├── OptionTreeItemHyperLink.cpp
│   │   │   ├── OptionTreeItemHyperLink.h
│   │   │   ├── OptionTreeItemLineThikComboBox.cpp
│   │   │   ├── OptionTreeItemLineThikComboBox.h
│   │   │   ├── OptionTreeItemLineTypeComboBox.cpp
│   │   │   ├── OptionTreeItemLineTypeComboBox.h
│   │   │   ├── OptionTreeItemRadio.cpp
│   │   │   ├── OptionTreeItemRadio.h
│   │   │   ├── OptionTreeItemSpinner.cpp
│   │   │   ├── OptionTreeItemSpinner.h
│   │   │   ├── OptionTreeItemStatic.cpp
│   │   │   ├── OptionTreeItemStatic.h
│   │   │   ├── OptionTreeList.cpp
│   │   │   ├── OptionTreeList.h
│   │   │   ├── OptionTreeRadioButton.cpp
│   │   │   ├── OptionTreeRadioButton.h
│   │   │   ├── OptionTreeSpinnerButton.cpp
│   │   │   ├── OptionTreeSpinnerButton.h
│   │   │   ├── OptionTreeSpinnerEdit.cpp
│   │   │   └── OptionTreeSpinnerEdit.h
│   │   ├── RollupCtrl.cpp
│   │   ├── RollupCtrl.h
│   │   ├── SelectingListCtrl.cpp
│   │   ├── SelectingListCtrl.h
│   │   ├── SpecSymbolsListBox.cpp
│   │   ├── SpecSymbolsListBox.h
│   │   ├── SyntaxColorizer.cpp
│   │   ├── SyntaxColorizer.h
│   │   ├── SystemToolbar.cpp
│   │   ├── SystemToolbar.h
│   │   ├── ToolTipBitmapButton.cpp
│   │   ├── ToolTipBitmapButton.h
│   │   ├── ToolTipButton.cpp
│   │   └── ToolTipButton.h
│   ├── Dialogs
│   │   ├── ChoiseDraftTemplateDlg.cpp
│   │   ├── ChoiseDraftTemplateDlg.h
│   │   ├── CommandPanelDlg.cpp
│   │   ├── CommandPanelDlg.h
│   │   ├── CursorSheetDlg.cpp
│   │   ├── CursorSheetDlg.h
│   │   ├── DraftTemplateNameDlg.cpp
│   │   ├── DraftTemplateNameDlg.h
│   │   ├── FontPreviewDlg.cpp
│   │   ├── FontPreviewDlg.h
│   │   ├── FontPreviewDlgNew.cpp
│   │   ├── FontPreviewDlgNew.h
│   │   ├── GetDialogs
│   │   │   ├── GetNumberDlg.cpp
│   │   │   ├── GetNumberDlg.h
│   │   │   ├── GetObjectsDlg.cpp
│   │   │   ├── GetObjectsDlg.h
│   │   │   ├── GetOneDlg.cpp
│   │   │   ├── GetOneDlg.h
│   │   │   ├── GetPointDlg.cpp
│   │   │   ├── GetPointDlg.h
│   │   │   ├── GetVectorDlg.cpp
│   │   │   ├── GetVectorDlg.h
│   │   │   ├── SelectPointDlg.cpp
│   │   │   └── SelectPointDlg.h
│   │   ├── InfoBar.cpp
│   │   ├── InfoBar.h
│   │   ├── LayersDlg.cpp
│   │   ├── LayersDlg.h
│   │   ├── MatOnObjectDlg.cpp
│   │   ├── MatOnObjectDlg.h
│   │   ├── ObjSysParamsDlg.cpp
│   │   ├── ObjSysParamsDlg.h
│   │   ├── ReportPagesPreviewDlg.cpp
│   │   ├── ReportPagesPreviewDlg.h
│   │   ├── RotatePanelDlg.cpp
│   │   ├── RotatePanelDlg.h
│   │   ├── SceneTreeDlg.cpp
│   │   ├── SceneTreeDlg.h
│   │   ├── SetupsDlg.cpp
│   │   ├── SetupsDlg.h
│   │   ├── ThemeSheetDlg.cpp
│   │   ├── ThemeSheetDlg.h
│   │   ├── TranslatePanelDlg.cpp
│   │   ├── TranslatePanelDlg.h
│   │   ├── WorkPlanesSetupsDlg.cpp
│   │   └── WorkPlanesSetupsDlg.h
│   ├── DocManagerEx.cpp
│   ├── DocManagerEx.h
│   ├── Drawer.cpp
│   ├── Drawer.h
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── MemDC.h
│   ├── OneDocTemplate.cpp
│   ├── OneDocTemplate.h
│   ├── OpenGLView
│   │   ├── 3DCamera.cpp
│   │   ├── 3DCamera.h
│   │   ├── ClientCapture.cpp
│   │   ├── ClientCapture.h
│   │   ├── OpenGLView.cpp
│   │   ├── OpenGLView.h
│   │   ├── Planes.cpp
│   │   ├── Planes.h
│   │   ├── background_xD.cpp
│   │   └── background_xD.h
│   ├── PluginsClasses
│   │   ├── PluginBase.h
│   │   ├── PluginLoader.cpp
│   │   ├── PluginLoader.h
│   │   ├── ToolbarPlugin.cpp
│   │   └── ToolbarPlugin.h
│   ├── RayTracing
│   │   ├── RTDialog.cpp
│   │   ├── RTDialog.h
│   │   ├── RTRenderer.cpp
│   │   └── RTRenderer.h
│   ├── ReportChildFrame.cpp
│   ├── ReportChildFrame.h
│   ├── ReportCreatorDoc.cpp
│   ├── ReportCreatorDoc.h
│   ├── ReportCreatorView.cpp
│   ├── ReportCreatorView.h
│   ├── ReportEditor
│   │   ├── ColorStatic.cpp
│   │   ├── ColorStatic.h
│   │   ├── CornerBox.cpp
│   │   ├── CornerBox.h
│   │   ├── DiagramEditor
│   │   │   ├── DiagramClipboardHandler.cpp
│   │   │   ├── DiagramClipboardHandler.h
│   │   │   ├── DiagramEditor.cpp
│   │   │   ├── DiagramEditor.h
│   │   │   ├── DiagramEntity.cpp
│   │   │   ├── DiagramEntity.h
│   │   │   ├── DiagramEntityContainer.cpp
│   │   │   ├── DiagramEntityContainer.h
│   │   │   ├── DiagramLine.cpp
│   │   │   ├── DiagramLine.h
│   │   │   ├── DiagramPropertyDlg.cpp
│   │   │   ├── DiagramPropertyDlg.h
│   │   │   ├── GroupFactory.cpp
│   │   │   ├── GroupFactory.h
│   │   │   ├── HitParams.h
│   │   │   ├── HitParamsRect.h
│   │   │   ├── Tokenizer.cpp
│   │   │   ├── Tokenizer.h
│   │   │   ├── UndoItem.cpp
│   │   │   └── UndoItem.h
│   │   ├── EditorSettingsDialog.cpp
│   │   ├── EditorSettingsDialog.h
│   │   ├── ExListBox.cpp
│   │   ├── ExListBox.h
│   │   ├── HorzRuler.cpp
│   │   ├── HorzRuler.h
│   │   ├── ReportBoxProperties.cpp
│   │   ├── ReportBoxProperties.h
│   │   ├── ReportControlFactory.cpp
│   │   ├── ReportControlFactory.h
│   │   ├── ReportEditor.cpp
│   │   ├── ReportEditor.h
│   │   ├── ReportEntityBox.cpp
│   │   ├── ReportEntityBox.h
│   │   ├── ReportEntityLabel.cpp
│   │   ├── ReportEntityLabel.h
│   │   ├── ReportEntityLine.cpp
│   │   ├── ReportEntityLine.h
│   │   ├── ReportEntityPicture.cpp
│   │   ├── ReportEntityPicture.h
│   │   ├── ReportEntitySettings.cpp
│   │   ├── ReportEntitySettings.h
│   │   ├── ReportLabelProperties.cpp
│   │   ├── ReportLabelProperties.h
│   │   ├── ReportLineProperties.cpp
│   │   ├── ReportLineProperties.h
│   │   ├── ReportPictureProperties.cpp
│   │   ├── ReportPictureProperties.h
│   │   ├── RulerMeasurementsDialog.cpp
│   │   ├── RulerMeasurementsDialog.h
│   │   ├── StdGrfx.cpp
│   │   ├── StdGrfx.h
│   │   ├── StringHelpers.cpp
│   │   ├── StringHelpers.h
│   │   ├── UnitConversion.cpp
│   │   ├── UnitConversion.h
│   │   ├── VertRuler.cpp
│   │   └── VertRuler.h
│   ├── Scripting
│   │   ├── LuaScripting.cpp
│   │   ├── ScriptDlg.cpp
│   │   ├── ScriptDlg.h
│   │   ├── ScriptPane.cpp
│   │   ├── ScriptPane.h
│   │   ├── scriptClasses.cpp
│   │   ├── scriptClasses.h
│   │   ├── scriptDefs.cpp
│   │   └── scriptDefs.h
│   ├── Solidgraph.cpp
│   ├── Solidgraph.h
│   ├── Solidgraph.rc
│   ├── Solidgraph.reg
│   ├── Solidgraph.vcproj
│   ├── SolidgraphDoc.cpp
│   ├── SolidgraphDoc.h
│   ├── SolidgraphView.cpp
│   ├── SolidgraphView.h
│   ├── Tools
│   │   ├── Cursorer.cpp
│   │   ├── Cursorer.h
│   │   ├── DraftTemplateLoader.cpp
│   │   ├── DraftTemplateLoader.h
│   │   ├── FPSCounter.cpp
│   │   ├── FPSCounter.h
│   │   ├── GroupCommand.cpp
│   │   ├── GroupCommand.h
│   │   ├── MatLoader.cpp
│   │   ├── MatLoader.h
│   │   ├── RTMaterials.cpp
│   │   ├── RTMaterials.h
│   │   ├── RegManager.cpp
│   │   ├── RegManager.h
│   │   ├── RotateCommand.cpp
│   │   ├── RotateCommand.h
│   │   ├── TranslateCommand.cpp
│   │   └── TranslateCommand.h
│   ├── res
│   │   ├── Geometry.bmp
│   │   ├── Geometry_TC.bmp
│   │   ├── LockButton.bmp
│   │   ├── MatTlb.bmp
│   │   ├── Material.bmp
│   │   ├── Navig_tlb.bmp
│   │   ├── Navigate_TC.bmp
│   │   ├── Print.bmp
│   │   ├── Proj_tlb.bmp
│   │   ├── Projection_TC.bmp
│   │   ├── Projection_TC_old.bmp
│   │   ├── ReportCreator.ico
│   │   ├── ReportCreatorOld.ico
│   │   ├── Report_TC.bmp
│   │   ├── Scr_IcB.ico
│   │   ├── Scr_IcSm.ico
│   │   ├── Script_TC.bmp
│   │   ├── Snap_TC.bmp
│   │   ├── Snap_tlb.bmp
│   │   ├── Solidgraph.ico
│   │   ├── Solidgraph.manifest
│   │   ├── Solidgraph.rc2
│   │   ├── Splitter.cur
│   │   ├── StpsTlb.bmp
│   │   ├── System_TC.bmp
│   │   ├── ToolBar_TC.bmp
│   │   ├── Toolbar.bmp
│   │   ├── XYwpIcon.bmp
│   │   ├── XZwpIcon.bmp
│   │   ├── YZwpIcon.bmp
│   │   ├── commander.BMP
│   │   ├── delObj_TC.bmp
│   │   ├── fit_obj.bmp
│   │   ├── geometry.ico
│   │   ├── geometryOld.ico
│   │   ├── invisib.bmp
│   │   ├── invisibOld.bmp
│   │   ├── invisib_wfr.bmp
│   │   ├── layersIcon.bmp
│   │   ├── objectsIcon.bmp
│   │   ├── open_hand.cur
│   │   ├── radioCheckBmp.bmp
│   │   ├── radioUnckBmp.bmp
│   │   ├── rep_back.bmp
│   │   ├── rep_copy.bmp
│   │   ├── rep_cut.bmp
│   │   ├── rep_down.bmp
│   │   ├── rep_fr.bmp
│   │   ├── rep_group.bmp
│   │   ├── rep_obj.bmp
│   │   ├── rep_objs.bmp
│   │   ├── rep_paste.bmp
│   │   ├── rep_prop.bmp
│   │   ├── rep_templ.bmp
│   │   ├── rep_tlb.bmp
│   │   ├── rep_ungr.bmp
│   │   ├── rep_up.bmp
│   │   ├── rep_v_tlb.bmp
│   │   ├── rep_view.bmp
│   │   ├── scene.bmp
│   │   ├── script.bmp
│   │   ├── th_clas.bmp
│   │   ├── th_icy.bmp
│   │   ├── th_off2003.bmp
│   │   ├── th_xp.bmp
│   │   ├── toolbar1.bmp
│   │   ├── tree_ctrl.bmp
│   │   ├── unckObj.bmp
│   │   ├── visib.bmp
│   │   ├── visibOld.bmp
│   │   ├── visib_wfr.bmp
│   │   ├── workPlanesIcon.bmp
│   │   └── yz_wp_bm.bmp
│   ├── resource.h
│   ├── stdafx.cpp
│   └── stdafx.h
├── Solidgraph.sln
├── SplashLib
│   ├── ReadMe.txt
│   ├── SplashClass.cpp
│   ├── SplashClass.h
│   ├── SplashLib.cpp
│   ├── SplashLib.def
│   ├── SplashLib.rc
│   ├── SplashLib.vcproj
│   ├── SplashThread.cpp
│   ├── SplashThread.h
│   ├── SplashWnd.cpp
│   ├── SplashWnd.h
│   ├── res
│   │   ├── SplashLib.rc2
│   │   └── splash.bmp
│   ├── resource.h
│   ├── stdafx.cpp
│   └── stdafx.h
├── Standard2D
│   ├── Commands
│   │   ├── Arc.cpp
│   │   ├── Arc.h
│   │   ├── ArcEdit.cpp
│   │   ├── ArcEdit.h
│   │   ├── Circle.cpp
│   │   ├── Circle.h
│   │   ├── CircleEdit.cpp
│   │   ├── CircleEdit.h
│   │   ├── Contour.cpp
│   │   ├── Contour.h
│   │   ├── Contour2.cpp
│   │   ├── Contour2.h
│   │   ├── Equidi.cpp
│   │   ├── Equidi.h
│   │   ├── Equidi2.cpp
│   │   ├── Equidi2.h
│   │   ├── Line.cpp
│   │   ├── Line.h
│   │   ├── LineEdit.cpp
│   │   ├── LineEdit.h
│   │   ├── Point.cpp
│   │   ├── Point.h
│   │   ├── PointEdit.cpp
│   │   ├── PointEdit.h
│   │   ├── Spline.cpp
│   │   ├── Spline.h
│   │   ├── SplineEdit.cpp
│   │   └── SplineEdit.h
│   ├── Dialogs
│   │   ├── ContObjDlg.cpp
│   │   ├── ContObjDlg.h
│   │   ├── ContScenarDlg.cpp
│   │   ├── ContScenarDlg.h
│   │   ├── SplinePointsDlg.cpp
│   │   └── SplinePointsDlg.h
│   ├── ReadMe.txt
│   ├── Standard2D.cpp
│   ├── Standard2D.def
│   ├── Standard2D.rc
│   ├── Standard2D.vcproj
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   ├── arc.bmp
│   ├── circ.bmp
│   ├── line.bmp
│   ├── path.bmp
│   ├── pnt.bmp
│   ├── res
│   │   ├── Spline_edit.bmp
│   │   ├── Standard2D.rc2
│   │   ├── circ_3p.bmp
│   │   ├── circ_c_r.bmp
│   │   ├── circ_edit_cen.bmp
│   │   ├── circ_edit_norm.bmp
│   │   ├── circ_edit_rad.bmp
│   │   ├── line_arc_end.bmp
│   │   ├── line_arc_perpendic_end.bmp
│   │   ├── line_edit.bmp
│   │   ├── line_line_extension.bmp
│   │   ├── line_line_perpendic_end.bmp
│   │   ├── line_point_increment.bmp
│   │   ├── line_point_vector.bmp
│   │   ├── line_two_points.bmp
│   │   └── pnt_edit.bmp
│   ├── resource.h
│   ├── spl.bmp
│   ├── toolbar.bmp
│   ├── toolbarBMP.bmp
│   └── toolbarBMPOld.bmp
├── Standard3D
│   ├── Commands
│   │   ├── Box.cpp
│   │   ├── Box.h
│   │   ├── BoxEdit.cpp
│   │   ├── BoxEdit.h
│   │   ├── Cone.cpp
│   │   ├── Cone.h
│   │   ├── ConeEdit.cpp
│   │   ├── ConeEdit.h
│   │   ├── Cylinder.cpp
│   │   ├── Cylinder.h
│   │   ├── CylinderEdit.cpp
│   │   ├── CylinderEdit.h
│   │   ├── Ellipsoid.cpp
│   │   ├── Ellipsoid.h
│   │   ├── EllipsoidEdit.cpp
│   │   ├── EllipsoidEdit.h
│   │   ├── Sphere.cpp
│   │   ├── Sphere.h
│   │   ├── SphereEdit.cpp
│   │   ├── SphereEdit.h
│   │   ├── SphericBand.cpp
│   │   ├── SphericBand.h
│   │   ├── SphericBandEdit.cpp
│   │   ├── SphericBandEdit.h
│   │   ├── Torus.cpp
│   │   ├── Torus.h
│   │   ├── TorusEdit.cpp
│   │   └── TorusEdit.h
│   ├── Dialogs
│   │   ├── MeridiansDlg.cpp
│   │   ├── MeridiansDlg.h
│   │   ├── SphereParamsDlg.cpp
│   │   ├── SphereParamsDlg.h
│   │   ├── TorusEditDlg.cpp
│   │   └── TorusEditDlg.h
│   ├── ReadMe.txt
│   ├── Standard3D.cpp
│   ├── Standard3D.def
│   ├── Standard3D.rc
│   ├── Standard3D.vcproj
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   ├── res
│   │   ├── Standard3D.rc2
│   │   ├── cone.bmp
│   │   ├── cube.bmp
│   │   ├── cyl.bmp
│   │   ├── ell.bmp
│   │   ├── sb.bmp
│   │   ├── sphere.bmp
│   │   ├── tlb.bmp
│   │   └── tor.bmp
│   ├── resource.h
│   └── toolbar.bmp
├── Surfaces
│   ├── Commands
│   │   ├── Coons2Command.cpp
│   │   ├── Coons2Command.h
│   │   ├── Coons3Command.cpp
│   │   ├── Coons3Command.h
│   │   ├── Coons4Command.cpp
│   │   ├── Coons4Command.h
│   │   ├── FaceCommand.cpp
│   │   ├── FaceCommand.h
│   │   ├── LinearSurf.cpp
│   │   ├── LinearSurf.h
│   │   ├── SplineSurf.cpp
│   │   └── SplineSurf.h
│   ├── ReadMe.txt
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   ├── Surfaces.cpp
│   ├── Surfaces.def
│   ├── Surfaces.rc
│   ├── Surfaces.vcproj
│   ├── res
│   │   ├── Surfaces.rc2
│   │   ├── coonsObj.bmp
│   │   ├── faceObj.bmp
│   │   ├── linearObj.bmp
│   │   └── sectObj.bmp
│   ├── resource.h
│   ├── toolbar.bmp
│   └── toolbarBMP.bmp
├── jpeg
│   ├── Jpeg.vcproj
│   ├── jcapimin.c
│   ├── jcapistd.c
│   ├── jccoefct.c
│   ├── jccolor.c
│   ├── jcdctmgr.c
│   ├── jchuff.c
│   ├── jchuff.h
│   ├── jcinit.c
│   ├── jcmainct.c
│   ├── jcmarker.c
│   ├── jcmaster.c
│   ├── jcomapi.c
│   ├── jconfig.h
│   ├── jcparam.c
│   ├── jcphuff.c
│   ├── jcprepct.c
│   ├── jcsample.c
│   ├── jctrans.c
│   ├── jdapimin.c
│   ├── jdapistd.c
│   ├── jdatadst.c
│   ├── jdatasrc.c
│   ├── jdcoefct.c
│   ├── jdcolor.c
│   ├── jdct.h
│   ├── jddctmgr.c
│   ├── jdhuff.c
│   ├── jdhuff.h
│   ├── jdinput.c
│   ├── jdmainct.c
│   ├── jdmarker.c
│   ├── jdmaster.c
│   ├── jdmerge.c
│   ├── jdphuff.c
│   ├── jdpostct.c
│   ├── jdsample.c
│   ├── jdtrans.c
│   ├── jerror.c
│   ├── jerror.h
│   ├── jfdctflt.c
│   ├── jfdctfst.c
│   ├── jfdctint.c
│   ├── jidctflt.c
│   ├── jidctfst.c
│   ├── jidctint.c
│   ├── jidctred.c
│   ├── jinclude.h
│   ├── jmemmgr.c
│   ├── jmemnobs.c
│   ├── jmemsys.h
│   ├── jmorecfg.h
│   ├── jpegint.h
│   ├── jpeglib.h
│   ├── jquant1.c
│   ├── jquant2.c
│   ├── jutils.c
│   └── jversion.h
├── lua
│   ├── dump.c
│   ├── lapi.c
│   ├── lapi.h
│   ├── lauxlib.c
│   ├── lauxlib.h
│   ├── lbaselib.c
│   ├── lcode.c
│   ├── lcode.h
│   ├── ldebug.c
│   ├── ldebug.h
│   ├── ldo.c
│   ├── ldo.h
│   ├── lfunc.c
│   ├── lfunc.h
│   ├── lgc.c
│   ├── lgc.h
│   ├── liolib.c
│   ├── llex.c
│   ├── llex.h
│   ├── llimits.h
│   ├── lmathlib.c
│   ├── lmem.c
│   ├── lmem.h
│   ├── lobject.c
│   ├── lobject.h
│   ├── lopcodes.h
│   ├── lparser.c
│   ├── lparser.h
│   ├── lstate.c
│   ├── lstate.h
│   ├── lstring.c
│   ├── lstring.h
│   ├── lstrlib.c
│   ├── ltable.c
│   ├── ltable.h
│   ├── ltm.c
│   ├── ltm.h
│   ├── lua.h
│   ├── lua.vcproj
│   ├── luac.c
│   ├── luac.h
│   ├── luadebug.h
│   ├── lualib.h
│   ├── lundump.c
│   ├── lundump.h
│   ├── lvm.c
│   ├── lvm.h
│   ├── lzio.c
│   ├── lzio.h
│   ├── opt.c
│   ├── print.c
│   ├── print.h
│   └── 幆ㄡ牠ē.htm
├── png
│   ├── png.c
│   ├── png.h
│   ├── png.vcproj
│   ├── pngasmrd.h
│   ├── pngconf.h
│   ├── pngerror.c
│   ├── pnggccrd.c
│   ├── pngget.c
│   ├── pngmem.c
│   ├── pngpread.c
│   ├── pngread.c
│   ├── pngrio.c
│   ├── pngrtran.c
│   ├── pngrutil.c
│   ├── pngset.c
│   ├── pngtrans.c
│   ├── pngvcrd.c
│   ├── pngwio.c
│   ├── pngwrite.c
│   ├── pngwtran.c
│   └── pngwutil.c
├── sgCore
│   ├── sg2D.h
│   ├── sg3D.h
│   ├── sgAlgs.h
│   ├── sgCore.dll
│   ├── sgCore.h
│   ├── sgCore.lib
│   ├── sgDefs.h
│   ├── sgErrors.h
│   ├── sgGroup.h
│   ├── sgIApp.h
│   ├── sgMatrix.h
│   ├── sgObject.h
│   ├── sgRayTracer.h
│   ├── sgScene.h
│   └── sgSpaceMath.h
├── tiff
│   ├── Tiff.vcproj
│   ├── fax3sm_winnt.c
│   ├── libtiff.def
│   ├── t4.h
│   ├── tif_aux.c
│   ├── tif_close.c
│   ├── tif_codec.c
│   ├── tif_compress.c
│   ├── tif_dir.c
│   ├── tif_dir.h
│   ├── tif_dirinfo.c
│   ├── tif_dirread.c
│   ├── tif_dirwrite.c
│   ├── tif_dumpmode.c
│   ├── tif_error.c
│   ├── tif_fax3.c
│   ├── tif_fax3.h
│   ├── tif_flush.c
│   ├── tif_getimage.c
│   ├── tif_jpeg.c
│   ├── tif_luv.c
│   ├── tif_lzw.c
│   ├── tif_next.c
│   ├── tif_ojpeg.c
│   ├── tif_open.c
│   ├── tif_packbits.c
│   ├── tif_pixarlog.c
│   ├── tif_predict.c
│   ├── tif_predict.h
│   ├── tif_print.c
│   ├── tif_read.c
│   ├── tif_strip.c
│   ├── tif_swab.c
│   ├── tif_thunder.c
│   ├── tif_tile.c
│   ├── tif_version.c
│   ├── tif_warning.c
│   ├── tif_write.c
│   ├── tif_zip.c
│   ├── tiff.h
│   ├── tiffcomp.h
│   ├── tiffconf.h
│   ├── tiffio.h
│   ├── tiffiop.h
│   └── uvcode.h
└── zlib
├── ZLIB.DEF
├── ZLIB.RC
├── adler32.c
├── compress.c
├── crc32.c
├── crc32.h
├── deflate.c
├── deflate.h
├── gzio.c
├── infback.c
├── inffast.c
├── inffast.h
├── inffixed.h
├── inflate.c
├── inflate.h
├── inftrees.c
├── inftrees.h
├── trees.c
├── trees.h
├── uncompr.c
├── zconf.h
├── zconf.in.h
├── zlib.h
├── zlib.vcproj
├── zutil.c
└── zutil.h

64 directories, 1024 files

标签:

实例下载地址

CAD软件源代码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警