HE_Mesh  5.1.2
wblut.hemesh.HEM_SliceSurface Class Reference
+ Inheritance diagram for wblut.hemesh.HEM_SliceSurface:

Public Member Functions

 HEM_SliceSurface ()
 
HEM_SliceSurface setPlane (final WB_Plane P)
 
HEM_SliceSurface setPlane (final double ox, final double oy, final double oz, final double nx, final double ny, final double nz)
 
HEM_SliceSurface setOffset (final double d)
 
List< HE_PathgetPaths ()
 
- Public Member Functions inherited from wblut.hemesh.HEM_Modifier
 HEM_Modifier ()
 
HE_Mesh apply (final HE_Mesh mesh)
 
HE_Mesh apply (final HE_Selection selection)
 
- Public Member Functions inherited from wblut.hemesh.HE_Machine
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 frontFaces
 
HE_Selection backFaces
 
HE_Selection newEdges
 

Protected Member Functions

HE_Mesh applyInt (final HE_Mesh mesh)
 
HE_Mesh applyInt (final HE_Selection selection)
 
- Protected Member Functions inherited from wblut.hemesh.HEM_Modifier
abstract HE_Mesh applyInt (final HE_Mesh mesh)
 
abstract HE_Mesh applyInt (final HE_Selection selection)
 

Private Member Functions

void buildPaths (final HE_Selection cutEdges)
 

Private Attributes

WB_Plane P
 
List< HE_Pathpaths
 
double offset
 

Additional Inherited Members

- Static Public Attributes inherited from wblut.hemesh.HE_Machine
static final WB_ProgressTracker tracker = WB_ProgressTracker.instance()
 

Detailed Description

Planar cut of a mesh. No faces are removed.

Author
Frederik Vanhoutte (W:Blut)

Constructor & Destructor Documentation

wblut.hemesh.HEM_SliceSurface.HEM_SliceSurface ( )

Instantiates a new HEM_SliceSurface.

Member Function Documentation

HE_Mesh wblut.hemesh.HEM_SliceSurface.applyInt ( final HE_Mesh  mesh)
protected
HE_Mesh wblut.hemesh.HEM_SliceSurface.applyInt ( final HE_Selection  selection)
protected
void wblut.hemesh.HEM_SliceSurface.buildPaths ( final HE_Selection  cutEdges)
private
Parameters
cutEdges
List<HE_Path> wblut.hemesh.HEM_SliceSurface.getPaths ( )
Returns
List of HE_Path created by the cutting plane
static void wblut.hemesh.HEM_SliceSurface.main ( final String[]  args)
static
HEM_SliceSurface wblut.hemesh.HEM_SliceSurface.setOffset ( final double  d)

Set offset.

Parameters
doffset
Returns
self
HEM_SliceSurface wblut.hemesh.HEM_SliceSurface.setPlane ( final WB_Plane  P)

Set cut plane.

Parameters
Pcut plane
Returns
self
HEM_SliceSurface wblut.hemesh.HEM_SliceSurface.setPlane ( final double  ox,
final double  oy,
final double  oz,
final double  nx,
final double  ny,
final double  nz 
)
Parameters
ox
oy
oz
nx
ny
nz
Returns

Member Data Documentation

HE_Selection wblut.hemesh.HEM_SliceSurface.backFaces
HE_Selection wblut.hemesh.HEM_SliceSurface.cutFaces

Stores cut faces.

HE_Selection wblut.hemesh.HEM_SliceSurface.frontFaces
HE_Selection wblut.hemesh.HEM_SliceSurface.newEdges

Stores new edges.

double wblut.hemesh.HEM_SliceSurface.offset
private
WB_Plane wblut.hemesh.HEM_SliceSurface.P
private

Cut plane.

List<HE_Path> wblut.hemesh.HEM_SliceSurface.paths
private

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