Uses of Record Class
cz.fidentis.analyst.engines.avgmesh.AvgMeshConfig
Packages that use AvgMeshConfig
-
Uses of AvgMeshConfig in cz.fidentis.analyst.engines.avgmesh
Methods in cz.fidentis.analyst.engines.avgmesh with parameters of type AvgMeshConfigModifier and TypeMethodDescriptionstatic MeshModel
AvgMeshServices.computeByRayCasting
(Octree octree, AvgMeshConfig config) Returns a list of samples from the given mesh.static MeshModel
AvgMeshServices.computeByRayCasting
(Collection<Octree> octrees, AvgMeshConfig config) Returns a list of samples from the given mesh.static MeshModel
AvgMeshServices.computeFromNearestNeighbors
(KdTree kdTree, AvgMeshConfig config) Returns a list of samples from the given mesh.static MeshModel
AvgMeshServices.computeFromNearestNeighbors
(Collection<KdTree> kdTrees, AvgMeshConfig config) Returns a list of samples from the given mesh.