Skip to content

Commit 0a1e18e

Browse files
committed
fix: update vector scaling
1 parent e774f95 commit 0a1e18e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

LoopStructural/datatypes/_point.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ def vtk(
157157
try:
158158
locations = bb.project(locations)
159159
_projected = True
160-
scale = bb.scale_by_projection_factor(scale)
161160
except Exception as e:
162161
logger.error(f'Failed to project points to bounding box: {e}')
163162
logger.error('Using unprojected points, this may cause issues with the glyphing')

0 commit comments

Comments
 (0)