Háló → Szabályos tömör test összeállítása

From FreeCAD Documentation
Revision as of 11:29, 26 February 2021 by FuzzyBot (talk | contribs) (Updating to match new version of source page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Mesh BuildRegularSolid

Menu location
Hálók → Szabályos tömör test…
Workbenches
Háló
Default shortcut
None
Introduced in version
-
See also
None

Description

Bemutatás

Hálóalaptestek létrehozása, mint például kockák, hengerek, kúpok, gömbök, ellipszoidok vagy tóruszok.

Usage

Használat

  1. Válassza a Hálók Szabályos tömör test… menüpontot a felső menüből.





Notes

Jegyzetek

Ezen hálós szabályos tömör testek paramétereinek megváltoztatásához jelölje ki azokat a fanézetben, és váltson át az adat lapra.

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

  • AdatHeight (FloatConstraint): the height of the cube.
  • AdatLength (FloatConstraint): the length of the cube.
  • AdatWidth (FloatConstraint): the width of the cube.

Cylinder

Data

Base

  • AdatClosed (Bool): if set to false, the planar ends of the cylinder are left open.
  • AdatEdge Length (FloatConstraint): the edge length of the faces in the mesh.
  • AdatLength (FloatConstraint): the length of the cylinder.
  • AdatRadius (FloatConstraint): the radius of the cylinder.
  • AdatSampling (IntegerConstraint): the number of faces along the curved surface.

Cone

Data

Base

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

Sphere

Data

Base

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

Ellipsoid

Data

Base

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

Torus

Data

Base

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