Package cz.fidentis.analyst.engines.bbox
Interface BoundingBoxServices
public interface BoundingBoxServices
Stateless services for bounding box calculation.
It is a wrapper to the stateful implementation in
BoundingBoxVisitor
.-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic Box
compute
(MeshFacet mesh, BoundingBoxConfig config) Returns bounding box of the given mesh.static Box
compute
(MeshModel mesh, BoundingBoxConfig config) Returns bounding box of the given mesh.static Box
compute
(Collection<MeshFacet> mesh, BoundingBoxConfig config) Returns bounding box of the given mesh.
-
Method Details
-
compute
Returns bounding box of the given mesh.- Parameters:
mesh
- Mesh model to be inspectedconfig
- Configuration of the service- Returns:
- result or
null
-
compute
Returns bounding box of the given mesh.- Parameters:
mesh
- Mesh facet to be inspectedconfig
- Configuration of the service- Returns:
- result or
null
-
compute
Returns bounding box of the given mesh.- Parameters:
mesh
- Mesh facets to be inspectedconfig
- Configuration of the service- Returns:
- result or
null
-