How to cut a part out of a path? #1824
Answered
by
adam-urbanczyk
sambaPython24
asked this question in
Q&A
-
Let us assume I have a path that is mathematically parametrized by a parameter t in [0,T]. How do I take only a sub path of this bath, parametrized by t in [a,b] where a => 0 and b <= T ? Does do I get the reduced object when I have swept an object along the path t in [0,T]? In both situations, one can either take a sub path or delete the other parts of the path. |
Beta Was this translation helpful? Give feedback.
Answered by
adam-urbanczyk
Apr 25, 2025
Replies: 1 comment
-
You can use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
adam-urbanczyk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use
Edge.trim(a, b)