Uses of Record Class
cz.fidentis.analyst.engines.point2surface.PointToSurfaceDistanceConfig
Packages that use PointToSurfaceDistanceConfig
-
Uses of PointToSurfaceDistanceConfig in cz.fidentis.analyst.engines.point2surface
Methods in cz.fidentis.analyst.engines.point2surface with parameters of type PointToSurfaceDistanceConfigModifier and TypeMethodDescriptionPointToSurfaceDistanceServices.findNearestPoints
(KdTree kdTree, PointToSurfaceDistanceConfig config) Returns the closest point from the mesh stored in the k-D tree and the 3D point.PointToSurfaceDistanceServices.findNearestPoints
(Collection<KdTree> kdTrees, PointToSurfaceDistanceConfig config) Returns the closest point from the meshes stored in the k-D trees and the 3D point.PointToSurfaceDistanceServices.measure
(KdTree kdTree, PointToSurfaceDistanceConfig config) Returns the distance and the closest pointsPointToSurfaceDistanceServices.measure
(Collection<KdTree> kdTrees, PointToSurfaceDistanceConfig config) Returns the distance and the closest pointsstatic double
PointToSurfaceDistanceServices.measureDistance
(KdTree kdTree, PointToSurfaceDistanceConfig config) Returns the distance from the 3D point and the mesh stored in th k-D tree.static double
PointToSurfaceDistanceServices.measureDistance
(Collection<KdTree> kdTrees, PointToSurfaceDistanceConfig config) Returns the distance from the 3D point and the meshes stored in th k-D trees.