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

📄 2003-july.txt

📁 acis说明文档
💻 TXT
📖 第 1 页 / 共 2 页
字号:
__________________________________Do you Yahoo!?SBC Yahoo! DSL - Now only $29.95 per month!http://sbc.yahoo.comFrom dezembro_tam at yahoo.com  Thu Jul 10 20:57:15 2003From: dezembro_tam at yahoo.com (Tam Ka Wing)Date: Thu Jul 10 22:57:26 2003Subject: [Acis-alliance] Displaying LineMessage-ID: <20030711025715.13445.qmail@web41101.mail.yahoo.com>I saw a question about displaying lines and points inACIS. I developed program using ACIS 7.0 and MFC inVC++. I inserted following code:xxxMFCView::xxxMFCView(){	// TODO: (Optional) derive a new class from CAcisViewand implement the	// method CAcisView::CreateRenderingContext() toprovide the default	// rendering_context for each CAcisDoc	m_pAcisView = new CAcisView( this);	// TODO: add construction code here	m_pAcisView->GetView3d()->set_background_color(7); 	m_pAcisView->GetView3d()->set_point_size (10);	m_pAcisView->GetView3d()->set_point_style (X_POINT);//gihusk/draw_dt.hxx 	m_pAcisView->GetView3d()->set_drawing_mode(DRAW_MODE);	//gihusk/draw_dt.hxx 	m_pAcisView->GetView3d()->set_edges( TRUE);	m_pAcisView->GetView3d()->set_vertex( TRUE);		m_pAcisView->GetView3d()->set_shaded(TRUE);	//api_gl_set_fill_style (GL_POINT);  }where xxx is your program name. However I can displaylines only and I still cannot display points. It ismuch appreciated if someone can give a solution ondisplaying points.Wing__________________________________Do you Yahoo!?SBC Yahoo! DSL - Now only $29.95 per month!http://sbc.yahoo.comFrom jr8b8 at umr.edu  Tue Jul 15 17:19:35 2003From: jr8b8 at umr.edu (Ramesh, Jayant (UMR-Student))Date: Tue Jul 15 17:19:43 2003Subject: [Acis-alliance] Hello EverybodyMessage-ID: <9A2126F71C56654EB0D9626BA7F9DFDB7ACEC3@umr-mail4.umr.edu>Hello everyone. I am a new member of this mailing list and just wanted to say HI to everyone.I am doing my masters at University of Missouri - Rolla.  I am working on ACIS, well barely started working, for my masters program. I am woking on a Unix platform ( a Sun Solaris machine ).  I am an amatuer so I hope you will excuse my trivial questions , but I am trying to learn it. First-of-all , theres is an Acis3dt package of which I am unable to get the graphics output. By that I mean, when i try to make a simple solid, I cannot get the graphics window to open at all. The hand book says, to type (view:new) to invoke a new window. But that isnt working either . So if anyone can help me out, I would really be grateful. Thank you From Jerry.WALTERS at Spatial.Com  Tue Jul 15 18:20:04 2003From: Jerry.WALTERS at Spatial.Com (Jerry.WALTERS@Spatial.Com)Date: Tue Jul 15 19:31:25 2003Subject: [Acis-alliance] Hello EverybodyMessage-ID: <OF7B9EF476.E2559B57-ON87256D64.007F452A@spatial.com>Hello Ramesh and welcome to the "family"As you can see I am a member of the Spatial Executive Management team, andI monitor the communications of our valuable users. I rarely comment inthese communications. ( I would not want to embarrass myself by exposing myignorance :>)  ) This forum is for you  to receive knowledge transfer andsolve problems. I am here to help through our normal channels, so pleaseuse this mechanism when needed.I only wanted to say welcome, introduce myself, let you know that we carevery deeply for our customers, and make sure you were aware that you are apart of a glorious community of dedicated professionals and endless pool oftalent.Good to have you with us.Kind Regards,Jerry WaltersSpatial CorpVice President World Wide Sales and Servicesjerry.walters@spatial.com(303) 544-2909 Direct(360) 285-7697 Fax(720) 352-1935 Cell81 90 2443 4006 Japan Cell                                                                                                                                                    "Ramesh, Jayant                                                                                                                 (UMR-Student)"                    To:     <acis-alliance@cs.columbia.edu>                                                       <jr8b8@umr.edu>                   cc:                                                                                           Sent by:                          Subject:     [Acis-alliance] Hello Everybody                                                  acis-alliance-bounces@cs.co                                                                                                     lumbia.edu                                                                                                                                                                                                                                                                                                                                                                                      07/15/2003 03:19 PM                                                                                                                                                                                                                                                                                                                                                         Hello everyone. I am a new member of this mailing list and just wanted tosay HI to everyone.I am doing my masters at University of Missouri - Rolla.I am working on ACIS, well barely started working, for my masters program.I am woking on a Unix platform ( a Sun Solaris machine ).I am an amatuer so I hope you will excuse my trivial questions , but I amtrying to learn it.First-of-all , theres is an Acis3dt package of which I am unable to get thegraphics output. By that I mean, when i try to make a simple solid, Icannot get the graphics window to open at all. The hand book says, to type(view:new) to invoke a new window. But that isnt working either .So if anyone can help me out, I would really be grateful.Thank you_______________________________________________Acis-alliance mailing listAcis-alliance@cs.columbia.eduhttp://lists.cs.columbia.edu/mailman/listinfo/acis-allianceFrom lzguo at mail.com  Thu Jul 17 07:01:14 2003From: lzguo at mail.com (liu zhiguo)Date: Thu Jul 17 07:01:24 2003Subject: [Acis-alliance] Re: Hello EverybodyMessage-ID: <20030717110114.46896.qmail@mail.com>Hi Ramesh, Wellcome to Acis-alliance  I am lzguo from Jilin University in China. I am a master too and major in automobile. According  to you question, do you want to view your part by ACIS Scheme AIDE? you can click "display" in Scheme ACIS Interface Driver Extension, and choose GL or DL, then a window will pop up. You can draw part by input commands, then the part will display in that window. You can try.with regards,lzguo-- __________________________________________________________Sign-up for your own FREE Personalized E-mail at Mail.comhttp://www.mail.com/?sr=signupCareerBuilder.com has over 400,000 jobs. Be smarter about your job searchhttp://corp.mail.com/careersFrom raphkloc at umail.univ-metz.fr  Thu Jul 17 13:35:26 2003From: raphkloc at umail.univ-metz.fr (raphael klock)Date: Thu Jul 17 08:26:58 2003Subject: [Acis-alliance] Made a cube with Acis R11Message-ID: <200307171035.h6HAZQx6012162@umail.univ-metz.fr> I would like to create a cube with acis (r11)without using the api function(api_create_block) .I would like to create a cube with all parameters: 8 apoint , 8 vertices , 12 edges, 24 coedges, 6loops , 6 faces, 1 shell, 1 lump, 1 bodyCan you give me an exemple for this creation?My code follows : the creation seems to work finebut the Boolean operation that uses the block Ibuilt fails.Can you tell my why?my @: raphael.klock@umail.univ-metz.fr// all inclusion has made in another file( this isa copy)void creation(){outcome oc( api_start_modeller(0) );outcome oc1(api_initialize_constructors());/*CK_OK(api_start_modeller(0))CK_OK(api_initialize_constructors())*/API_BEGIN/* build the block */- Ignored:BODY * block=NULL;BODY * sph=NULL;BODY * block2=NULL;BODY * block3=NULL;/*CK_OK*/const SPAposition P1(10,10,0);//-20 3 *SPAposition P2(20, 20, -20);// -10 a la finSPAposition P3(0,0,0);// -20 20 10 //-20 le dernierSPAposition P4(20,20,-20);//20 40 30SPAposition P(0,0,0);SPAposition P5(0,0,0);const SPAposition P7(-20, -20, -20);double r=0;double s=0;double t=0;double x =10;SPAposition sp1(-10,-10,10);SPAposition sp2(10,-10,10);SPAposition sp3(10,10,10);SPAposition sp4(-10,10,10);SPAposition sp5(-10,-10,-10);SPAposition sp6(10,-10,-10);SPAposition sp7(10,10,-10);SPAposition sp8(-10,10,-10);APOINT * a1= new APOINT(sp1);APOINT * a2= new APOINT(sp2);APOINT * a3= new APOINT(sp3);APOINT * a4= new APOINT(sp4);APOINT * a5= new APOINT(sp5);APOINT * a6= new APOINT(sp6);APOINT * a7= new APOINT(sp7);APOINT * a8= new APOINT(sp8);VERTEX * v1= new VERTEX(a1);VERTEX * v2= new VERTEX(a2);VERTEX * v3= new VERTEX(a3);VERTEX * v4= new VERTEX(a4);VERTEX * v5= new VERTEX(a5);VERTEX * v6= new VERTEX(a6);VERTEX * v7= new VERTEX(a7);VERTEX * v8= new VERTEX(a8);//calcul des vecteurs unitairesSPAunit_vector uv1(sp2.x() - sp1.x(),sp2.y() -sp1.y(),sp2.z() - sp1.z());SPAunit_vector uv2(sp3.x() - sp2.x(),sp3.y() -sp2.y(),sp3.z() - sp2.z());SPAunit_vector uv3(sp4.x() - sp3.x(),sp4.y() -sp3.y(),sp4.z() - sp3.z());SPAunit_vector uv4(sp1.x() - sp4.x(),sp1.y() -sp4.y(),sp1.z() - sp4.z());SPAunit_vector uv5(sp5.x() - sp6.x(),sp5.y() -sp6.y(),sp5.z() - sp6.z());SPAunit_vector uv6(sp8.x() - sp5.x(),sp8.y() -sp5.y(),sp8.z() - sp5.z());SPAunit_vector uv7(sp7.x() - sp8.x(),sp7.y() -sp8.y(),sp7.z() - sp8.z());SPAunit_vector uv8(sp6.x() - sp7.x(),sp6.y() -sp7.y(),sp6.z() - sp7.z());SPAunit_vector uv9(sp1.x() - sp5.x(),sp1.y() -sp5.y(),sp1.z() - sp5.z());SPAunit_vector uv10(sp8.x() - sp4.x(),sp8.y() -sp4.y(),sp8.z() - sp4.z());SPAunit_vector uv11(sp6.x() - sp2.x(),sp6.y() -sp2.y(),sp6.z() - sp2.z());SPAunit_vector uv12(sp3.x() - sp7.x(),sp3.y() -sp7.y(),sp3.z() - sp7.z());STRAIGHT * st1 = new STRAIGHT(sp1,uv1);STRAIGHT * st2 = new STRAIGHT(sp2,uv2);STRAIGHT * st3 = new STRAIGHT(sp3,uv3);STRAIGHT * st4 = new STRAIGHT(sp4,uv4);STRAIGHT * st5 = new STRAIGHT(sp6,uv5);STRAIGHT * st6 = new STRAIGHT(sp5,uv6);STRAIGHT * st7 = new STRAIGHT(sp8,uv7);STRAIGHT * st8 = new STRAIGHT(sp7,uv8);STRAIGHT * st9 = new STRAIGHT(sp5,uv9);STRAIGHT * st10 = new STRAIGHT(sp4,uv10);STRAIGHT * st11 = new STRAIGHT(sp2,uv11);STRAIGHT * st12 = new STRAIGHT(sp7,uv12);EDGE * e1= new EDGE(v1,v2,st1,TRUE);// pointd'origine, point d'arriv

⌨️ 快捷键说明

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