Skip to content

Commit

Permalink
Update examples/gallery/00_lucid_file_IO.py
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Walters <[email protected]>
  • Loading branch information
agvarghe and waltersma authored Nov 20, 2023
1 parent 7434b52 commit 36b2db3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/gallery/00_lucid_file_IO.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 36b2db3

Please sign in to comment.