From 36b2db37ddcae9b552697152572e9e55c13dd20b Mon Sep 17 00:00:00 2001 From: Alan George Varghese <113696961+agvarghe@users.noreply.github.com> Date: Mon, 20 Nov 2023 05:45:56 +0530 Subject: [PATCH] Update examples/gallery/00_lucid_file_IO.py Co-authored-by: Martin Walters <104021577+waltersma@users.noreply.github.com> --- examples/gallery/00_lucid_file_IO.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/gallery/00_lucid_file_IO.py b/examples/gallery/00_lucid_file_IO.py index 0732f880d9..6ff93ebca4 100644 --- a/examples/gallery/00_lucid_file_IO.py +++ b/examples/gallery/00_lucid_file_IO.py @@ -73,11 +73,11 @@ # and TopoVolumes. # # * TopoEdge represent the curves/edges present in the CAD. -# In this case there are **08 edges** present in SpaceClaim are imported -# as **08 TopoEdges**. +# In this case there are **17 edges** present in SpaceClaim are imported +# as **17 TopoEdges**. # # * TopoFace represent the surfaces/faces present in the CAD. -# The **17 CAD Faces** present in SpaceClaim are imported as **17 Topofaces** in +# The **8 CAD Faces** present in SpaceClaim are imported as **8 Topofaces** in # PyPrimeMesh. # # * TopoVolume represent the solid volumes present in the CAD.