Mesh BuildRegularSolid/de: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 12: Line 12:
</div>
</div>


<div class="mw-translate-fuzzy">
{{GuiCommand/de
{{GuiCommand/de
|Name=Mesh RegularSolid|Name/de=Netze Regelgeometrie
|Name=Mesh RegularSolid|Name/de=Netze Regelgeometrie
Line 19: Line 20:
|SeeAlso=
|SeeAlso=
}}
}}
</div>


==Description==
==Description==


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
Line 27: Line 29:
</div>
</div>


==Usage==
==Usage==


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
Line 40: Line 42:
</div>
</div>


==Limitations==
==Notes==

<div class="mw-translate-fuzzy">
==Beschränkungen==
<br />
</div>

==Notes==


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
Line 53: Line 48:
Zur Änderung der Parameter dieser vernetzten Regelgeometrien selektiere sie in der Baumansicht und wechsle zum Daten-Reiter.
Zur Änderung der Parameter dieser vernetzten Regelgeometrien selektiere sie in der Baumansicht und wechsle zum Daten-Reiter.
</div>
</div>

==Properties==

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

===[[Image:Mesh_Cube.svg|32px]] Cube===

====Data====

{{TitleProperty|Cube}}

* {{PropertyData|Height|FloatConstraint}}: the height of the cube.
* {{PropertyData|Length|FloatConstraint}}: the length of the cube.
* {{PropertyData|Width|FloatConstraint}}: the width of the cube.

===[[Image:Mesh_Cylinder.svg|32px]] Cylinder===

====Data====

{{TitleProperty|Base}}

* {{PropertyData|Closed|Bool}}: if set to {{FALSE}}, the planar ends of the cylinder are left open.
* {{PropertyData|Edge Length|FloatConstraint}}: the edge length of the faces in the mesh.
* {{PropertyData|Length|FloatConstraint}}: the length of the cylinder.
* {{PropertyData|Radius|FloatConstraint}}: the radius of the cylinder.
* {{PropertyData|Sampling|IntegerConstraint}}: the number of faces along the curved surface.

===[[Image:Mesh_Cone.svg|32px]] Cone===

====Data====

{{TitleProperty|Base}}

* {{PropertyData|Closed|Bool}}: if set to {{FALSE}}, the planar end(s) of the cone are left open.
* {{PropertyData|Edge Length|FloatConstraint}}: the edge length of the faces in the mesh.
* {{PropertyData|Length|FloatConstraint}}: the length of the cone.
* {{PropertyData|Radius 1|FloatConstraint}}: the first radius of the cone. Can be {{value|0}}.
* {{PropertyData|Radius 2|FloatConstraint}}: the second radius of the cone. Can be {{value|0}}.
* {{PropertyData|Sampling|IntegerConstraint}}: the number of faces along the curved surface.

===[[Image:Mesh_Sphere.svg|32px]] Sphere===

====Data====

{{TitleProperty|Base}}

* {{PropertyData|Radius|FloatConstraint}}: the radius of the sphere.
* {{PropertyData|Sampling|IntegerConstraint}}: the number of faces along both directions of the curved surface.

===[[Image:Mesh_Ellipsoid.svg|32px]] Ellipsoid===

====Data====

{{TitleProperty|Base}}

* {{PropertyData|Radius 1|FloatConstraint}}: the first radius of the ellipsoid.
* {{PropertyData|Radius 2|FloatConstraint}}: the second radius of the ellipsoid.
* {{PropertyData|Sampling|IntegerConstraint}}: the number of faces along both directions of the curved surface.

===[[Image:Mesh_Torus.svg|32px]] Torus===

====Data====

{{TitleProperty|Base}}

* {{PropertyData|Radius 1|FloatConstraint}}: the first (main) radius the torus.
* {{PropertyData|Radius 2|FloatConstraint}}: the second radius of the torus.
* {{PropertyData|Sampling|IntegerConstraint}}: the number of faces along both directions of the curved surface.




Line 68: Line 131:
{{Mesh Tools navi{{#translation:}}}}
{{Mesh Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Revision as of 11:55, 25 July 2020

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.