Mesh BuildRegularSolid/ro: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 2: Line 2:


{{Docnav
{{Docnav
|[[Mesh BoundingBox|Boundings info]]
|[[Mesh_Scale|Mesh Scale]]
|[[Mesh_Cube|Mesh Cube]]
|[[Mesh_Union|Mesh Union]]
|[[Mesh_Workbench|Mesh]]
|[[Mesh_Workbench|Mesh]]
|IconL=
|IconL=
|IconR=Mesh_Cube.svg
|IconR=
|IconC=Workbench_Mesh.svg
|IconC=Workbench_Mesh.svg
}}
}}


<div class="mw-translate-fuzzy">
{{GuiCommand|Name=Mesh RegularSolid|Workbenches=[[Mesh Workbench|Mesh]]|MenuLocation=Meshes → Regular solid...|Shortcut=|SeeAlso=}}
{{GuiCommand|Name=Mesh RegularSolid|Workbenches=[[Mesh Workbench|Mesh]]|MenuLocation=Meshes → Regular solid...|Shortcut=|SeeAlso=}}
</div>


==Description==
==Description==


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
Line 19: Line 21:
</div>
</div>


==Usage==
==Usage==


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
Line 32: Line 34:
</div>
</div>


==Limitations==
==Notes==

<div class="mw-translate-fuzzy">
==Limitări==
<br />
</div>

==Notes==


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
Line 45: Line 40:
Pentru a schimba parametrii acestor componente solide regulate, evidențiați-le în vizualizarea arborescentă și comutați la tab-ul de date.
Pentru a schimba parametrii acestor componente solide regulate, evidențiați-le în vizualizarea arborescentă și comutați la tab-ul de date.
</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.




{{Docnav
{{Docnav
|[[Mesh BoundingBox|Boundings info]]
|[[Mesh_Scale|Mesh Scale]]
|[[Mesh_Cube|Mesh Cube]]
|[[Mesh_Union|Mesh Union]]
|[[Mesh_Workbench|Mesh]]
|[[Mesh_Workbench|Mesh]]
|IconL=
|IconL=
|IconR=Mesh_Cube.svg
|IconR=
|IconC=Workbench_Mesh.svg
|IconC=Workbench_Mesh.svg
}}
}}
Line 58: Line 121:
{{Mesh Tools navi{{#translation:}}}}
{{Mesh Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Revision as of 11:55, 25 July 2020

Mesh RegularSolid

Menu location
Meshes → Regular solid...
Workbenches
Mesh
Default shortcut
None
Introduced in version
-
See also
None

Description

Introducere

Creați primitive tip plasă, cum ar fi cuburi, cilindri, conuri, sfere, elipsoid, torus.

Usage

Utilizare

Choose MeshesFile:Mesh RegularSolid.png Regular solid... from the top menu.



Notes

Notes

Pentru a schimba parametrii acestor componente solide regulate, evidențiați-le în vizualizarea arborescentă și comutați la tab-ul de date.

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

  • DateHeight (FloatConstraint): the height of the cube.
  • DateLength (FloatConstraint): the length of the cube.
  • DateWidth (FloatConstraint): the width of the cube.

Cylinder

Data

Base

  • DateClosed (Bool): if set to false, the planar ends of the cylinder are left open.
  • DateEdge Length (FloatConstraint): the edge length of the faces in the mesh.
  • DateLength (FloatConstraint): the length of the cylinder.
  • DateRadius (FloatConstraint): the radius of the cylinder.
  • DateSampling (IntegerConstraint): the number of faces along the curved surface.

Cone

Data

Base

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

Sphere

Data

Base

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

Ellipsoid

Data

Base

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

Torus

Data

Base

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