LoopStructural
LoopStructural copied to clipboard
[Question]
trafficstars
If I use the strat_column, how can I export all the strata? Currently, I can only export one stratum.This is the generated vtk file.
I tried the method below: write_feat_surfs(model=model, featurename="strati", file_format=1, file_name="C:\python3_10\project_\daochuwenjian\munit_1"). I want to know how to generate stratigraphic layers like "unit_{}". Thank you.
That function is not supported and will be removed.
Use the visualisation module and use the export model surfaces method. You can save the model as a html file.
Okay, thanks for the answer.