@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
@Ahmed
Any suggestions?
:-)
@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
@ssj
Hi ssj,
你好!
目前RvmTranslator生成的OBJ文件中是沒有對象命名和層次結構信息。
你的OBJ文件是準備用在unity3d中么?
Best Regards,
Shing Liu
re: Open Cascade中的內存管理 eryar 2016-04-12 10:49
@zhaiht
Hi,
你好!
可以設置環境變量:MMGT_OPT,將其值設置為0,從而去使用系統的malloc之類的,而不使用OCC的內存管理機制。
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)
@遠離顛倒夢想
掃略平面法向不一定與端點處切向量垂直,你可以嘗試看看
@遠離顛倒夢想
對平面的法向量沒有要求,只要不與掃略曲線平行。
@五只羊
公式就在那螺旋線的參數方程中,仔細理解后就知道了
re: OPEN CASCADE編譯視頻 eryar 2016-03-11 19:31
@冬瓜
哈哈,廣告是太長了
re: OpenCASCADE 的安裝與編譯 eryar 2016-03-03 21:06
@oneOfHUSTCAD
嗯,如果用配置好的環境變量來啟動例子,就不會出現這種問題了。
就像安裝好的例子程序都是通過批處理文件啟動的。
@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發給我試試看。
re: 發布一個基于OPENGL的GUI庫 eryar 2016-01-22 19:03
@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
re: AVEVA Draft自動出圖二次開發 eryar 2015-12-16 20:20
@Vindin
哈哈,
@robust
Hi,
你好!
OCC的紋理還沒有仔細看過,不太清楚。
re: IsoAlgo2.0 Preview eryar 2015-12-02 18:25
@bangzhuqiao@gmail.com
Hi bangzhuqiao,
你好!
正在優化標注自動布局的問題,優化后發布。
謝謝關注。
Best Regards,
Shing Liu