Skip to content

Commit 574834b

Browse files
authored
Change TransformByPoint3d to use LengthUnit (#729)
1 parent ce2e0e0 commit 574834b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modeling-cmds/src/shared.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@ mod tests {
971971
#[cfg_attr(feature = "ts-rs", ts(export_to = "ModelingCmd.ts"))]
972972
pub struct TransformByPoint3d {
973973
/// The scale, or rotation, or translation.
974-
pub property: Point3d,
974+
pub property: Point3d<LengthUnit>,
975975
/// If true, overwrite the previous value with this.
976976
/// If false, the previous value will be modified.
977977
/// E.g. when translating, `set=true` will set a new location,

0 commit comments

Comments
 (0)