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<file:///C:/apps/OpenCascade/Documentation/ModelingData/html/classBRepAdaptor__CompCurve.html#a10> (const Standard_Real U, TopoDS_Edge<file:///C:/apps/OpenCascade/Documentation/ModelingData/html/classTopoDS__Edge.html> &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