Skip to content

Commit

Permalink
add getter for regenerate method
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Harrington committed Dec 7, 2024
1 parent 1e306e5 commit d430e23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/eu/mihosoft/vrl/v3d/CSG.java
Original file line number Diff line number Diff line change
Expand Up @@ -2573,6 +2573,9 @@ public CSG setRegenerate(IRegenerate function) {
regenerate = function;
return this;
}
public IRegenerate getRegenerate() {
return regenerate ;
}

public CSG regenerate() {
this.markForRegeneration = false;
Expand Down

0 comments on commit d430e23

Please sign in to comment.