Mesh VertexCurvature: Difference between revisions

From FreeCAD Documentation
No edit summary
(Button text.)
 
(3 intermediate revisions by 2 users not shown)
Line 4: Line 4:
<!--T:3-->
<!--T:3-->
{{Docnav
{{Docnav
|[[Mesh_BoundingBox|Mesh BoundingBox]]
|[[Mesh_BoundingBox|BoundingBox]]
|[[Mesh_HarmonizeNormals|Mesh HarmonizeNormals]]
|[[Mesh_HarmonizeNormals|HarmonizeNormals]]
|[[Mesh_Workbench|Mesh]]
|[[Mesh_Workbench|Mesh]]
|IconL=
|IconL=Mesh_BoundingBox.svg
|IconR=Mesh_HarmonizeNormals.svg
|IconR=Mesh_HarmonizeNormals.svg
|IconC=Workbench_Mesh.svg
|IconC=Workbench_Mesh.svg
Line 36: Line 36:
# Select one or more mesh objects.
# Select one or more mesh objects.
# There are several ways to invoke the command:
# There are several ways to invoke the command:
#* Press the {{Button|[[Image:Mesh_VertexCurvature.svg|16px]] [[Mesh_VertexCurvature|Mesh VertexCurvature]]}} button.
#* Press the {{Button|[[Image:Mesh_VertexCurvature.svg|16px]] [[Mesh_VertexCurvature|Curvature plot]]}} button.
#* Select the {{MenuCommand|Meshes → [[Image:Mesh_VertexCurvature.svg|16px]] Curvature plot}} option from the menu.
#* Select the {{MenuCommand|Meshes → [[Image:Mesh_VertexCurvature.svg|16px]] Curvature plot}} option from the menu.
#* Select the {{MenuCommand|[[Image:Mesh_VertexCurvature.svg|16px]] Curvature plot}} option from the [[Tree_view|Tree view]] context menu or [[3D_view|3D view]] context menu.
#* Select the {{MenuCommand|[[Image:Mesh_VertexCurvature.svg|16px]] Curvature plot}} option from the [[Tree_view|Tree view]] context menu or [[3D_view|3D view]] context menu.
Line 54: Line 54:
* {{PropertyData|Source|Link}}: a link to the mesh object.
* {{PropertyData|Source|Link}}: a link to the mesh object.


====Hidden Data properties==== <!--T:15-->
====Data hidden==== <!--T:15-->


<!--T:16-->
<!--T:16-->
Line 77: Line 77:
* {{PropertyView|Visibility|Bool}}: if set to {{TRUE}}, the object appears in the [[3D_view|3D view]].
* {{PropertyView|Visibility|Bool}}: if set to {{TRUE}}, the object appears in the [[3D_view|3D view]].


====Hidden View properties==== <!--T:21-->
====View hidden==== <!--T:21-->


<!--T:22-->
<!--T:22-->
Line 88: Line 88:
<!--T:24-->
<!--T:24-->
{{Docnav
{{Docnav
|[[Mesh_BoundingBox|Mesh BoundingBox]]
|[[Mesh_BoundingBox|BoundingBox]]
|[[Mesh_HarmonizeNormals|Mesh HarmonizeNormals]]
|[[Mesh_HarmonizeNormals|HarmonizeNormals]]
|[[Mesh_Workbench|Mesh]]
|[[Mesh_Workbench|Mesh]]
|IconL=
|IconL=Mesh_BoundingBox.svg
|IconR=Mesh_HarmonizeNormals.svg
|IconR=Mesh_HarmonizeNormals.svg
|IconC=Workbench_Mesh.svg
|IconC=Workbench_Mesh.svg

Latest revision as of 16:31, 25 November 2023

Mesh VertexCurvature

Menu location
Meshes → Curvature plot
Workbenches
Mesh
Default shortcut
None
Introduced in version
-
See also
Mesh CurvatureInfo

Description

The Mesh VertexCurvature command creates Mesh Curvature objects for mesh objects. A curvature object displays the curvature of a mesh using different colors for the convex, flat and concave parts.

Example of a Mesh Curvature object

Usage

  1. Select one or more mesh objects.
  2. There are several ways to invoke the command:
    • Press the Curvature plot button.
    • Select the Meshes → Curvature plot option from the menu.
    • Select the Curvature plot option from the Tree view context menu or 3D view context menu.

Properties

For a Mesh Curvature object the following properties are available in the Property editor. Select the Show all option from the Property editor context menu to display the hidden properties.

Data

Base

  • DataLabel (String): a user editable name for the object, an arbitrary UTF8 string.
  • DataSource (Link): a link to the mesh object.

Data hidden

Base

  • DataCurv Info (CurvatureList): a list of curvature information.
  • DataExpression Engine (ExpressionEngine): a list of expressions.
  • DataLabel2 (String): a user editable description for the object, an arbitrary UTF8 string that may include newlines.
  • DataVisibility (Bool): if set to true, the object appears in the 3D view.

View

Base

  • ViewDisplay Mode (Enumeration): Absolute curvature (default), Mean curvature, Gaussian curvature, Maximum curvature, Minimum curvature.
  • ViewOn Top When Selected (Enumeration): Disabled (default), Enabled, Object, Element.
  • ViewSelection Style (Enumeration): Shape, BoundBox (default).
  • ViewShow In Tree (Bool): if set to true, the object appears in the Tree view.
  • ViewVisibility (Bool): if set to true, the object appears in the 3D view.

View hidden

Base

  • ViewTexture Material (Material): an App Material associated with the object.