BowlerKernel
Public Member Functions | List of all members
eu.mihosoft.vrl.v3d.ISlice Interface Reference
Inheritance diagram for eu.mihosoft.vrl.v3d.ISlice:
Inheritance graph
[legend]

Public Member Functions

List< Polygonslice (CSG incoming, Transform slicePlane, double normalInsetDistance)
 

Detailed Description

Definition at line 5 of file ISlice.java.

Member Function Documentation

◆ slice()

List<Polygon> eu.mihosoft.vrl.v3d.ISlice.slice ( CSG  incoming,
Transform  slicePlane,
double  normalInsetDistance 
)

An interface for slicking CSG objects into lists of points that can be extruded back out

Parameters
incomingIncoming CSG to be sliced
slicePlaneZ coordinate of incoming CSG to slice at
normalInsetDistanceInset for sliced output
Returns
A set of polygons defining the sliced shape

The documentation for this interface was generated from the following file: