登录
首页 » Visual C++ » off2stl

off2stl

于 2021-03-13 发布 文件大小:724KB
0 382
下载积分: 1 下载次数: 14

代码说明:

  off 转stl ,很好的转换软件源码。实现了off三维格式向stl三维格式转换,可用于CAD、ProE等软件对接。( Turn off to stl, good conversion software source code. Off to achieve a three-dimensional format stl three-dimensional format conversion, it can be used in CAD, ProE and other software docking.)

文件列表:

off2stl
.......\CCAABB.cpp,5427,2015-04-15
.......\CCAABB.h,3547,2015-04-26
.......\CCOBB.cpp,13314,2015-04-26
.......\CCOBB.h,4284,2015-04-26
.......\Debug
.......\.....\format.txt,49,2016-08-19
.......\.....\off2stl.exe,553010,2016-08-19
.......\.....\off2stl.ilk,815188,2016-08-19
.......\.....\off2stl.obj,207522,2016-08-19
.......\.....\off2stl.pch,187116,2016-08-19
.......\.....\off2stl.pdb,1156096,2016-08-19
.......\.....\StdAfx.obj,1732,2016-08-19
.......\.....\tr2shell7.off,5451,2016-08-11
.......\.....\tr2shell7.stl,13633,2016-08-19
.......\.....\vc60.idb,214016,2016-08-19
.......\.....\vc60.pdb,290816,2016-08-19
.......\Mat4.cpp,22436,2015-04-26
.......\Mat4.h,28718,2015-04-26
.......\off2stl.cpp,3505,2016-08-19
.......\off2stl.dsp,4610,2016-08-19
.......\off2stl.dsw,537,2016-08-19
.......\off2stl.h,398,2015-10-02
.......\off2stl.ncb,33792,2016-08-19
.......\off2stl.opt,48640,2016-08-19
.......\off2stl.plg,1312,2016-08-19
.......\Quaternion.cpp,9848,2015-04-15
.......\Quaternion.h,14382,2015-04-15
.......\ReadMe.txt,1214,2016-08-19
.......\StdAfx.cpp,294,2016-08-19
.......\StdAfx.h,667,2016-08-19
.......\tr2shell7.off,5451,2016-08-11
.......\tr2shell7.stl,13633,2016-08-19
.......\Vec3.cpp,7338,2015-04-26
.......\Vec3.h,14304,2015-04-26
.......\Vec4.cpp,7569,2015-04-26
.......\Vec4.h,12244,2015-04-26

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 703_QAWriteFile
    创建文件,不且把文件传递给CAD模板。很专业##############(Create the file and the file passed to the CAD template. Very professional##############)
    2012-07-30 22:19:20下载
    积分:1
  • bseeelj-and-hankel-function
    用于求解各阶贝塞尔函数和汉克尔函数零点,希望对大家有帮助。(besselj and hankel functions)
    2014-08-19 21:22:19下载
    积分:1
  • srgp
    简单的图形学SRGP教学包运用实现。 A.实现一个下拉菜单软件包,其高层设计见2.2.6节、2.3.1节、2.3.3节中的代码段。软件包通过从输入文件读入字符串来初始化菜单条和菜单体。程序可以通过关闭菜单条使标题消失,也可以激活一个菜单(以各菜单标题在菜单条上的水平位置作为参数)来使菜单出现。 (Simple graphics SRGP realize the use of teaching packages. A. The realization of a drop-down menu package, and its high-level design, see section 2.2.6, section 2.3.1, section 2.3.3 of the code segment. Package from the input file is read into the string to initialize the menu and menu body. Procedures can be closed so that the title menu disappear, but also can activate a menu (in the menu heading in the menu bar on the horizontal position as a parameter) to make the menu appear.)
    2008-04-19 16:45:02下载
    积分:1
  • yanghui
    利用C++实现的对杨辉三角形的模拟,可以在界面上打出杨辉三角形的内容。 (Achieved by C++ analog Triangle, Triangle content can be played on the interface.)
    2012-06-02 14:49:27下载
    积分:1
  • Computer_Graphics_Algorithm
    该程序实现了图形学中的一些算法,如画线、画圆,填充、直线多边形、扫描转换,扫描线消隐算法以及一个简单的Gouraud光照模型。(the realization of a number of graphics algorithms, painting lines, the Circle, filling, linear polygon scan conversion, Lines scanning algorithm and a simple scan illumination model.)
    2020-12-31 20:58:58下载
    积分:1
  • jxfmjjs
    解析法面积计算,读数据文件,计算后生成结果文件,任意多边形的顶点坐标,然后 计算出面积是平方米和公顷(analytical calculation, reading data files, calculation results generated documents, arbitrary polygon vertices, then compute the area of square meters and ha)
    2020-06-28 17:40:02下载
    积分:1
  • Graphic-Draw
    说明:  图形绘制,可设置线宽、颜色、样式,通过本例将了解如何使用自定义画笔定义线体的颜色,线宽,线形等,以及如何为程序中添加选项菜单和选项设置对话框,如何使用标准颜色对话框,如何使用字体对话框,在选项对话框中实现预览功能。实现选项对话框和窗口类中的数据交换。如何改变对话框和控件的背景色,如何改变控件的文本颜色,对按钮控件的特殊处理。如何在窗口中显示一幅位图。(VC++ graphics rendering, can set the line width, color, style, through this example will learn how to use custom brushes defined line of body color, line width, line, etc., and how to add options for the program menus and options in Settings dialog box How to use the standard color dialog box, how to use the Font dialog box, implemented in the Options dialog box preview. Implementation Options dialog box and window class data exchange. How to change the background color of dialog boxes and controls, how to change the control' s text color on button controls the special treatment. How in the window display a bitmap.)
    2011-04-14 17:48:50下载
    积分:1
  • Couette
    用C++模拟LBM的couette流源代码,使用周期边界和曲线边界条件。(LBM simulation using C++ source code of couette stream, using periodic boundary conditions and boundary curves.)
    2021-03-29 09:29:11下载
    积分:1
  • 200912719584924563
    cad图像纠正cad图像纠正cad图像纠正cad图像纠正(wad sdfdfgdfgfh sgd g gs gsdg sdf sf )
    2014-01-19 15:25:22下载
    积分:1
  • PictureGame
    说明:  graphic game developing source code
    2020-06-25 16:00:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载