Mesh RegelgeometrieErstellen

From FreeCAD Documentation
Revision as of 11:55, 25 July 2020 by FuzzyBot (talk | contribs) (Updating to match new version of source page)

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 NetzeFile:Mesh RegularSolid.png 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.