Mesh BuildRegularSolid/it: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 108: Line 108:




<div class="mw-translate-fuzzy">
{{Docnav/it
{{Docnav/it
|[[Mesh_Scale/it|Scala]]
|[[Mesh_Scale/it|Scala]]
|[[Mesh_Union/it|Unione]]
|[[Mesh_Union/it|Unione]]
|[[Mesh_Workbench/it|Mesh]]
|[[Mesh_Workbench/it|Mesh]]
|IconL=
|IconL=Mesh_Scale.svg
|IconR=
|IconR=Mesh_Union.svg
|IconC=Workbench_Mesh.svg
|IconC=Workbench_Mesh.svg
}}
}}
</div>


{{Mesh Tools navi{{#translation:}}}}
{{Mesh Tools navi{{#translation:}}}}

Revision as of 17:23, 22 September 2020

Solido regolare

Posizione nel menu
Mesh → Solido regolare...
Ambiente
Mesh
Avvio veloce
Nessuno
Introdotto nella versione
-
Vedere anche
Nessuno

Descrizione

Il comando Solido regolare crea un oggetto mesh solido parametrico regolare.

Utilizzo

Scegliere MeshFile:Mesh RegularSolid.svg Solido regolare... nel menu principale.



Note

Per modificare i parametri di questi solidi regolari di tipo mesh evidenziarli nella vista ad albero e passare alla scheda dei dati.

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

  • DatiHeight (FloatConstraint): the height of the cube.
  • DatiLength (FloatConstraint): the length of the cube.
  • DatiWidth (FloatConstraint): the width of the cube.

Cylinder

Data

Base

  • DatiClosed (Bool): if set to false, the planar ends of the cylinder are left open.
  • DatiEdge Length (FloatConstraint): the edge length of the faces in the mesh.
  • DatiLength (FloatConstraint): the length of the cylinder.
  • DatiRadius (FloatConstraint): the radius of the cylinder.
  • DatiSampling (IntegerConstraint): the number of faces along the curved surface.

Cone

Data

Base

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

Sphere

Data

Base

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

Ellipsoid

Data

Base

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

Torus

Data

Base

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