Add mesh related any casts#3324
Conversation
|
Please add one of the following labels to add this contribution to the Release Notes 👇 |
|
Please add one of the following labels to add this contribution to the Release Notes 👇 |
❌ 3 Tests Failed:
View the top 3 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
|
Please add one of the following labels to add this contribution to the Release Notes 👇 |
|
@janvonrickenbach You will need a couple of methods in https://github.com/ansys/pydpf-core/blob/main/src/ansys/dpf/gate/any_grpcapi.py to make this pass. You can take this as an example: #3155 |
|
Please add one of the following labels to add this contribution to the Release Notes 👇 |
| (generic_support.GenericSupport, base_pb2.Type.GENERIC_SUPPORT), | ||
| (cyclic_support.CyclicSupport, base_pb2.Type.CYCLIC_SUPPORT), | ||
| (meshed_region.MeshedRegion, base_pb2.Type.MESHED_REGION), | ||
| (meshes_container.MeshesContainer, base_pb2.Type.MESHES_CONTAINER), |
There was a problem hiding this comment.
| (meshes_container.MeshesContainer, base_pb2.Type.MESHES_CONTAINER), | |
| (meshes_container.MeshesContainer, base_pb2.Type.COLLECTION, base_pb2.Type.MESHED_REGION), |
|
Please add one of the following labels to add this contribution to the Release Notes 👇 |
This reverts commit 5959549.
|
Please add one of the following labels to add this contribution to the Release Notes 👇 |
|
Please add one of the following labels to add this contribution to the Release Notes 👇 |
|
Please add one of the following labels to add this contribution to the Release Notes 👇 |
Co-authored-by: Rafael Canton <107186344+rafacanton@users.noreply.github.com>
Co-authored-by: Rafael Canton <107186344+rafacanton@users.noreply.github.com>
Co-authored-by: Rafael Canton <107186344+rafacanton@users.noreply.github.com>
|
Please add one of the following labels to add this contribution to the Release Notes 👇 |
Co-authored-by: Rafael Canton <107186344+rafacanton@users.noreply.github.com>
|
Please add one of the following labels to add this contribution to the Release Notes 👇 |
|
@rafacanton Thanks for the suggestions and fixes. I'm still getting these kind of errors in the CLayer: any = <ansys.dpf.core.meshed_region.MeshedRegion object at 0x7f5bfff8fac0>
E ansys.dpf.gate.errors.DPFServerException: Invalid API pointer when calling function Any_newFrom_meshedRegion Any ideas? |
I think they were just forgotten.