|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectartisynth.core.femmodels.FemIntersector
public class FemIntersector
Constructor Summary | |
---|---|
FemIntersector()
|
|
FemIntersector(double tol)
|
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FemIntersector()
public FemIntersector(double tol)
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |