Mesh BoundingBox: Difference between revisions

From FreeCAD Documentation
(Removed faulty PNG images. Added Empty=1 to GuiCommand.)
(Button text.)
 
(14 intermediate revisions by 2 users not shown)
Line 4: Line 4:
<!--T:6-->
<!--T:6-->
{{Docnav
{{Docnav
|[[Mesh_EvaluateSolid|EvaluateSolid]]
|[[Mesh EvaluateSolid|Check solid mesh]]
|[[Mesh_VertexCurvature|VertexCurvature]]
|[[Mesh BuildRegularSolid|Regular solid]]
|[[Mesh_Workbench|Mesh]]
|[[Mesh_Workbench|Mesh]]
|IconL=
|IconL=Mesh_EvaluateSolid.svg
|IconR=Mesh_RegularSolid.svg
|IconR=Mesh_VertexCurvature.svg
|IconC=Workbench_Mesh.svg
|IconC=Workbench_Mesh.svg
}}
}}
Line 14: Line 14:
<!--T:1-->
<!--T:1-->
{{GuiCommand
{{GuiCommand
|Name=Mesh BoundingBox‏‎
|Name=Mesh BoundingBox
|Empty=1
|MenuLocation=Meshes → Analyze → Boundings info...
|MenuLocation=Meshes → Analyze → Boundings info...
|Workbenches=[[Mesh Workbench|Mesh]]
|Workbenches=[[Mesh_Workbench|Mesh]]
}}
}}


==Description== <!--T:10-->
==Description== <!--T:10-->


<!--T:2-->
<!--T:2-->
Gives you the Min/Max-coordinates of a bounding box for a single mesh.
The '''Mesh BoundingBox''' command shows the bounding box coordinates of a mesh object.


==Usage== <!--T:11-->
==Usage== <!--T:11-->


<!--T:3-->
<!--T:3-->
#Select mesh in tree-view
# Select a single mesh object.
# There are several ways to invoke the command:
#Choose {{KEY| Meshes}} {{KEY| Analyze}} {{KEY| Boundings Info...}} from the top menu.
#* Press the {{Button|[[Image:Mesh_BoundingBox.svg|16px]] [[Mesh_BoundingBox|Boundings info...]]}} button.
#A pop-up will display the Min/Max-coordinates of the bounding box
#* Select the {{MenuCommand|Meshes → Analyze → [[Image:Mesh_BoundingBox.svg|16px]] Boundings info...}} option from the menu.
[[Image: Mesh_BoundingsInfo.jpg]]
# The {{MenuCommand|Boundings}} dialog box opens showing the coordinates of the object's bounding box.

# The same information is also displayed in the [[Report_view|Report view]].

# Press the {{Button|OK}} button to close the dialog box and finish the command.
==Limitations== <!--T:12-->

<!--T:4-->
This command will only evaluate the bounding box of single meshes.
<br />
You can merge meshes for evaluating bounding box of these.
<br />
For other cases you may want to install 3rd-party software: [https://github.com/DeepSOIC/Lattice2 Lattice2-Workbench]


==Notes== <!--T:13-->

<!--T:5-->
<br />




<!--T:7-->
<!--T:7-->
{{Docnav
{{Docnav
|[[Mesh_EvaluateSolid|EvaluateSolid]]
|[[Mesh EvaluateSolid|Check solid mesh]]
|[[Mesh_VertexCurvature|VertexCurvature]]
|[[Mesh BuildRegularSolid|Regular solid]]
|[[Mesh_Workbench|Mesh]]
|[[Mesh_Workbench|Mesh]]
|IconL=
|IconL=Mesh_EvaluateSolid.svg
|IconR=Mesh_RegularSolid.svg
|IconR=Mesh_VertexCurvature.svg
|IconC=Workbench_Mesh.svg
|IconC=Workbench_Mesh.svg
}}
}}
Line 63: Line 49:
{{Mesh Tools navi{{#translation:}}}}
{{Mesh Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Latest revision as of 16:30, 25 November 2023

Mesh BoundingBox

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

Description

The Mesh BoundingBox command shows the bounding box coordinates of a mesh object.

Usage

  1. Select a single mesh object.
  2. There are several ways to invoke the command:
    • Press the Boundings info... button.
    • Select the Meshes → Analyze → Boundings info... option from the menu.
  3. The Boundings dialog box opens showing the coordinates of the object's bounding box.
  4. The same information is also displayed in the Report view.
  5. Press the OK button to close the dialog box and finish the command.