Mesh BuildRegularSolid: Difference between revisions

From FreeCAD Documentation
(Removed faulty PNG images.)
(Revising. Added 'in progress' for now.)
Line 1: Line 1:
<languages/>
<languages/>

{{Page in progress}}

<translate>
<translate>


<!--T:6-->
<!--T:6-->
{{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
}}
}}


<!--T:1-->
<!--T:1-->
{{GuiCommand
{{GuiCommand|Name=Mesh RegularSolid|Workbenches=[[Mesh Workbench|Mesh]]|MenuLocation=Meshes → Regular solid...|Shortcut=|SeeAlso=}}
|Name=Mesh BuildRegularSolid
|MenuLocation=Meshes → Regular solid...
|Workbenches=[[Mesh_Workbench|Mesh]]
}}


==Description== <!--T:10-->
==Description== <!--T:10-->


<!--T:2-->
<!--T:2-->
The '''Mesh BuildRegularSolid''' command creates a regular parametric solid mesh object.
Create mesh primitives, like cubes, cylinders, cones, spheres, ellipsoid, torus.


==Usage== <!--T:11-->
==Usage== <!--T:11-->


<!--T:3-->
<!--T:3-->
Choose {{KEY| Meshes}} {{KEY|[[Image:Mesh_RegularSolid.svg|32px]] Regular solid...}} from the top menu.
# Select the {{MenuCommand|Meshes → [[Image:Mesh_BuildRegularSolid.svg|16px]] Regular solid...}} option from the menu.
# The {{MenuCommand|Regular Solid}} dialog box opens.
<br />
# First select a mesh type from the dropdown list:
<br />
#* {{MenuCommand|[[Image:Mesh_Cube.svg|16px]] Cube}}
[[Image:Meshes_RegularSolid_Cube.jpg]] [[Image:Meshes_RegularSolid_Cylinder.jpg]] [[Image:Meshes_RegularSolid_Cone.jpg]]
#* {{MenuCommand|[[Image:Mesh_Cylinder.svg|16px]] Cylinder}}
<br />
#* {{MenuCommand|[[Image:Mesh_Cone.svg|16px]] Cone}}
<br />
#* {{MenuCommand|[[Image:Mesh_Sphere.svg|16px]] Sphere}}
[[Image:Meshes_RegularSolid_Sphere.jpg]] [[Image:Meshes_RegularSolid_Ellipsoid.jpg]] [[Image:Meshes_RegularSolid_Torus.jpg]]
#* {{MenuCommand|[[Image:Mesh_Ellipsoid.svg|16px]] Ellipsoid}}

#* {{MenuCommand|[[Image:Mesh_Torus.svg|16px]] Torus}}
==Limitations== <!--T:12-->
# Specify the required settings. The available settings depend on the mesh type.

# For meshes with curved surfaces: a higher {{MenuCommand|Sampling}} value results in a finer mesh.
<!--T:4-->
<br />


==Notes== <!--T:13-->
==Notes== <!--T:13-->


<!--T:5-->
<!--T:5-->
* It is important to realize that mesh objects created with this command are parametric. Changing any of their parameters will causen their mesh to be recalculated. This means that manipulating them with commands such as [[Mesh_RemeshGmsh|Mesh RemeshGmsh]], [[Mesh_Scale|Mesh Scale]] etc. usually does not make sense.
To change the parameters of these meshed regular solids highlight them in the tree-view and switch to the data-tab.




<!--T:7-->
<!--T:7-->
{{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 55: Line 61:
{{Mesh Tools navi{{#translation:}}}}
{{Mesh Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Revision as of 10:55, 21 July 2020

This documentation is a work in progress. Please don't mark it as translatable since it will change in the next hours and days.


Mesh BuildRegularSolid

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

Description

The Mesh BuildRegularSolid command creates a regular parametric solid mesh object.

Usage

  1. Select the Meshes → Regular solid... option from the menu.
  2. The Regular Solid dialog box opens.
  3. First select a mesh type from the dropdown list:
    • Cube
    • Cylinder
    • Cone
    • Sphere
    • Ellipsoid
    • Torus
  4. Specify the required settings. The available settings depend on the mesh type.
  5. For meshes with curved surfaces: a higher Sampling value results in a finer mesh.

Notes

  • It is important to realize that mesh objects created with this command are parametric. Changing any of their parameters will causen their mesh to be recalculated. This means that manipulating them with commands such as Mesh RemeshGmsh, Mesh Scale etc. usually does not make sense.