Length of an edge
lenianiva opened this issue · 5 comments
lenianiva commented
Is there a way to get the length for an Edge
object? In particular I'm interested in the length of splines and bezier curves.
adam-urbanczyk commented
You can use cq.Edge.Length
lenianiva commented
You can use
cq.Edge.Length
I don't see that function here:
cadquery/cadquery/occ_impl/shapes.py
Line 1920 in 3cd327a
adam-urbanczyk commented
cadquery/cadquery/occ_impl/shapes.py
Line 1760 in 3cd327a
lenianiva commented
cadquery/cadquery/occ_impl/shapes.py
Line 1760 in 3cd327a
Thanks. I didn't see it in the documentation so I was wondering about this
adam-urbanczyk commented
Yup, probably sphinx does not process mixins.