HE_Mesh
5.0.0
|
Public Member Functions | |
HEM_Slice | setOffset (final double d) |
HEM_Slice () | |
HEM_Slice | setPlane (final WB_Plane P) |
HEM_Slice | setPlane (final double ox, final double oy, final double oz, final double nx, final double ny, final double nz) |
HEM_Slice | setReverse (final Boolean b) |
HEM_Slice | setCap (final Boolean b) |
HEM_Slice | setSimpleCap (final Boolean b) |
HE_Mesh | apply (final HE_Mesh mesh) |
HE_Mesh | apply (final HE_Selection selection) |
![]() | |
HEM_Modifier () | |
abstract HE_Mesh | apply (final HE_Mesh mesh) |
abstract HE_Mesh | apply (final HE_Selection selection) |
![]() | |
abstract HE_Mesh | apply (HE_Mesh mesh) |
abstract HE_Mesh | apply (HE_Selection selection) |
Static Public Member Functions | |
static void | main (final String[] args) |
Public Attributes | |
HE_Selection | cutFaces |
HE_Selection | capFaces |
Private Attributes | |
WB_Plane | P |
boolean | reverse = false |
boolean | capHoles = true |
boolean | simpleCap = true |
double | offset |
Additional Inherited Members | |
![]() | |
static final WB_ProgressTracker | tracker = WB_ProgressTracker.instance() |
Planar cut of a mesh. Faces on positive side of cut plane are removed.
wblut.hemesh.HEM_Slice.HEM_Slice | ( | ) |
Instantiates a new HEM_Slice.
HE_Mesh wblut.hemesh.HEM_Slice.apply | ( | final HE_Selection | selection | ) |
|
static |
HEM_Slice wblut.hemesh.HEM_Slice.setCap | ( | final Boolean | b | ) |
Set option to cap holes.
b | true, false; |
HEM_Slice wblut.hemesh.HEM_Slice.setOffset | ( | final double | d | ) |
Set offset.
d | offset |
Set cut plane.
P | cut plane |
HEM_Slice wblut.hemesh.HEM_Slice.setPlane | ( | final double | ox, |
final double | oy, | ||
final double | oz, | ||
final double | nx, | ||
final double | ny, | ||
final double | nz | ||
) |
Sets the plane.
ox | the ox |
oy | the oy |
oz | the oz |
nx | the nx |
ny | the ny |
nz | the nz |
HEM_Slice wblut.hemesh.HEM_Slice.setReverse | ( | final Boolean | b | ) |
Set reverse option.
b | true, false |
HEM_Slice wblut.hemesh.HEM_Slice.setSimpleCap | ( | final Boolean | b | ) |
Sets the simple cap.
b | the b |
HE_Selection wblut.hemesh.HEM_Slice.capFaces |
Store cap faces.
|
private |
Cap holes?. Capping holes does not work properly with self-intersection...
HE_Selection wblut.hemesh.HEM_Slice.cutFaces |
Store cut faces.
|
private |
The offset.
|
private |
Cut plane.
|
private |
HEM_slice keeps the part of the mesh on the positive side of the plane. Reverse planar cut.
|
private |
The simple cap.