Contents
Class Extrude
java.lang.Object
eu.mihosoft.vrl.v3d.Extrude
Extrudes concave and convex polygons.
- Author:
- Michael Hoffer <info@michaelhoffer.de>
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
static CSG
Extrudes the specified path (convex or concave polygon without holes or intersections, specified in CCW) into the specified direction.static CSG
Extrudes the specified path (convex or concave polygon without holes or intersections, specified in CCW) into the specified direction.
-
Method Details
-
points
Extrudes the specified path (convex or concave polygon without holes or intersections, specified in CCW) into the specified direction.- Parameters:
dir
- directionpoints
- path (convex or concave polygon without holes or intersections)- Returns:
- a CSG object that consists of the extruded polygon
-
points
Extrudes the specified path (convex or concave polygon without holes or intersections, specified in CCW) into the specified direction.- Parameters:
dir
- directionpoints
- path (convex or concave polygon without holes or intersections)- Returns:
- a CSG object that consists of the extruded polygon
-
isCCW
-