Can you provide an example?
Dave, I've started a module "Adapters.py" in Utils/ surely such contributions are welcomed ;')

-jelle

On Mar 30, 2010, at 1:17 PM, Dave Cowden wrote:

Hey, Thomas/Jelle:

I have a question regarding the use of a byref parameter in BRepAdaptor_CompCurve.

If i understand correctly from the OCC docs, BRepAdaptor_CompCurve.Edge( U, anEdge, V ) returns an edge corresponding to a specified parameter on the comp curve, and V, the corresponding param on the edge:

Standard_EXPORT void Edge (const Standard_Real U, TopoDS_Edge &E, Standard_Real &UonE) const
         returns an edge and one parameter on them
corresponding to the parameter U.

Looking at the apiDoc, however, the pyOCC signature doesn't appear to have a way to return the edge:


        
Edge(...)
Edge(Standard_Real U) -> Standard_Real

Am I missing something? Is there a workaround I can use to call this method?

Thanks!
_______________________________________________
Pythonocc-users mailing list
Pythonocc-users@gna.org
https://mail.gna.org/listinfo/pythonocc-users

_______________________________________________
Pythonocc-users mailing list
Pythonocc-users@gna.org
https://mail.gna.org/listinfo/pythonocc-users

Reply via email to