Partː Scala

From FreeCAD Documentation
Revision as of 17:51, 14 January 2024 by Marco T (talk | contribs) (Created page with "== Pannello Azioni ==")
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

Utilizzo

  1. Selezionare una o più forme nella Vista 3D o nella Vista ad albero.
  2. Esistono diversi modi per richiamare il comando:
    • Premere il pulsante Scala....
    • Selezionare l'opzione Parte → Scala... dal menu.
  3. Si apre un pannello delle azioni.
  4. Scegliere Ridimensionamento uniforme o Ridimensionamento non uniforme.
  5. Impostare i fattori di scala.
  6. Fare clic su OK.

In alternativa, la selezione può essere effettuata dopo aver lanciato il comando, selezionando una o più forme dalla lista nel pannello delle Azioni.

La Vista ad albero elencherà tanti oggetti Scala quante sono le forme selezionate. Ogni forma di input viene posizionata sotto il relativo oggetto Scala.

Pannello Azioni

  • 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.