@lyj
Hi,
已經(jīng)發(fā)送,請(qǐng)查收!
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
@flydream0913
本來(lái)準(zhǔn)備上傳到github上的,結(jié)果是上傳不成功:
https://github.com/eryar/occQt/releases還是上傳到百度云上先用用看:
download from baidu cloud
@Ahmed
Any suggestions?
:-)
@lanbellone
Hi No.1,
你好!
現(xiàn)在正在改寫(xiě)程序,稍后會(huì)發(fā)布一個(gè)測(cè)試版本。
Best Regards,
Shing Liu
@liyunzhou
原理和這個(gè)類似,不過(guò)那幾個(gè)類只針對(duì)二次曲線到B樣條的轉(zhuǎn)換。
@liyunzhou
OCC目前Geom_Curve中支持Bezier和B樣條曲線,以及二次曲線,像圓,橢圓,拋物線,雙曲線。
對(duì)任意的參數(shù)曲線,我覺(jué)得有兩種方法:
1.可以參考二次曲線的類實(shí)現(xiàn),從Geom_Curve派生,實(shí)現(xiàn)相關(guān)虛函數(shù);
2.將你的參數(shù)曲線轉(zhuǎn)換成B樣條曲線;
Best Regards,
Shing Liu
@liyunzhou
要看下你的參數(shù)方程是什么樣子的。
re: Open Cascade中的布爾操作 eryar 2016-04-28 23:14
@liyunzhou
Hi,
你好!
記得原來(lái)看過(guò)文檔說(shuō)明是BRepAlgoAPI中的算法較新,BRepAlgo中較老。
功能上沒(méi)有區(qū)別,都是實(shí)現(xiàn)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
@Alphamolasses
這個(gè)工具不錯(cuò),
@ssj
Hi ssj,
你好!
目前RvmTranslator生成的OBJ文件中是沒(méi)有對(duì)象命名和層次結(jié)構(gòu)信息。
你的OBJ文件是準(zhǔn)備用在unity3d中么?
Best Regards,
Shing Liu
@ssj
Hi,
你好!
你轉(zhuǎn)換成STL試過(guò)沒(méi)?
@zhaiht
Hi,
你好!
可以設(shè)置環(huán)境變量:MMGT_OPT,將其值設(shè)置為0,從而去使用系統(tǒng)的malloc之類的,而不使用OCC的內(nèi)存管理機(jī)制。
re: OpenCASCADE 的安裝與編譯 eryar 2016-04-07 22:46
@yyy
我是不喜歡去污染system32的,最多可以把相關(guān)庫(kù)的dll路徑加到環(huán)境變量path中去。
re: OpenCASCADE 的安裝與編譯 eryar 2016-04-07 19:46
@yyy
這是第三主庫(kù)Tcl/Tk沒(méi)有配置正確導(dǎo)致的。
@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
恩,如果有了自己的公司,獨(dú)立的網(wǎng)站還是很有必要!
re: Open Cascade中的布爾操作 eryar 2016-03-28 18:51
@啊啊啊
可以試試這個(gè):
BRepAlgoAPI_Section (const TopoDS_Shape &Sh, const Handle< Geom_Surface > &Sf, const Standard_Boolean PerformNow=Standard_True)
@遠(yuǎn)離顛倒夢(mèng)想
掃略平面法向不一定與端點(diǎn)處切向量垂直,你可以嘗試看看
@遠(yuǎn)離顛倒夢(mèng)想
對(duì)平面的法向量沒(méi)有要求,只要不與掃略曲線平行。
@五只羊
公式就在那螺旋線的參數(shù)方程中,仔細(xì)理解后就知道了
re: OPEN CASCADE編譯視頻 eryar 2016-03-11 19:31
@冬瓜
哈哈,廣告是太長(zhǎng)了
re: OpenCASCADE 的安裝與編譯 eryar 2016-03-03 21:06
@oneOfHUSTCAD
嗯,如果用配置好的環(huán)境變量來(lái)啟動(dòng)例子,就不會(huì)出現(xiàn)這種問(wèn)題了。
就像安裝好的例子程序都是通過(guò)批處理文件啟動(dòng)的。
@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,
你好!
你可以把截面和掃掠曲線導(dǎo)出成BREP發(fā)給我試試看。
re: OPEN CASCADE編譯視頻 eryar 2016-01-21 20:26
@ccsdu2009
感覺(jué)還是視頻說(shuō)得清楚,比寫(xiě)blog來(lái)得直接
re: Open Cascade中的布爾操作 eryar 2016-01-20 14:19
@cxh
可以,就看結(jié)果是不是你想要的。在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,
這個(gè)問(wèn)題很好,說(shuō)明你也在思考。
建議你仔細(xì)理解下“參數(shù)曲線曲面”的概念,就清楚了。
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使用起來(lái)非常簡(jiǎn)單,有MFC的基礎(chǔ)就更加容易了。
我以前也是用MFC,現(xiàn)在用了Qt就不想用MFC。
re: Happy New Year 2016 eryar 2016-01-04 10:19
@liquanhai
Hi liquanhai,
新年好!
兄弟一下子就把握住了重點(diǎn)。
那個(gè)命令窗口是用的Qt的QTextEdit實(shí)現(xiàn)的。
可以搜索下QConsole,目前支持Tcl, Python的命令處理,效果還不錯(cuò)。
Best Regards,
Shing Liu
re: AVEVA PMLNet Guide eryar 2015-12-28 19:43
@lh
Hi 你好!
PMLNetCallable只針對(duì)C#的,VB沒(méi)用過(guò),不清楚。
@robust
正常的面離散化后都是可見(jiàn)的,這可能是occ的bug,可以提交到occ的mantis
@robust
Hi,
你好!
OCC的紋理還沒(méi)有仔細(xì)看過(guò),不太清楚。
re: IsoAlgo2.0 Preview eryar 2015-12-02 18:25
@bangzhuqiao@gmail.com
Hi bangzhuqiao,
你好!
正在優(yōu)化標(biāo)注自動(dòng)布局的問(wèn)題,優(yōu)化后發(fā)布。
謝謝關(guān)注。
Best Regards,
Shing Liu
@lee
郵件已發(fā),請(qǐng)查收。
Enjoy!
:-)