⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 2003-june.txt

📁 acis说明文档
💻 TXT
📖 第 1 页 / 共 3 页
字号:
From zz_zxc123 at cims.sjtu.edu.cn  Sun Jun  1 10:29:09 2003From: zz_zxc123 at cims.sjtu.edu.cn (zhnagxuecchang)Date: Sun Jun  1 12:05:35 2003Subject: [Acis-alliance] Message-ID: <000601c327dd$38499d30$0400a8c0@ndserver>Hi,wiegang.

 your problem had solved yet?I met the same problem too.When you build the programm with acis you can not save file successly.if you save it ,when you reopen the file ,there is a error in the load file.Do you meet this problem?
if you have a answer please tell me.
  p/s I am a shanghai jaotong university student.

 zxc
2003.6.1
-------------- next part --------------An HTML attachment was scrubbed...URL: http://lists.cs.columbia.edu/pipermail/acis-alliance/attachments/20030601/2c26852e/attachment.htmFrom zz_zxc123 at cims.sjtu.edu.cn  Mon Jun  2 15:21:23 2003From: zz_zxc123 at cims.sjtu.edu.cn (zhnagxuecchang)Date: Mon Jun  2 05:32:24 2003Subject: [Acis-alliance] help about acisMessage-ID: <002701c328cf$33642bd0$0400a8c0@ndserver>Hello to all!
  
  I am a new learner of acis,I want to use vc++ to develop acis.please tell me how to use it.If you have a example please send me. thanks a lot!!

