Arch RemoveShape/it: Difference between revisions

From FreeCAD Documentation
(Created page with "# Selezionare un Muro o una Struttura # Selezionare la voce {{KEY/it|16px Rimuovi Forma}} nel menu Archit...")
(Created page with "=== Script ===")
Line 10: Line 10:
# Selezionare la voce {{KEY/it|[[Image:Arch RemoveShape.png|16px]] Rimuovi Forma}} nel menu Architettura → Strumenti di conversione
# Selezionare la voce {{KEY/it|[[Image:Arch RemoveShape.png|16px]] Rimuovi Forma}} nel menu Architettura → Strumenti di conversione


==Scripting==
=== Script ===


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

Revision as of 16:01, 1 December 2013

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

Script

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.