File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 > ,
You can’t perform that action at this time.
0 commit comments