Partː Scala

From FreeCAD Documentation
Revision as of 17:48, 14 January 2024 by Marco T (talk | contribs) (Created page with "{{Caption|Esempio di ridimensionamento}}")
Other languages:

Part Scala

Posizione nel menu
Parte → Scala...
Ambiente
Part
Avvio veloce
Nessuno
Introdotto nella versione
0.22
Vedere anche
Draft Clona, Draft Scala

Descrizione

Part Scala ridimensiona le forme in base a un fattore specificato in tutte le direzioni o in base a fattori distinti in ciascuna direzione cardinale. Nel caso di fattori distinti, le forme potrebbero risultare distorte.

Esempio di ridimensionamento

Usage

  1. Select one or more shapes in the 3D view or in the Tree view.
  2. There are several ways to invoke the command:
    • Press the Scale... button.
    • Select the Part → Scale... option from the menu.
  3. A tasks panel opens.
  4. Choose Uniform Scaling or Non-Uniform Scaling.
  5. Set the scaling factor(s).
  6. Click OK.

Alternatively, the selection can be done after launching the command, by selecting one or more shapes from the list in the tasks panel.

The Tree view will list as many Scale objects as there were selected shapes. Each input shape is placed underneath its Scale object.

Task panel

  • OK button creates the scaled object, and closes the task panel.
  • Close button closes the task panel without doing anything.
  • Apply button creates the scaled objects, but does not close the task panel. You can then select another shape from the list at the bottom, and create more scaled objects.
  • Shape list: here you select which shapes to scale. If multiple shapes are selected, multiple Scale objects are created.

Notes

  • Non-uniform scaling will turn all edges into B-spline curves, and all faces into B-spline surfaces. These are computationally heavier.
  • Points/Vertices can not be scaled as they are dimensionless.
  • App Link objects linked to the appropriate object types and App Part containers with the appropriate visible objects inside can also be scaled.
  • The task panel does not offer a preview yet. Apply will create a scaled object every time you click it, which can be useful as preview. They will however remain and yet another scaled object will be created as you click OK. Undo can be useful to clean them up before clicking OK.

Properties

See also: Property editor.

A Part Scale object is derived from a Part Feature object and inherits all its properties. It also has the following additional properties:

Data

Scale

  • DatiBase (Link): The input shape (the shape upon which the Part Scale was applied).
  • DatiUniform (Bool): Controls uniform vs non-uniform scaling
  • DatiUniform Scale (Float): The scale factor for uniform scaling
  • DatiXScale (Float): The X scale factor for non-uniform scaling.
  • DatiYScale (Float): The Y scale factor, idem.
  • DatiZScale (Float): The Z scale factor, idem.