We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce2e0e0 commit 574834bCopy full SHA for 574834b
modeling-cmds/src/shared.rs
@@ -971,7 +971,7 @@ mod tests {
971
#[cfg_attr(feature = "ts-rs", ts(export_to = "ModelingCmd.ts"))]
972
pub struct TransformByPoint3d {
973
/// The scale, or rotation, or translation.
974
- pub property: Point3d,
+ pub property: Point3d<LengthUnit>,
975
/// If true, overwrite the previous value with this.
976
/// If false, the previous value will be modified.
977
/// E.g. when translating, `set=true` will set a new location,
0 commit comments