You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- <imgsrc="docs/sdf.png"width="128"/> **`Mesh::sdf<F>(sdf: F, resolution: (usize, usize, usize), min_pt: Point3, max_pt: Point3, iso_value: Real, metadata: Option<S>)`** - Return a CSG created by meshing a signed distance field within a bounding box
241
241
- <imgsrc="docs/mesh_arrow.png"width="128"/> **`Mesh::arrow(start: Point3, direction: Vector3, segments: usize, orientation: bool, metadata: Option<S>)`** - Create an arrow at start, pointing along direction
242
-
- <imgsrc="docs/gyroid.png"width="128"/> **`Mesh::gyroid(resolution: usize, period: Real, iso_value: Real, metadata: Option<S>)`** - Generate a Triply Periodic Minimal Surface (Gyroid) inside the volume of `self`
243
-
- <imgsrc="docs/schwarz_p.png"width="128"/> **`Mesh::schwarz_p(resolution: usize, period: Real, iso_value: Real, metadata: Option<S>)`** - Generate a Triply Periodic Minimal Surface (Schwarz P) inside the volume of `self`
244
-
- <imgsrc="docs/schwarz_d.png"width="128"/> **`Mesh::schwarz_d(resolution: usize, period: Real, iso_value: Real, metadata: Option<S>)`** - Generate a Triply Periodic Minimal Surface (Schwarz D) inside the volume of `self`
242
+
- <imgsrc="docs/gyroid.png"width="128"/> **`Mesh::gyroid_solid(resolution: usize, period: Real, iso_value: Real, thickness: Real, metadata: Option<S>)`** - Generate a capped, finite-thickness Gyroid solid inside the bounding box of `self`
243
+
- <imgsrc="docs/schwarz_p.png"width="128"/> **`Mesh::schwarz_p_solid(resolution: usize, period: Real, iso_value: Real, thickness: Real, metadata: Option<S>)`** - Generate a capped, finite-thickness Schwarz P solid inside the bounding box of `self`
244
+
- <imgsrc="docs/schwarz_d.png"width="128"/> **`Mesh::schwarz_d_solid(resolution: usize, period: Real, iso_value: Real, thickness: Real, metadata: Option<S>)`** - Generate a capped, finite-thickness Schwarz D solid inside the bounding box of `self`
0 commit comments