Package cz.fidentis.analyst.engines.cut
Interface CrossSectionVisitor
- All Superinterfaces:
MeshVisitor
- All Known Implementing Classes:
CrossSectionVisitorImpl
Stateful computation of a cross-sections.
First, the visitor is created. Then, it is applied to mesh facets. Finally, the samples are returned.
-
Method Summary
Modifier and TypeMethodDescriptionReturns computed cross-section curve.Methods inherited from interface cz.fidentis.analyst.data.mesh.MeshVisitor
dispose, isThreadSafe, visitMeshFacet
-
Method Details
-
getCrossSectionCurve
CrossSection3D getCrossSectionCurve()Returns computed cross-section curve.- Returns:
- cross-section curve
-