Uses of Class
cz.fidentis.analyst.data.shapes.CrossSection2D
Packages that use CrossSection2D
Package
Description
3D or 2D shapes.
Generic graphical elements.
Control panel for the symmetry plane computation and fine tuning.
-
Uses of CrossSection2D in cz.fidentis.analyst.data.shapes
Methods in cz.fidentis.analyst.data.shapes that return CrossSection2DModifier and TypeMethodDescriptionCrossSection2D.subSample
(int sampling) Returns a reduced curve according to samplingMethods in cz.fidentis.analyst.data.shapes with parameters of type CrossSection2DModifier and TypeMethodDescriptiondouble
CrossSection2D.hausdorffDistance
(CrossSection2D curve, int sampling) Returns 2D Hausdorff distance. -
Uses of CrossSection2D in cz.fidentis.analyst.engines.face
Methods in cz.fidentis.analyst.engines.face that return types with arguments of type CrossSection2DModifier and TypeMethodDescriptionstatic List
<List<CrossSection2D>> CuttingPlanesUtils.computeCrossSections
(List<CuttingPlanesUtils.CrossSectionPlane> crossSectionPlanes, HumanFace primaryFace, HumanFace secondaryFace, Double featurePointCloseness) Deprecated.Computes cross-sections with all given visible planesMethod parameters in cz.fidentis.analyst.engines.face with type arguments of type CrossSection2DModifier and TypeMethodDescriptionCuttingPlanesUtils.getHausdorffDistances
(Integer samplingStrength, List<CrossSection2D> primaryCurves, List<CrossSection2D> secondaryCurves) Deprecated.Computes Hausdorff distances of all visible curves. -
Uses of CrossSection2D in cz.fidentis.analyst.gui.elements
Methods in cz.fidentis.analyst.gui.elements that return types with arguments of type CrossSection2DModifier and TypeMethodDescriptionCurveRenderingPanel.get2DPrimaryCurves()
Getter for primary curves.CurveRenderingPanel.get2DSecondaryCurves()
Getter for secondary curves.Methods in cz.fidentis.analyst.gui.elements with parameters of type CrossSection2DModifier and TypeMethodDescriptionprotected void
CurveRenderingPanel.drawProjectedFeaturePoints
(Graphics2D g2, CrossSection2D curve, Color faceColor) protected void
CurveRenderingPanel.paintCurve
(Graphics2D g2, CrossSection2D curve, Color faceColor, boolean highlight) Method parameters in cz.fidentis.analyst.gui.elements with type arguments of type CrossSection2DModifier and TypeMethodDescriptionvoid
CurveRenderingPanel.setCurves
(List<CrossSection2D> primaryCrossSectionCurves, List<CrossSection2D> secondaryCrossSectionCurves) Sets computed cross-section curves for rendering. -
Uses of CrossSection2D in cz.fidentis.analyst.gui.task.batch.symmetry
Method parameters in cz.fidentis.analyst.gui.task.batch.symmetry with type arguments of type CrossSection2DModifier and TypeMethodDescriptionprotected void
BatchCuttingPlanesAction.computeHausdorffDistances
(List<CrossSection2D> primaryCurves, List<CrossSection2D> secondaryCurves) Computes Hausdorff distances of all visible curves. -
Uses of CrossSection2D in cz.fidentis.analyst.gui.task.symmetry
Method parameters in cz.fidentis.analyst.gui.task.symmetry with type arguments of type CrossSection2DModifier and TypeMethodDescriptionprotected void
CuttingPlanesAction.computeHausdorffDistances
(List<CrossSection2D> primaryCurves, List<CrossSection2D> secondaryCurves) Computes Hausdorff distances of all visible curves.