Mesh BuildRegularSolid/de: Difference between revisions

From FreeCAD Documentation
No edit summary
(Updating to match new version of source page)
Line 29: Line 29:
==Usage==
==Usage==


<div class="mw-translate-fuzzy">
==Anwendung==
==Anwendung==
Wähle {{Button|Netze}} → {{Button|[[Image:Mesh_BuildRegularSolid.svg|32px]] Regelgeometrie...}} aus der Menüleiste.
Wähle {{Button|Netze}} → {{Button|[[Image:Mesh_BuildRegularSolid.svg|32px]] Regelgeometrie...}} aus der Menüleiste.
Line 37: Line 38:
<br />
<br />
[[Image:Meshes_RegularSolid_Sphere.jpg]] [[Image:Meshes_RegularSolid_Ellipsoid.jpg]] [[Image:Meshes_RegularSolid_Torus.jpg]]
[[Image:Meshes_RegularSolid_Sphere.jpg]] [[Image:Meshes_RegularSolid_Ellipsoid.jpg]] [[Image:Meshes_RegularSolid_Torus.jpg]]
</div>


==Notes==
==Notes==

Revision as of 11:28, 26 February 2021

Netze Regelgeometrie

Menüeintrag
Netze → Regelgeometrie...
Arbeitsbereich
Netze
Standardtastenkürzel
Keiner
Eingeführt in Version
-
Siehe auch
Keiner

Description

Einleitung

Erstelle Netz-Körper wie Würfel, Zylinder, Kegel, Kugel, Ellipsoid oder Torus.

Usage

Anwendung

Wähle Netze Regelgeometrie... aus der Menüleiste.



Notes

Anmerkungen

Zur Änderung der Parameter dieser vernetzten Regelgeometrien selektiere sie in der Baumansicht und wechsle zum Daten-Reiter.

Properties

Mesh objects created with this command inherit all Mesh Feature properties. In addition each mesh object type has a number of properties to control its parametric behavior:

Cube

Data

Cube

  • DatenHeight (FloatConstraint): the height of the cube.
  • DatenLength (FloatConstraint): the length of the cube.
  • DatenWidth (FloatConstraint): the width of the cube.

Cylinder

Data

Base

  • DatenClosed (Bool): if set to false, the planar ends of the cylinder are left open.
  • DatenEdge Length (FloatConstraint): the edge length of the faces in the mesh.
  • DatenLength (FloatConstraint): the length of the cylinder.
  • DatenRadius (FloatConstraint): the radius of the cylinder.
  • DatenSampling (IntegerConstraint): the number of faces along the curved surface.

Cone

Data

Base

  • DatenClosed (Bool): if set to false, the planar end(s) of the cone are left open.
  • DatenEdge Length (FloatConstraint): the edge length of the faces in the mesh.
  • DatenLength (FloatConstraint): the length of the cone.
  • DatenRadius 1 (FloatConstraint): the first radius of the cone. Can be 0.
  • DatenRadius 2 (FloatConstraint): the second radius of the cone. Can be 0.
  • DatenSampling (IntegerConstraint): the number of faces along the curved surface.

Sphere

Data

Base

  • DatenRadius (FloatConstraint): the radius of the sphere.
  • DatenSampling (IntegerConstraint): the number of faces along both directions of the curved surface.

Ellipsoid

Data

Base

  • DatenRadius 1 (FloatConstraint): the first radius of the ellipsoid.
  • DatenRadius 2 (FloatConstraint): the second radius of the ellipsoid.
  • DatenSampling (IntegerConstraint): the number of faces along both directions of the curved surface.

Torus

Data

Base

  • DatenRadius 1 (FloatConstraint): the first (main) radius the torus.
  • DatenRadius 2 (FloatConstraint): the second radius of the torus.
  • DatenSampling (IntegerConstraint): the number of faces along both directions of the curved surface.