Skip to content

Commit bfc6b69

Browse files
RefineToLength
1 parent aa13604 commit bfc6b69

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bindings/java/src/main/java/manifold3d/Manifold.java

+3
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,9 @@ public CrossSection slice() {
178178
@Name("Project")
179179
public native @ByVal CrossSection project();
180180

181+
@Name("RefineToLength")
182+
public native @ByVal Manifold refineToLength(float length);
183+
181184
@Name("BatchBoolean")
182185
public static native @ByVal Manifold BatchBoolean(@ByRef ManifoldVector manifolds, @Cast("manifold::OpType") int op);
183186

0 commit comments

Comments
 (0)