Skip to content

Commit

Permalink
Fix/pyprimemesh wrap (#52)
Browse files Browse the repository at this point in the history
Co-authored-by: Roberto Pastor Muela <[email protected]>
Co-authored-by: Kathy Pippert <[email protected]>
  • Loading branch information
3 people authored Jan 18, 2024
1 parent 474f289 commit 9d38241
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ \section{\includegraphics[height=\fontcharht\font`\S]{slash.png} Generate wrappe
max_size=16,
input_parts="flange,pipe",
use_existing_features=True,
recompute_remesh_sizes=True,
remesh_size_controls=[curvature_control],
)
\end{lstlisting}

Expand Down Expand Up @@ -151,7 +149,7 @@ \section{\includegraphics[height=\fontcharht\font`\S]{slash.png} Analyze surface
compute_free_edges=True,
)
diag_res = diag.get_surface_diagnostic_summary(diag_params)
print("Number of free faces : ", diag_res.n_free_edges)
print("Number of free edges : ", diag_res.n_free_edges)
\end{lstlisting}

Generate surface mesh quality metrics:
Expand Down

0 comments on commit 9d38241

Please sign in to comment.