Mesh BoundingBox: Difference between revisions

From FreeCAD Documentation
m (Change section name to 'Usage')
m (Change section name to 'Description' for uniformity)
Line 7: Line 7:
{{GuiCommand|Name=Mesh BoundingBox‏‎|MenuLocation=Meshes → Analyze → Boundings info...|Workbenches=[[Mesh Workbench|Mesh]]|Shortcut=|SeeAlso=}}
{{GuiCommand|Name=Mesh BoundingBox‏‎|MenuLocation=Meshes → Analyze → Boundings info...|Workbenches=[[Mesh Workbench|Mesh]]|Shortcut=|SeeAlso=}}


==Introduction== <!--T:2-->
==Description== <!--T:2-->
Gives you the Min/Max-coordinates of a bounding box for a single mesh.
Gives you the Min/Max-coordinates of a bounding box for a single mesh.



Revision as of 18:24, 19 February 2020

Mesh BoundingBox‏‎

Menu location
Meshes → Analyze → Boundings info...
Workbenches
Mesh
Default shortcut
None
Introduced in version
-
See also
None

Description

Gives you the Min/Max-coordinates of a bounding box for a single mesh.

Usage

  1. Select mesh in tree-view
  2. Choose Meshes Analyze Boundings Info... from the top menu.
  3. A pop-up will display the Min/Max-coordinates of the bounding box


Limitations

This command will only evaluate the bounding box of single meshes.
You can merge meshes for evaluating bounding box of these.
For other cases you may want to install 3rd-party software: Lattice2-Workbench


Notes