We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I get a runtime error calling the is_line function in Utils' edge.py
b = BRepPrimAPI_MakeBox(10, 20, 30).Shape() t = Topo(b) ed = next(t.edges()) my_e = Edge(ed) print(my_e.is_line())
return self.adaptor.NbKnots() RuntimeError: Standard_NoSuchObject GeomAdaptor_Curve::NbKnots wrapper details: symname: Adaptor3d_Curve_NbKnots wrapname: _wrap_Adaptor3d_Curve_NbKnots fulldecl: Standard_Integer Adaptor3d_Curve::NbKnots()
return self.adaptor.NbKnots() RuntimeError: Standard_NoSuchObject GeomAdaptor_Curve::NbKnots wrapper details:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I get a runtime error calling the is_line function in Utils' edge.py
The text was updated successfully, but these errors were encountered: