public class FemIntersector
extends java.lang.Object
Constructor and Description |
---|
FemIntersector() |
FemIntersector(double tol) |
Modifier and Type | Method and Description |
---|---|
double |
getTolerance() |
PolygonalMesh |
intersectPlane(FemModel3d fem,
Plane plane)
Intersects a FEM 3d model with a plane, returning a Polygonal mesh
on the plane corresponding to inside the FEM
|
void |
setTolerance(double tol) |
public FemIntersector()
public FemIntersector(double tol)
public void setTolerance(double tol)
public double getTolerance()
public PolygonalMesh intersectPlane(FemModel3d fem, Plane plane)
fem
- model to intersect with the planeplane
- plane to intersect with