Mesh BuildRegularSolid

From FreeCAD Documentation
Revision as of 20:33, 18 September 2020 by FuzzyBot (talk | contribs) (Updating to match new version of source page)

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.