Mesh BuildRegularSolid

    From FreeCAD Documentation
    This page is a translated version of the page Mesh BuildRegularSolid and the translation is 6% complete.
    Outdated translations are marked like this.

    Mesh BuildRegularSolid.svg 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 MeshesMesh BuildRegularSolid.svg Regular solid... from the top menu.

    Meshes RegularSolid Cube.jpg Meshes RegularSolid Cylinder.jpg Meshes RegularSolid Cone.jpg

    Meshes RegularSolid Sphere.jpg Meshes RegularSolid Ellipsoid.jpg Meshes RegularSolid Torus.jpg

    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:

    Mesh Cube.svg Cube

    Data

    Cube

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

    Mesh Cylinder.svg 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.

    Mesh Cone.svg 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.

    Mesh Sphere.svg Sphere

    Data

    Base

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

    Mesh Ellipsoid.svg 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.

    Mesh Torus.svg 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.