中文
R
niQin shared an aphorism: 有些时候我觉得很好笑,那些在我们记忆里占据很小一部分的人,你竟然一辈子都忘不掉。 -- 本杰明·巴顿奇事
For data outside this website, summary aggregation only; without any storage, and the access address is the link of the source website. If there is anything improper, please contact ask@rusthub.org.

Design 3D文件转xyz方向图片和(dxf)的C#类 开源众包 Recommended

Data aggregation at 2024-05-08 08:03:55+08:00

Hits: 823

💥 Project Description

Investment: 5000 yuan (CNY) - Negotiated

Development duration: 10 days

Project keys/tags: c#

1.将stp或igs/obj等格式的3D文件转成xyz方向(1:1)的图片(png/jpg等)和(dxf)

2.参考示例网站:https://imagetostl.com/

3.做出C#的类,方便WindowsForms的应用程序引用(.NET 4.0);

4.C#调用示例:

///

/// 3D转xyz方向图片方法

///

/// 输入3D文件的路径,可以导入为stp,igs,x_t等3d格式文件

/// 视图的方向,X:x方向的图片,Y:y方向的图片,Z:z方向的图片

/// 视图的方向,1:正向,0:负向

/// 图片的输出路径

/// 图片的格式,png,jpg等

/// 比例关系,1表示1:1比例,2表示2:1比例,0.5表示1:2比例

/// 3d文件导出模型的颜色,red,black

/// 转换成功or失败的信息或其他错误信息

public void OutPutImage(string Input3DPath, string Direction, bool PorN, string OutputImagePath,string ImageFormat, double scale, Color modelColor,out string message)

{

//3D转xyz方向图片方法

}

///

/// 3D文件显示在窗体中

///

/// 要显示的容器,groupBox/picturebox等

/// 输入3D文件的路径,可以导入为stp,igs,x_t等3d格式文件

/// 模型的显示颜色

/// 背景颜色

/// 失败的信息或其他错误信息

public void DispModel(Control panel, string Input3DPath, Color ModelColor, Color BackgroundColor, out string message)

{

//3D文件显示在窗体中

}

6. 要求提供转换一批文件的时间;

Project examples: -

Project files: To download project files, please Sign in JunHen

💥 Recruitment conditions

Recruitment role: Person - Engineer

Recruitment description: -

💥 Contact information

Contact person:

To view contact details of project, please Sign in JunHen


This website only provides data aggregation without any legal responsibility. Please identify the risks by yourself and beware of being deceived.