Mesh VertexCurvature/pl: Difference between revisions

From FreeCAD Documentation
(Created page with "{{Docnav/pl |Informacje o granicach |HarmonizeNormals |środowisko pracy Siatka |IconL=Mesh_Bounding...")
(Created page with "{{GuiCommand/pl |Name=Mesh VertexCurvature |Name/pl=Siatka: Krzywizna siatki |MenuLocation=Siatki → Wykres krzywizny |Workbenches=Siatka |SeeAlso=Mes...")
Line 10: Line 10:
}}
}}


{{GuiCommand
{{GuiCommand/pl
|Name=Mesh VertexCurvature
|Name=Mesh VertexCurvature
|Name/pl=Siatka: Krzywizna siatki
|MenuLocation=MeshesCurvature plot
|MenuLocation=SiatkiWykres krzywizny
|Workbenches=[[Mesh_Workbench|Mesh]]
|Workbenches=[[Mesh_Workbench/pl|Siatka]]
|SeeAlso=[[Mesh_CurvatureInfo|Mesh CurvatureInfo]]
|SeeAlso=[[Mesh_CurvatureInfo/pl|Informacje o krzywiźnie]]
}}
}}



Revision as of 15:50, 28 September 2022

Siatka: Krzywizna siatki

Lokalizacja w menu
Siatki → Wykres krzywizny
Środowisko pracy
Siatka
Domyślny skrót
brak
Wprowadzono w wersji
-
Zobacz także
Informacje o krzywiźnie

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 Mesh VertexCurvature 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

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

Data hidden

Base

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

View

Base

  • WIDOKDisplay Mode (Enumeration): Absolute curvature (default), Mean curvature, Gaussian curvature, Maximum curvature, Minimum curvature.
  • WIDOKOn Top When Selected (Enumeration): Disabled (default), Enabled, Object, Element.
  • WIDOKSelection Style (Enumeration): Shape, BoundBox (default).
  • WIDOKShow In Tree (Bool): if set to true, the object appears in the Tree view.
  • WIDOKVisibility (Bool): if set to true, the object appears in the 3D view.

View hidden

Base

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