zxc
2003.6.2
-------------- next part --------------An HTML attachment was scrubbed...URL: http://lists.cs.columbia.edu/pipermail/acis-alliance/attachments/20030602/9dca5e24/attachment.htmFrom aparajit at mail.utexas.edu  Mon Jun  2 13:21:44 2003From: aparajit at mail.utexas.edu (Aparajit Pratap)Date: Mon Jun  2 13:21:58 2003Subject: [Acis-alliance] Compiling ACIS application in XPMessage-ID: <000001c3292b$70c72de0$95540692@ginger>Hi,I tried using NT Debug Dlls to compile an ACIS (8.0) application in XP usingVC++ 6.0 but I get the following error message:c:\program files\acis\base\baseutil\vector\interval.hxx(137) : fatal errorC1001: INTERNAL COMPILER ERROR        (compiler file 'msc1.cpp', line 1786)          Please choose the Technical Support command on the Visual C++          Help menu, or open the Technical Support help file for moreinformationError executing cl.exe.Creating browse info file...BSCMAKE: error BK1506 : cannot open file '.\Debug\CSolidHoopsView.sbr': Nosuch file or directoryError executing bscmake.exe.Does anybody know what could be possibly wrong. I can compile the sameapplication with the same exact settings on a Windows 2000 machine and runit. I then tried installing ACIS 8.0 with XP 64 bit debug dll's (NT_64_DLLD).However I cannot seem to locate the dll's or even the NT_64_DLLD directoryin my installation. Any help with this would be of great help. Thank you,Aparajit PratapFrom m.verkauskas at infotec.lt  Wed Jun  4 17:46:22 2003From: m.verkauskas at infotec.lt (Marius Verkauskas)Date: Wed Jun  4 09:45:48 2003Subject: [Acis-alliance] Profile orientation on reference surfaceMessage-ID: <000201c32a9f$af584470$2500a8c0@infotec.lan>Hello,Is this possible with ACIS 7.0 to generate 3D sweeep with profileorientation on reference surface? How can i do this? Maybe are someapi_sweep_with_options parameters?(VC++)From ywenbo at msn.com  Thu Jun  5 10:09:06 2003From: ywenbo at msn.com (yang Walker)Date: Wed Jun  4 21:09:17 2003Subject: [Acis-alliance] What is "unit_vector"?Message-ID: <BAY4-F31sXPLwvrznsN00062b22@hotmail.com>Hello everyone,I am a new user of ACIS. I set up a project named XJCam and compile it before I add any code to the project.  However, I get the following ten errors :--------------------Configuration: XJCam - Win32 Debug--------------------Compiling...XJCamView.cppD:\XJCam\XJCamView.cpp(314) : error C2065: 'unit_vector' : undeclared identifierD:\XJCam\XJCamView.cpp(314) : error C2146: syntax error : missing ';' before identifier 'dir'D:\XJCam\XJCamView.cpp(314) : error C2065: 'dir' : undeclared identifierD:\XJCam\XJCamView.cpp(314) : error C2065: 'up' : undeclared identifierD:\XJCam\XJCamView.cpp(322) : error C2146: syntax error : missing ';' before identifier 'dir'D:\XJCam\XJCamView.cpp(330) : error C2146: syntax error : missing ';' before identifier 'dir'D:\XJCam\XJCamView.cpp(338) : error C2146: syntax error : missing ';' before identifier 'dir'D:\XJCam\XJCamView.cpp(346) : error C2146: syntax error : missing ';' before identifier 'dir'D:\XJCam\XJCamView.cpp(354) : error C2146: syntax error : missing ';' before identifier 'dir'D:\XJCam\XJCamView.cpp(362) : error C2146: syntax error : missing ';' before identifier 'dir'Error executing cl.exe.XJCam.exe - 10 error(s), 0 warning(s)The codes generated automatically are as follow:void CXJCamView::OnViewIsometric(){	if (!m_pAcisView && !m_pAcisView->GetView3d()) return;	unit_vector dir( 1, -2, 1.5 ), up( 0, 0, 1 );	m_pAcisView->GetView3d()->set_direction( dir, up );	Invalidate();}I'm sure that the header file "baseutil/vector/unitvec.hxx" be included.What is "unit_vector"? Whether somebody can explain codes mentioned above for me?Any help will be appreciated.Thank you_________________________________________________________________免费下载 MSN Explorer:   http://explorer.msn.com/lccn/  From Robert.Boehne at ricardo.com  Wed Jun  4 21:11:16 2003From: Robert.Boehne at ricardo.com (Boehne, Robert)Date: Wed Jun  4 21:11:50 2003Subject: [Acis-alliance] What is "unit_vector"?Message-ID: <1FDD58CAB1E3B4418D821B678F5AA8183FED1C@ctc-ex2k.dtc.ricplc.com>In old versions of ACIS SPAunit_vector was called unit_vector.So you may just have the wrong version of ACIS.HTH,Robert-----Original Message-----From: yang Walker [mailto:ywenbo@msn.com]Sent: Wednesday, June 04, 2003 8:09 PMTo: acis-alliance@cs.columbia.eduSubject: [Acis-alliance] What is "unit_vector"?Hello everyone,I am a new user of ACIS. I set up a project named XJCam and compile it before I add any code to the project.  However, I get the following ten errors :--------------------Configuration: XJCam - Win32 Debug--------------------Compiling...XJCamView.cppD:\XJCam\XJCamView.cpp(314) : error C2065: 'unit_vector' : undeclared identifierD:\XJCam\XJCamView.cpp(314) : error C2146: syntax error : missing ';' before identifier 'dir'D:\XJCam\XJCamView.cpp(314) : error C2065: 'dir' : undeclared identifierD:\XJCam\XJCamView.cpp(314) : error C2065: 'up' : undeclared identifierD:\XJCam\XJCamView.cpp(322) : error C2146: syntax error : missing ';' before identifier 'dir'D:\XJCam\XJCamView.cpp(330) : error C2146: syntax error : missing ';' before identifier 'dir'D:\XJCam\XJCamView.cpp(338) : error C2146: syntax error : missing ';' before identifier 'dir'D:\XJCam\XJCamView.cpp(346) : error C2146: syntax error : missing ';' before identifier 'dir'D:\XJCam\XJCamView.cpp(354) : error C2146: syntax error : missing ';' before identifier 'dir'D:\XJCam\XJCamView.cpp(362) : error C2146: syntax error : missing ';' before identifier 'dir'Error executing cl.exe.XJCam.exe - 10 error(s), 0 warning(s)The codes generated automatically are as follow:void CXJCamView::OnViewIsometric(){	if (!m_pAcisView && !m_pAcisView->GetView3d()) return;	unit_vector dir( 1, -2, 1.5 ), up( 0, 0, 1 );	m_pAcisView->GetView3d()->set_direction( dir, up );	Invalidate();}I'm sure that the header file "baseutil/vector/unitvec.hxx" be included.What is "unit_vector"? Whether somebody can explain codes mentioned above for me?Any help will be appreciated.Thank you_________________________________________________________________免费下载 MSN Explorer:   http://explorer.msn.com/lccn/  _______________________________________________Acis-alliance mailing listAcis-alliance@cs.columbia.eduhttp://lists.cs.columbia.edu/mailman/listinfo/acis-allianceFrom gaozhan at hkusua.hku.hk  Sat Jun  7 22:10:32 2003From: gaozhan at hkusua.hku.hk (Gao Zhan, Jimmy)Date: Sat Jun  7 21:00:10 2003Subject: [Acis-alliance] Advanced Deformable ModelingMessage-ID: <3EE1E448.000003.01552@minabunny>Skipped content of type multipart/alternative-------------- next part --------------A non-text attachment was scrubbed...Name: not availableType: image/gifSize: 494 bytesDesc: not availableUrl : http://lists.cs.columbia.edu/pipermail/acis-alliance/attachments/20030607/2f33844c/attachment.gifFrom fiorentino at mail.poliba.it  Mon Jun  9 14:24:46 2003From: fiorentino at mail.poliba.it (Michele Fiorentino)Date: Mon Jun  9 09:08:26 2003Subject: R: [Acis-alliance] question about unite operationIn-Reply-To: <010101c31daa$f4be1690$c4cf24d3@zuken.co.kr>Message-ID: <000001c32e79$bbd07ff0$4d33ccc1@ime077>Hi, Try to get the latest version of acis, or give a look to the latestrelease notes, as could be an acis bug.   "inconsistent containment of intersection curve" or "conincident face_face_ints with different body edges"... etcDoes anybody know why these messages come out?and How can I avoid this error? Name:Kim Yeongsoo      <mailto:kys@zuken.co.kr> mailto:kys@zuken.co.kr TEL :02-564-8031        ******************************************************-------------- next part --------------An HTML attachment was scrubbed...URL: http://lists.cs.columbia.edu/pipermail/acis-alliance/attachments/20030609/f62cb550/attachment.htmFrom zz_zxc123 at cims.sjtu.edu.cn  Thu Jun 12 11:50:53 2003From: zz_zxc123 at cims.sjtu.edu.cn (zhnagxuecchang)Date: Wed Jun 11 22:51:35 2003Subject: [Acis-alliance] Help    How to  pick a body in AcisMessage-ID: <001301c3308d$70aaa760$0400a8c0@ndserver>Hello to All.

    I used the component of  vm to develop some functions,but I don't know how to pick a eneity. For example if I want to edit a block body ,I must firstly pick it and then edit.My acis version is 7.00.
  Any help is appreciated.!

