Hello,

STLReader surely inherits its Read() method from a parent class that is not 
wrapped.

BTW, feel free to send me the scripts you use to check pythonocc. Any 
contribution is welcome!

Thomas


-------- Message d'origine--------
De: [EMAIL PROTECTED] de la part de Dave Cowden
Date: jeu. 09/10/2008 03:08
À: minerva-pythonocc@gna.org
Objet : Re: [Minerva-pythonocc] pythonOCC 0.96 and STEP import bug
 
Several  issues related to dealing with STL:

*  STLReader and StlApi are missing the Read(..) methods

* STLMesh* is missing. ( STLMesh.Merge() would be useful to import multiple
files, StlMesh_Explorer for reading a mesh )

Thanks, Thomas for the continued work!  this will be great, python is an
excellent language binding as it supports so many other libraries!

On Wed, Oct 8, 2008 at 8:10 PM, Dave Cowden <[EMAIL PROTECTED]> wrote:

> Greetings, List:
>
> I continue to work on my mission, which is to use pythonOCC to "slice" a
> solid model into layers for use in RepRap, an open source rapid prototyper.
>
> Thanks, Thomas for version 0.97, I needed BRepBndLib!
>
> In my last post I was looking for TopAbs_SHAPE-- i found them-- they are
> module variables of OCC that that works fantastically!
>
> I have come across a few other modules that have missing pieces.  There is
> not much method to the list, other than i'm listing them as i come across
> them.
>
> *   BRep_Tool is present, but is missing many methods for some reason-- for
> example it has methods "Pnt" and "Surface", but is missing
> "Curve","CurveOnSurface", etc.
>
> * There are a few classes for tesselation that are present but have missing
> init methods.
> All of these classes:
>
>    - GCPnts_QuasiUniformAbscissa
>    - GCPnts_QuasiUniformDeflection
>    - GCPnts_TangentialDeflection
>    - GCPnts_UniformAbscissa
>    - GCPnts_UniformDeflection
>
> seem to be missing the constructors and initialize methods that allow them
> to operate.
>
> * BRepOffset_MakeLoops -- similar to above, class definition is there but
> no methods are bound.
>
> * BRepOffset_Tool -- missing most of the methods
>
> * BRepTools -- Read, (very handy opposite Write), UVBounds methods missing
>
> I'm guessing that these were omitted due to some class/signiture that could
> not be resolved or something....
>
>
>
>

_______________________________________________
Minerva-pythonocc mailing list
Minerva-pythonocc@gna.org
https://mail.gna.org/listinfo/minerva-pythonocc

Reply via email to