STL模型
STL模型的相关文献在2000年到2021年内共计155篇,主要集中在自动化技术、计算机技术、机械、仪表工业、金属学与金属工艺
等领域,其中期刊论文100篇、会议论文7篇、专利文献48篇;相关期刊52种,包括新乡学院学报(自然科学版)、西安交通大学学报、图学学报等;
相关会议7种,包括第二届近代实验空气动力学会议、2008江苏省自动化学会学术年会、第二届仪表、自动化与先进集成技术大会等;STL模型的相关文献由319位作者贡献,包括江本赤、丁玉成、李震等。
STL模型
-研究学者
- 江本赤
- 丁玉成
- 李震
- 朱虎
- 李占利
- 洪军
- 王建彬
- 何改云
- 周惠群
- 张李超
- 李涤尘
- 江开勇
- 黄常标
- 刘伟军
- 刘春雷
- 吴婷
- 吴建军
- 周天瑞
- 姜在宽
- 孙霄峰
- 尹勇
- 张义飞
- 张壮雅
- 张征宇
- 张秀凤
- 扶建辉
- 方亮
- 李明利
- 李爱平
- 林俊义
- 段明德
- 牟小云
- 王太勇
- 王春香
- 田仁强
- 神和龙
- 胡德洲
- 赵吉宾
- 郑惠江
- 郑立霞
- 钱乘
- 陈鸿
- 马淑梅
- 高健
- 黄树槐
- HU ChangZhen
- HUANG Hua
- MA TianBao
- PEI Shengwei
- QIN Qiang
-
-
-
-
-
田仁强;
刘少岗;
张义飞
- 《机械科学与技术》
| 2019年
-
摘要:
本文提出了增材制造技术中STL模型三角面片法向量自适应分层新算法.该方法寻找与层厚t相交的三角面片的最小法向量,应用三维模型体素中x-y分辨率和STL模型中三角面片法向量与制造方向间夹角变化关系,实现STL模型的自适应分层.用此方法分层,减少了分层参数处理的复杂性,使自适应分层变得更加简单且易实现,得到的分层厚度值更加准确.由于自适应分层是在允许的误差范围内得到的分层厚度,因此在STL模型轮廓变化明显的区域分层更加精细.
-
-
-
-
-
WANG Yufu;
PEI Shengwei;
HUANG Hua
- 《航天器工程》
| 2019年
-
摘要:
针对卫星星表产品设备对敏感器视场的遮挡问题,提出了一种应用光固化立体造型术 (Stereo Lithographic,STL)的网格化模型的敏感器视场遮挡区域分析方法.此方法首先是将遮挡部件的三维模型转化为STL网格化模型文件,并提取出遮挡部件的 STL 网格化数据.然后将遮挡部件的STL网格化坐标数据进行处理后,与敏感器视场范围均转换成平面夹角数据.之后,则将遮挡部件的平面夹角数据与敏感器视场范围的平面夹角数据进行对比,分析敏感器视场被部件遮挡的情况,并绘制敏感器视场遮挡图,计算出遮挡率.相比以往方法,此方法有效提高了工作效率,便于工程设计,可作为卫星工作中敏感器视场遮挡分析的有效手段.%For the optical sensor being occluded by the parts on satellite,this paper proposes a method of occlusion analysis of satellite optical sensor using STL(Stereo Lithographic)models. First,three﹣dimensional model of the part on satellite is transformed into STL grid model files. And the STL grid data of part on satellite are extracted.Then the STL grid coordinator data of part on satellite and the view field of optical sensor are processed into angle data.Then the angle data of part on satellite and the view field of optical sensor are compared.Finally,the occlusion of optical sensor by part on satellite is analyzed.The pictures of the occlusion view field are plotted and the occlusion rate is computed.Compared with previous methods,this method improves the efficiency at work and it is easy to use in engineering design.It is an effective means for the occlu﹣sion analysis of the optical sensor view field on satellite.
-
-
陈金英
- 《制造技术与机床》
| 2019年
-
摘要:
针对打印模型在转换中的一些技术问题,对3D打印质量所带来的影响进行详细具体的阐述.采用实验研究的方式,对模型格式转换后影响3D打印产品质量的几个方面进行了深入的分析,提出了相应的解决措施,为广大操作技术人员提供了技术参考.
-
-
钱乘;
李震;
江本赤
- 《制造技术与机床》
| 2018年
-
摘要:
At present,slicing algorithm based on STL model is widely used.The reconstruction of the topological relations and the acquisition of the ordered intersections are the main influencing factors of the slicing ef ficiency.A fast slicing algorithm based on redundant information was proposed after analyzing STL storage features.Firstly,triangles intersecting only the tangent plane were extracted.Secondly,the intersections of the tangent triangle and the tangent plane were calculated,and intersections were stored in a temporary array.The intersections repeating were seen as redundant information.Third,topological relations according to the redundant information were determined,and the ordered intersections were obtained and then they were deleted from the array.The ordered intersections had formed a closed polygon only when there was no information redundancy for the intersection in the array.Remaining closed polygons could be gained using above method until the temporary array was empty.The feasibility and stability of the algorithm are proved by examples.%目前3D打印技术广泛采用基于STL模型的切片算法,而拓扑关系的重建与有序交点的获取则是切片效率的主要影响因素.在分析STL文件信息存储特点的基础上,提出了一种基于冗余信息的快速切片算法.首先建立与当前切平面相交的三角形集合,求出集合中各三角形与切平面的交点信息并存入临时数组,将坐标值重复的交点视为冗余信息;然后根据冗余信息确定三角形间的拓扑关系,并据此确定各交点的次序,同时将已知次序的交点信息从临时数组中删除,若数组中已不存在某交点的信息冗余,则判定有序点列已形成一个封闭的截面轮廓;再采用上述方法,得到当前切层内可能存在的其余封闭轮廓,直到临时数组为空.通过实例验证,证明该算法的可行性与稳定性.
-
-
郭宇飞;
李嘉东;
向上;
刘剑飞
- 《北京力学会第二十三届学术年会》
| 2017年
-
摘要:
本文综合模型线曲率、面曲率对自适应网格生成的影响,研究了STL模型的自适应网格生成,首先利用球填充技术在STL曲面生成网格节点,之后通过6个基本的添加节点,删除节点及边翻转操作,用新产生的节点替换初始的STL网格节点,最后通过边翻转及修匀技术生成质量较高的网格.该算法不需要点面投影、前沿判交等复杂计算,能高效的生成高质量曲面自适应网格.
-
-
-
-
-
- 《第二届仪表、自动化与先进集成技术大会》
| 2008年
-
摘要:
针对复杂回转类零件的特点,提出一种简捷、可靠的刀位轨迹生成方法。该方法采用零件旋转、分层切削的思想,首先得到离散的分层轮廓,并以三次B样条插值轮廓曲线,进而得到步长精度下的轮廓离散表达,减小网格逼近精度对刀位计算的影响.最后,通过轮廓偏置与干涉检测处理,得到无干涉刀位轨迹.实验结果表明该方法的有效性和可行性。
-
-
-
-
-