eryar

PipeCAD - Plant Piping Design Software.
RvmTranslator - Translate AVEVA RVM to OBJ, glTF, etc.
posts - 603, comments - 590, trackbacks - 0, articles - 0
共6页: 1 2 3 4 5 6 
re: AVEVA PML Quick Start Guide eryar 2016-07-14 17:07
@lyj
Hi,

已经发送,请查收!

Enjoy!
re: PDMS RvmTranslator eryar 2016-06-22 21:23
@kurian.anish@yahoo.com
Hello,

You can send me the rvm file to debug if the rvm file do not
confidentiality.

Best Regards,
Shing Liu
re: Make Helix Shape in occQt eryar 2016-06-07 19:33
@flydream0913

本来准备上传到github上的,结果是上传不成功:
https://github.com/eryar/occQt/releases

还是上传到百度云上先用用看:
download from baidu cloud
@Ahmed

Any suggestions?

:-)
re: SupportGenius for PDMS eryar 2016-06-01 08:48
@风中飘
:-)

思路还需要再完善下
re: SupportGenius for PDMS eryar 2016-05-24 22:11
@lanbellone
Hi No.1,

你好!

现在正在改写程序,稍后会发布一个测试版本。

Best Regards,
Shing Liu
@liyunzhou

原理和这个类似,不过那几个类只针对二次曲线到B样条的转换。

@liyunzhou
OCC目前Geom_Curve中支持Bezier和B样条曲线,以及二次曲线,像圆,椭圆,抛物线,双曲线。

对任意的参数曲线,我觉得有两种方法:
1.可以参考二次曲线的类实现,从Geom_Curve派生,实现相关虚函数;
2.将你的参数曲线转换成B样条曲线;

Best Regards,
Shing Liu

@liyunzhou

要看下你的参数方程是什么样子的。
re: Open Cascade中的布尔操作 eryar 2016-04-28 23:14
@liyunzhou
Hi,
你好!

记得原来看过文档说明是BRepAlgoAPI中的算法较新,BRepAlgo中较老。
功能上没有区别,都是实现Boolean Operation.

Best Regards,
Shing Liu
@hkrugertjie

Wonderful!

Of course, there is an automated way, that is use RvmTranslator in the Batch File, such as the RvmTranslator.bat does.

You can generate a XXX.bat file to run RvmTranslator, just give two parameters: Rvm file name(include path) and translator Type(STEP, IGES, STL, etc). You can write the batch file like this:
RvmTranslator "1.rvm" "STEP"
RvmTranslator "2.rvm" "STEP"
RvmTranslator "3.rvm" "STEP"
...

then run the XXX.bat.

Enjoy!
@hkrugertjie

You are welcome!

Kudos for your PML macro skills.

Current version have this functionality to translate multiple files one by one.

Yes, solidworks have problem for larges files. For solidworks I think it also support STEP files.

Best Regards,
Shing Liu
@Hkrugertjie

Hi Hkrugertijie,

I do not know the way to subdivide rvm file except manually select them. That is a known problem of RvmTranslator to export so big rvm file.

RvmTranslator4.0 now only can export text rvm file to 3D PDF, the binary rvm is not supported.

Best Regards,
Shing Liu
re: The First ASM Program eryar 2016-04-16 10:24
@Alphamolasses
这个工具不错,
@ssj

Hi ssj,

你好!

目前RvmTranslator生成的OBJ文件中是没有对象命名和层次结构信息。

你的OBJ文件是准备用在unity3d中么?

Best Regards,
Shing Liu
@ssj
Hi,
你好!

你转换成STL试过没?
re: Open Cascade中的内存管理 eryar 2016-04-12 10:49
@zhaiht
Hi,
你好!

可以设置环境变量:MMGT_OPT,将其值设置为0,从而去使用系统的malloc之类的,而不使用OCC的内存管理机制。
@zhaiht
这要自己debug处理了
re: OpenCASCADE 的安装与编译 eryar 2016-04-07 22:46
@yyy
我是不喜欢去污染system32的,最多可以把相关库的dll路径加到环境变量path中去。
re: OpenCASCADE 的安装与编译 eryar 2016-04-07 19:46
@yyy
这是第三主库Tcl/Tk没有配置正确导致的。
@CWING

Hi Cwing,

You are welcome.
@me_hungry

Hi me_hungry,

Yes, it is possible to set model color in PDF by RVM files.
The RVM contains color info.

Best Regards,
Shing Liu
@CWING

Hello Cwing,

Sorry, I have no tools to split RVM files.
You can export smaller RVM files from PDMS, such as a RVM file only include one SITE or ZONE.

Best Regards,
Shing Liu
@cwing

