Skip to content

Commit

Permalink
save-reface
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Park authored and Mike Park committed Mar 24, 2022
1 parent 5aac5f5 commit b99125e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ref_egads_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,8 @@ int main(int argc, char *argv[]) {
RSS(ref_egads_construct(ref_geom, "steinmetz"), "create");
printf("steinmetz reface:\n");
RSS(ref_egads_brep_reface(ref_geom, 8), "brep reface");
RSS(ref_egads_save(ref_geom, "ref_egads_test_steinmetz_reface.egads"),
"egd");
RSS(ref_geom_free(ref_geom), "free geom");
}

Expand Down

0 comments on commit b99125e

Please sign in to comment.