Mesh BuildRegularSolid/de: Difference between revisions

From FreeCAD Documentation
(Created page with "===32px Zylinder===")
(Created page with "===32px Kegel===")
Line 70: Line 70:
* {{PropertyData|Sampling|IntegerConstraint}}: the number of faces along the curved surface.
* {{PropertyData|Sampling|IntegerConstraint}}: the number of faces along the curved surface.


<span id="32px_Cone"></span>
===[[Image:Mesh_Cone.svg|32px]] Cone===
===[[Image:Mesh_Cone.svg|32px]] Kegel===


====Data====
====Data====

Revision as of 12:22, 29 April 2023

Mesh RegelgeometrieErstellen

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

Beschreibung

Der Befehl Mesh RegelgeometrieErstellen erstellt ein regelmäßiges parametrisches Festkörper-Netzobjekt.

Anwendung

Anwendung

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



Hinweise

  • Die mit diesem Befehl erstellten Netzobjekte sind parametrisch. Immer wenn sie neu berechnet werden, z.B. nach dem Ändern eines Parameters, wird ihr Netz neu aufgebaut. Das bedeutet, dass die Anwendung von Befehlen wie Mesh NeuVernetzenGmsh, Mesh Skalieren usw. bei ihnen normalerweise nicht sinnvoll ist.

Eigenschaften

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:

Würfel

Data

Cube

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

Zylinder

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.

Kegel

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.