zhang xuechang
2003.6.12
-------------- next part --------------An HTML attachment was scrubbed...URL: http://lists.cs.columbia.edu/pipermail/acis-alliance/attachments/20030612/0f9397ae/attachment.htmFrom zz_zxc123 at cims.sjtu.edu.cn  Wed Jun 18 09:40:30 2003From: zz_zxc123 at cims.sjtu.edu.cn (zhnagxuecchang)Date: Tue Jun 17 20:41:01 2003Subject: [Acis-alliance] Help,how to display a point or a line on Acis?Message-ID: <000801c33532$38437dd0$0400a8c0@ndserver>Hello to all!
    I want to display some point-clouds on screen,but I found my acis program only to display body.Points or lines can not diplay on screen.
Any help is appreciated!

zhang xuechang
2003.6.19
-------------- next part --------------An HTML attachment was scrubbed...URL: http://lists.cs.columbia.edu/pipermail/acis-alliance/attachments/20030618/5dbdec28/attachment.htmFrom zz_zxc123 at cims.sjtu.edu.cn  Mon Jun 23 17:34:18 2003From: zz_zxc123 at cims.sjtu.edu.cn (zhnagxuecchang)Date: Mon Jun 23 04:34:49 2003Subject: [Acis-alliance] How do I get the function of surface in a model?Message-ID: <000a01c33962$3d3493e0$0400a8c0@ndserver>Hi to all:
    I am doing a project about quality control.My method is to use the point-clouds of a manufactured part comparing with the CAD model of the part. Now my question is as follow:
  1.   If I want to get the function of surface in  a part,how do I get it ?
   2.I want to display point-clouds with another color?How do I change it in my acis programm?

zxc
2003.6.23
-------------- next part --------------An HTML attachment was scrubbed...URL: http://lists.cs.columbia.edu/pipermail/acis-alliance/attachments/20030623/eddac937/attachment.htmFrom alames at sandia.gov  Mon Jun 23 16:44:31 2003From: alames at sandia.gov (Ames, Arlo)Date: Mon Jun 23 17:45:10 2003Subject: [Acis-alliance] Insider's SummitMessage-ID: <03781128C7B74B4DBC27C55859C9D738113944C8@es06snlnt.sandia.gov>While I generally avoid making any statement that might seem like acommercial endorsement, I feel compelled to say something about theInsider's Summit held at the beginning of June in Westminster.  In the pastI avoided going, because Spatial seemed a lot more interested in talkingthan listening.  This time was quite different.  A great deal of time wasgiven for Spatial's customers to make presentations, and they had a lot offolks there just to listen and answer questions.  They really seem to wantto communicate.Consider going.  I'll very likely go again, and I've become awfully jadedabout most conferences..For what it's worth,Arlo L. Amesalames@sandia.gov(505)844-3210From cadsoft at flash.net  Mon Jun 23 21:16:28 2003From: cadsoft at flash.net (Tim Olson)Date: Mon Jun 23 21:17:34 2003Subject: [Acis-alliance] Insider's SummitIn-Reply-To:  <03781128C7B74B4DBC27C55859C9D738113944C8@es06snlnt.sandia.gov>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -