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 025e286 commit a20f9afCopy full SHA for a20f9af
LoopStructural/modelling/features/fault/_fault_function.py
@@ -438,7 +438,7 @@ class BaseFault3D(object):
438
fw.add_cstr(-1, 0)
439
fw.add_grad(-1, 0)
440
fw.add_min(-1)
441
-
+
442
gyf = smooth_peak
443
# CubicFunction()
444
# gyf.add_cstr(-1, 0)
LoopStructural/modelling/features/fault/_fault_segment.py
@@ -124,6 +124,7 @@ def displacementfeature(self):
124
def fault_ellipsoid(self, **kwargs):
125
try:
126
import pyvista as pv
127
128
if self.model is None:
129
pts = self.fault_centre[None, :]
130
else:
0 commit comments