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)
 
(2 intermediate revisions by one other user not shown)
Line 10: Line 10:
}}
}}


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


==Description==
==Description==
Line 25: Line 23:
<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
==Utilizare==
==Utilizare==
Choose {{KEY| Meshes}} → {{KEY|[[Image:Mesh_RegularSolid.png|32px]] Regular solid...}} from the top menu.
Choose {{KEY| Meshes}} → {{KEY|[[Image:Mesh_BuildRegularSolid.svg|32px]] Regular solid...}} from the top menu.
<br />
<br />
<br />
<br />

Latest revision as of 11:28, 26 February 2021

Mesh BuildRegularSolid

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 Meshes 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.