File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 117117 origin = origin ,
118118 maximum = maximum ,
119119)
120-
120+ processor . foliation_properties [ "supergroup_0" ] = { "regularisation" : 1.0 }
121121##############################
122122# The process input data can be used to directly build a geological model
123123
138138
139139
140140view = Loop3DView (model )
141- view .add_model_surfaces ()
142- view .rotation = [- 37.965614318847656 , 13.706363677978516 , 3.110347032546997 ]
141+ view .plot_model_surfaces ()
143142view .display ()
144143
145144##############################
167166 fault_locations = fault_locations ,
168167 fault_properties = fault_properties ,
169168)
170-
169+ processor . foliation_properties [ 'supergroup_0' ][ 'regularisation' ] = 1.0
171170model = GeologicalModel .from_processor (processor )
172171model .update ()
173172
174173view = Loop3DView (model )
175- view .add_model_surfaces ()
176- view .rotation = [- 37.965614318847656 , 13.706363677978516 , 3.110347032546997 ]
174+ view .plot_model_surfaces ()
177175view .display ()
176+
177+ ##############################
178+ # Visualise stratigraphic column
179+ ### ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
180+ from LoopStructural .visualisation import StratigraphicColumnView
181+
182+ scv = StratigraphicColumnView (model )
183+ scv .plot ()
You can’t perform that action at this time.
0 commit comments