Fix: Globally fixing the "milimeters" typo in the code (#13295)

This commit is contained in:
Valerii Bokhan
2026-04-20 01:28:13 +02:00
committed by GitHub
parent b742068426
commit 31c1c29325
4 changed files with 167 additions and 167 deletions

View File

@@ -219,7 +219,7 @@ void create_volume(TriangleMesh &&mesh, const ObjectID& object_id, const ModelVo
/// Create projection for cut surface from mesh
/// </summary>
/// <param name="tr">Volume transformation in object</param>
/// <param name="shape_scale">Convert shape to milimeters</param>
/// <param name="shape_scale">Convert shape to millimeters</param>
/// <param name="z_range">Bounding box 3d of model volume for projection ranges</param>
/// <returns>Orthogonal cut_projection</returns>
OrthoProject create_projection_for_cut(Transform3d tr, double shape_scale, const std::pair<float, float> &z_range);