From d3b787acdb5cb6fa9c6cec11bff98d08749ac258 Mon Sep 17 00:00:00 2001 From: Martin Walters <104021577+waltersma@users.noreply.github.com> Date: Tue, 24 Sep 2024 11:23:22 +0100 Subject: [PATCH] Update 10_wheel_ground_contact_patch.py (#892) Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> --- doc/changelog.d/892.documentation.md | 1 + examples/gallery/10_wheel_ground_contact_patch.py | 8 +++++--- 2 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 doc/changelog.d/892.documentation.md diff --git a/doc/changelog.d/892.documentation.md b/doc/changelog.d/892.documentation.md new file mode 100644 index 0000000000..c019f85f1c --- /dev/null +++ b/doc/changelog.d/892.documentation.md @@ -0,0 +1 @@ +Update 10_wheel_ground_contact_patch.py \ No newline at end of file diff --git a/examples/gallery/10_wheel_ground_contact_patch.py b/examples/gallery/10_wheel_ground_contact_patch.py index 4684de2cde..87e4627867 100644 --- a/examples/gallery/10_wheel_ground_contact_patch.py +++ b/examples/gallery/10_wheel_ground_contact_patch.py @@ -177,9 +177,11 @@ wrap_size_controls=[size_control], ) -# display = PrimePlotter() -# display.plot(model, scope=prime.ScopeDefinition(model, label_expression="ground, patch*, wheel")) -# display.show() +display = PrimePlotter() +display.plot( + model, scope=prime.ScopeDefinition(model, label_expression="ground, patch*, wheel"), update=True +) +display.show() print(model)