We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The WellCollection dictionaries were as follows:
well_entity_dict = { "uid": "", "Loc ID": "undef", "properties_names": [], "properties_components": [], "properties_types": [], "markers": [], "vtk_obj": None, } well_entity_type_dict = { "uid": str, "Loc ID": str, "properties_names": list, "properties_components": list, "properties_types": list, "markers": list, "x_section": str, # this is the uid of the cross section for "XsVertexSet", "XsPolyLine", and "XsImage", empty for all others "vtk_obj": object, }
Was "x_section" missing in well_entity_dict for some reason?
well_entity_dict
I added it. This will allow projecting wells to x sections (a new XsWell class will be needed for this).
The text was updated successfully, but these errors were encountered:
andrea-bistacchi
gbene
No branches or pull requests
The WellCollection dictionaries were as follows:
Was "x_section" missing in
well_entity_dict
for some reason?I added it. This will allow projecting wells to x sections (a new XsWell class will be needed for this).
The text was updated successfully, but these errors were encountered: