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 the volumetric elements of an FEM model with a plane,
returning a Polygonal mesh on the plane corresponding to the element
intersections.
|
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