We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be2f7fd commit 1d1ea06Copy full SHA for 1d1ea06
modeling-cmds/src/shared.rs
@@ -100,6 +100,8 @@ pub enum TranslateBy {
100
/// normal vector of this circle, going through the circle's center.
101
///
102
/// If the edge is linear, translates along that line's vector.
103
+ ///
104
+ /// If the edge is neither circular nor linear, the API will respond with an error.
105
Edge {
106
/// Which edge to translate along.
107
id: Uuid,
@@ -111,6 +113,8 @@ pub enum TranslateBy {
111
113
112
114
/// If the face is circular (i.e. the end of a cone or cylinder),
115
/// this works the same as translating along a circular sketch.
116
117
+ /// If the face is not circular, the API will respond with an error.
118
Face {
119
/// Which face to translate along.
120
0 commit comments