Class CandidatePlane

java.lang.Object
cz.fidentis.analyst.engines.symmetry.impl.CandidatePlane
Direct Known Subclasses:
CandidatePlaneMesh

public abstract class CandidatePlane extends Object
A symmetry plane extends standard plane with functions related to the similarity of planes and the measure of their quality (symmetry precision).
  • Constructor Details

    • CandidatePlane

      public CandidatePlane(Plane plane)
      Constructor.
      Parameters:
      plane - Original plane.
  • Method Details

    • getPlane

      public Plane getPlane()