Hi Cwingz,

Thanks for your feedback.

The 4.0 Beta version of RvmTranslator only can translate text RVM to 3D PDF.

And your RVM files are too large for RvmTranslator, especially the binary RVM files. I think you can export smaller RVM file to have a try.

Best Regards,
Shing Liu
@ccsdu2009

恩,如果有了自己的公司,独立的网站还是很有必要!
re: Open Cascade中的布尔操作 eryar 2016-03-28 18:51
@啊啊啊

可以试试这个:
BRepAlgoAPI_Section (const TopoDS_Shape &Sh, const Handle< Geom_Surface > &Sf, const Standard_Boolean PerformNow=Standard_True)
@hebo

哈哈,有耐心啊!
@远离颠倒梦想
扫略平面法向不一定与端点处切向量垂直,你可以尝试看看
@远离颠倒梦想
对平面的法向量没有要求,只要不与扫略曲线平行。
@五只羊

公式就在那螺旋线的参数方程中,仔细理解后就知道了
re: OPEN CASCADE编译视频 eryar 2016-03-11 19:31
@冬瓜

哈哈,广告是太长了
@Fei_Love_Nan
Hi,

您好!

可以参考这里的回复:
http://www.cppblog.com/eryar/archive/2013/05/26/200605.aspx#208954
re: OpenCASCADE 的安装与编译 eryar 2016-03-03 21:06
@oneOfHUSTCAD
嗯,如果用配置好的环境变量来启动例子,就不会出现这种问题了。

就像安装好的例子程序都是通过批处理文件启动的。
re: SupportGenius for PDMS eryar 2016-03-02 20:49
@MOHAMED AUSWATH KHAN
Hi Auswath Khan,

The SupportGenius is only used for testing,
I will send you one.

If you have any problem or question about SupportGenius, please feel free to contact with me.

Best Regards,
Shing Liu
re: OpenCascade Jobs eryar 2016-02-25 21:14
@ccsdu2009
不是。
re: OPEN CASCADE编译视频 eryar 2016-02-19 20:08
@freehawkzk
Hi,

你好!

你可以把截面和扫掠曲线导出成BREP发给我试试看。
@ccsdu2009
厉害啊!

你也是蛮拼的 :-)
re: OPEN CASCADE编译视频 eryar 2016-01-21 20:26
@ccsdu2009
感觉还是视频说得清楚,比写blog来得直接
re: Open Cascade中的布尔操作 eryar 2016-01-20 14:19
@cxh
可以,就看结果是不是你想要的。在Draw Test Harness中输入如下命令:
pload ALL
plane p1 0 0 0 0 0 1
plane p2 0 0 0 1 0 0
mkface f1 p1 -1 1 -1 1
mkface f2 p2 -1 1 -1 1
bop f1 f2
bopcut bf
vdisplay bf
@robust
T形面?
有图么?最好能有occ的brep模型
@robust
Hello,

这个问题很好,说明你也在思考。

建议你仔细理解下“参数曲线曲面”的概念,就清楚了。

re: Happy New Year 2016 eryar 2016-01-06 11:22
@liquanhai

you are welcome.
:-)
re: Happy New Year 2016 eryar 2016-01-04 11:25
@liquanhai
Qt使用起来非常简单,有MFC的基础就更加容易了。

我以前也是用MFC,现在用了Qt就不想用MFC。
re: Happy New Year 2016 eryar 2016-01-04 10:19
@liquanhai
Hi liquanhai,

新年好!

兄弟一下子就把握住了重点。

那个命令窗口是用的Qt的QTextEdit实现的。
可以搜索下QConsole,目前支持Tcl, Python的命令处理,效果还不错。

Best Regards,
Shing Liu
re: AVEVA PMLNet Guide eryar 2015-12-28 19:43
@lh
Hi 你好!

PMLNetCallable只针对C#的,VB没用过,不清楚。
@robust
正常的面离散化后都是可见的,这可能是occ的bug,可以提交到occ的mantis
@Vindin

哈哈,
re: OpenGL Shader in OpenCASCADE eryar 2015-12-15 19:48
@robust
Hi,

你好!

OCC的纹理还没有仔细看过,不太清楚。

re: IsoAlgo2.0 Preview eryar 2015-12-02 18:25
@bangzhuqiao@gmail.com
Hi bangzhuqiao,

你好!

正在优化标注自动布局的问题,优化后发布。
谢谢关注。

Best Regards,
Shing Liu
re: AVEVA PML Quick Start Guide eryar 2015-11-30 22:26
@lee

邮件已发,请查收。
Enjoy!
:-)
共6页: 1 2 3 4 5 6