Interface CrossSectionVisitor

All Superinterfaces:
MeshVisitor
All Known Implementing Classes:
CrossSectionVisitorImpl

public interface CrossSectionVisitor extends MeshVisitor
Stateful computation of a cross-sections. First, the visitor is created. Then, it is applied to mesh facets. Finally, the samples are returned.
  • Method Details

    • getCrossSectionCurve

      CrossSection3D getCrossSectionCurve()
      Returns computed cross-section curve.
      Returns:
      cross-section curve