Arch: Rimuovere una forma

From FreeCAD Documentation
Revision as of 16:00, 1 December 2013 by Renatorivo (talk | contribs) (Created page with "# Selezionare un Muro o una Struttura # Selezionare la voce {{KEY/it|16px Rimuovi Forma}} nel menu Archit...")

Rimuovi forma

Posizione nel menu
Arch → Strumenti di conversione → Rimovi forma
Ambiente
Architettura
Avvio veloce
Nessuno
Introdotto nella versione
-
Vedere anche
Da Mesh a Forma

Descrizione

Questo strumento tenta di eliminare una forma cubica (un parallelepipedo) incorporata in un Muro o in una Struttura e di regolare le sue proprietà per rendere l'oggetto rimanente totalmente parametrico. Questo strumento funziona solo se la forma da eliminare è cubica (con 6 facce e tutti gli angoli retti).

Utilizzo

  1. Selezionare un Muro o una Struttura
  2. Selezionare la voce Template:KEY/it nel menu Architettura → Strumenti di conversione

Scripting

This tool can by used in macros and from the python console by using the following function:

removeShape (object)

takes an arch object (wall or structure) built on a cubic shape, and removes the inner shape, keeping its length, width and height as parameters.