Package | Description |
---|---|
eu.printingin3d.javascad.vrl |
Modifier and Type | Method and Description |
---|---|
Node |
Node.build(List<Polygon> polygons)
Build a new node adding the given polygons - splitting the polygons if necessary.
|
Node |
Node.clipTo(Node bsp)
Remove all polygons in this BSP tree that are inside the given other BSP tree.
|
static Node |
Node.fromPoligons(List<Polygon> polygons)
Creates a BSP node consisting of the specified polygons.
|
Node |
Node.invert()
Inverts the node by flipping all the poligons it contains and inverting the front and
back nodes as well.
|
Modifier and Type | Method and Description |
---|---|
Node |
Node.clipTo(Node bsp)
Remove all polygons in this BSP tree that are inside the given other BSP tree.
|
Copyright © 2014–2020, Printing in 3D. All rights reserved.