Jump to content

Mesh VertexCurvature

From FreeCAD Documentation

Mesh VertexCurvature

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

Description[edit | edit source]

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[edit | edit source]

  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[edit | edit source]

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

Data[edit | edit source]

Base

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

Data hidden[edit | edit source]

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[edit | edit source]

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[edit | edit source]

Base

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