LoopStructural icon indicating copy to clipboard operation
LoopStructural copied to clipboard

[Question]

Open fjphhxx opened this issue 1 year ago • 2 comments
trafficstars

image image 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. image

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.

fjphhxx avatar Mar 17 '24 13:03 fjphhxx

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.

lachlangrose avatar Mar 17 '24 21:03 lachlangrose

Okay, thanks for the answer.

fjphhxx avatar Mar 21 '24 01:03 fjphhxx