Interface MeshDistanceServices
public interface MeshDistanceServices
Stateless services for mesh-to-mesh distance measurement.
It is a wrapper to the stateful implementation of
MeshDistanceVisitor
.-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic MeshDistances
measure
(MeshFacet facet, MeshDistanceConfig config) Returns distances between the source mesh stored in the strategy object and the mesh provided as input parameter.static MeshDistances
measure
(MeshModel meshModel, MeshDistanceConfig config) Returns distances between the source mesh stored in the strategy object and the mesh provided as input parameter.static MeshDistances
measure
(Collection<MeshFacet> facets, MeshDistanceConfig config) Returns distances between the source mesh stored in the strategy object and meshes provided as input parameter.
-
Method Details
-
measure
Returns distances between the source mesh stored in the strategy object and meshes provided as input parameter.- Parameters:
facets
- Meshes to be checkedconfig
- Configuration of the service- Returns:
- Distance measurement
-
measure
Returns distances between the source mesh stored in the strategy object and the mesh provided as input parameter.- Parameters:
facet
- Mesh to be checkedconfig
- Configuration of the service- Returns:
- Distance measurement
-
measure
Returns distances between the source mesh stored in the strategy object and the mesh provided as input parameter.- Parameters:
meshModel
- Mesh to be checkedconfig
- Configuration of the service- Returns:
- Distance measurement
-