登录
首页 » 图形图像 » Convert Sketchup SKP files to DXF or STL

Convert Sketchup SKP files to DXF or STL

于 2022-07-17 发布 文件大小:134.53 kB
0 39
下载积分: 2 下载次数: 1

代码说明:

This is a plugin script for Go-ogle"s free 3D design program Sketchup. The free version of Sketchup has limited file export options and many CAM programs will not recognise the native Sketchup (SKP) file format. This plugin allows you to export your Sketchup model as a DXF or STL files readable by most CAM and 3D printer software.Using the pluginAfter copying this file, start Sketchup and you should now have an extra menu option (Export to DXF or STL) in the Sketchup Tools menu.There are five export options:STL  triangles. Use this for Makerbot or Reprap style 3D printersDXF polyface mesh. This will give the most faithful reproduction of your original Sketchup model.DXF polylines: exports the outlines of each face as a polyline, sometimes useful for CAM toolpaths.DXF triangular mesh: breaks all the faces up into trianglesDXF lines. This

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

发表评论

0 个回复

  • 光线跟踪算法的一个实例,演示光源照亮小球不同角度
    光线跟踪算法的一个实例,演示光源照亮小球不同角度-Ray-tracing algorithm an example to demonstrate the light source to illuminate the ball a different angle
    2022-08-09 10:35:05下载
    积分:1
  • 批量彩色转灰度,并实现重命名批量保存在新文件夹下...
    批量彩色图像转灰度图像,并实现重命名批量保存在新文件夹下-Batch processing of Color image transfer in to grayscales image,and rename them to save in to new file
    2022-01-25 20:17:29下载
    积分:1
  • OCR算法代码。 这不是一个完整的系统,没法生成可执行程序。 代码基于Linux/KDE开发,用到了C++标准模板库。 代码的目的是向读者展示一个O...
    OCR算法代码。 这不是一个完整的系统,没法生成可执行程序。 代码基于Linux/KDE开发,用到了C++标准模板库。 代码的目的是向读者展示一个OCR系统包括哪些部分,如何工作, 读者可以借鉴这些代码,改动后用到自己的系统中。 由于这是从一个完整的OCR系统中抽取的部分代码, 所以这些代码无法单独编译。 两个*.dat文件如下: char_data.dat:字符特征数据 words_de.dat:词库(后处理用) 如果需要完整实用的中文OCR代码,可以和PRTsinghua@hotmail.com联系。-OCR algorithm code. This is not a complete system, we can not generate executable. Based on the Linux code/KDE development, use the C standard template library. The code is intended to show readers an OCR system, including which parts work, readers can learn from these code changes after their use in the system. As this is from a complete OCR system taking part code, so code can not be compiled separately. 2*. dat following documents : char_data.dat : Character Feature Data words_de.dat : Thesaurus (after treatment) for a complete practical needs if the Chinese OCR code, and PRTsinghua@hotmail.com links.
    2022-04-11 21:05:06下载
    积分:1
  • in Image Processing category will read the color image into a gray
    在图像处理类中将读取的彩色图像转化为灰度图像用于后续处理-in Image Processing category will read the color image into a gray-scale images for follow-up treatment
    2022-05-05 08:36:48下载
    积分:1
  • 设计思路: 对Windows XP自带的画笔程序进行分析,一般User画过程: 首先鼠标选择绘工具,然后选择颜色,接着按User需要作。User对...
    设计思路: 对Windows XP自带的画笔程序进行分析,一般User画图过程: 首先鼠标选择绘图工具,然后选择颜色,接着按User需要作图。User对产出的图像进行操作。 对图形元素抽象出公共属性,设计我的画板的作图过程: 选择工具 、画预览效果、User满意并确定、绘制效果。 下面是程序用到主要变量: 当前绘图点粒度:int iGranularity 当前使用颜色:COLORREF curColor 当前绘图状态:int iPaintStatus 当前绘图状态属性:int iPaintProperty 前一个鼠标坐标:CPoint pOldPoint 多边形起点:CPoint pStartPoint 多边形终点:CPoint pEndPoint 当前鼠标坐标:CPoint pCurPoint 输出文本字符串缓存:CString strTextOut 对典型操作过程(画矩形)描述: 用户选择工具_RECTANGLE(使iPaintStatus=_RECTANGLE)、 选择绘图颜色(设定curColor)、 用户按下鼠标左键使绘图状态属性为预览(iPaintProperty=_PREVIEW)、 用户移动鼠标(绘制图形的橡皮线效果) 用户放开左键(绘制图形的实线效果) -design : Windows XP"s own brush analysis procedures, the general User drawing process : first choice mouse drawing tool, then select colors, followed by Graphic User needs. User to output images to operate. Right abstract graphic elements from the public properties, design I slate of mapping process : select tools, painting preview effects, User satisfaction and identification, mappi
    2022-03-11 03:27:30下载
    积分:1
  • 指纹识别好东西~ 详细的指纹识别算法,带注释 不错的东西...
    指纹识别好东西~ 详细的指纹识别算法,带注释 不错的东西-good code of finger recognition
    2022-05-22 20:29:36下载
    积分:1
  • 通过设置菜单功能,实现对应的长方,直线,圆的绘制,以及对鼠标的当前位置在状态栏显示...
    通过设置菜单功能,实现对应的长方形,直线,圆的绘制,以及对鼠标的当前位置在状态栏显示-By setting the menu functions, the realization of the corresponding rectangle, straight line, draw a circle, as well as the current mouse position in the status bar shows
    2022-09-17 06:35:03下载
    积分:1
  • 象均值滤波算法
    图象均值滤波算法-image filtering algorithm
    2022-03-07 09:34:00下载
    积分:1
  • 用c编写得得源代码,希望对大家有用
    用c编写得图像镜像得源代码,希望对大家有用 -C was used to prepare a mirror image source code, useful for all of us hope
    2023-02-13 20:35:04下载
    积分:1
  • 一种多制式电视信号发生器,包含多种格式,可产生PAL、NTSC、SECAM下的各种信号...
    一种多制式电视信号发生器,包含多种格式,可产生PAL、NTSC、SECAM下的各种信号-A multi-system television signal generator, including a variety of formats, can produce PAL, NTSC, SECAM, under a variety of signal
    2022-02-05 05:47:46下载
    积分:1
  • 696524资源总数
  • 103843会员总数
  • 49今日下载