Skip to content

Commit cf141d9

Browse files
committed
yet another round of changes needed for CI
1 parent 199a4a2 commit cf141d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modeling-cmds/src/shared.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ pub struct AnnotationBasicDimension {
195195
pub dimension: AnnotationMbdBasicDimension,
196196

197197
/// Orientation plane. The annotation will lie in this plane which is positioned about the leader position as its origin.
198-
pub plane_uuid: Uuid,
198+
pub plane_id: Uuid,
199199

200200
/// 2D Position offset of the annotation within the plane.
201201
pub offset: Point2d<f64>,
@@ -241,7 +241,7 @@ pub struct AnnotationFeatureControl {
241241
pub suffix: Option<String>,
242242

243243
/// Orientation plane. The annotation will lie in this plane which is positioned about the leader position as its origin.
244-
pub plane_uuid: Uuid,
244+
pub plane_id: Uuid,
245245

246246
/// 2D Position offset of the annotation within the plane.
247247
pub offset: Point2d<f64>,
@@ -281,7 +281,7 @@ pub struct AnnotationFeatureTag {
281281
pub show_key: bool,
282282

283283
/// Orientation plane. The annotation will lie in this plane which is positioned about the leader position as its origin.
284-
pub plane_uuid: Uuid,
284+
pub plane_id: Uuid,
285285

286286
/// 2D Position offset of the annotation within the plane.
287287
pub offset: Point2d<f64>,

0 commit comments

Comments
 (0)