We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4230c7e commit f16aa52Copy full SHA for f16aa52
LoopStructural/utils/_surface.py
@@ -124,7 +124,6 @@ def fit(
124
individual_names = True
125
if isinstance(name, list):
126
names = name
127
- print(len(names), len(isovalues))
128
if len(names) == len(isovalues):
129
130
if colours is None:
@@ -152,7 +151,6 @@ def fit(
152
151
# need to add both global and local origin. If the bb is a buffer the local
153
# origin may not be 0
154
verts += self.bounding_box.global_origin+self.bounding_box.origin
155
- print(name, individual_names)
156
surfaces.append(
157
Surface(
158
vertices=verts,
0 commit comments