Hi Thomas,

I am using 0.4. I can export the IGES now. So cool.

Just wondering is there a function to get the upper bound of the list? The last 
shape in the list is what I want to saved.

Regards,

Cean

> Message: 2
> Date: Fri, 9 Jul 2010 15:25:23 +0200
> From: Thomas Paviot <tpav...@gmail.com>
> Subject: Re: [Pythonocc-users] parametric drawing in PythonOCC
> 
> IGESControl (as well as STEPControl) takes TopoDS_Shape instance as a
> parameter.
> 
> If you run pythonOCC-0.4, use the get_shapes() method of the
> ParametricModelingContext instance. You'll get a list of TopoDS_Shapes you
> can pass to the IGES or STEP exporter.
> 
> In the latest svn trunk revision, this method was replaced by the
> get_shape() method: box_shape = my_context.get_shape(my_box)
> 
> Thomas
> 
> ***********************************************
                                          
_________________________________________________________________
MSN十年回馈,每位用户可免费获得价值25元的卡巴斯基反病毒软件2010激活码,快来领取!
http://kaba.msn.com.cn/?k=1
_______________________________________________
Pythonocc-users mailing list
Pythonocc-users@gna.org
https://mail.gna.org/listinfo/pythonocc-users

Reply via email to