Arch Check/fr: Difference between revisions

From FreeCAD Documentation
m (→‎Script: <syntaxhighlight></syntaxhighlight>)
(Updating to match new version of source page)
Line 1: Line 1:
{{GuiCommand|Name=Arch Check|Workbenches=[[Arch Module|Arch]]|MenuLocation=Arch -> Calculation Tools -> Check|SeeAlso=[[Arch CloseHoles]]}}
=Arch_Check/fr=

__NOTOC__
{{GuiCommand/fr|Name=Arch Check|Name/fr=Arch Check|Workbenches=[[Arch Module/fr|Arch]]|MenuLocation=Arch Calculation Tools Check|SeeAlso=[[Arch CloseHoles/fr|Arch CloseHoles]]}}
==Description==
==Description==


This tool checks the current document or the selected objects for non-solid [[Part Module|Part]] or [[Arch Module|Arch]] objects, that might give problems, since most operations of the Arch module require solid objects.
Cet outil vérifie le document actif ou les objets sélectionnés pour vérifier les objets non-solide {{KEY|[[Image:Workbench_Part.png|16px|text-top=Workbench_Part|link=Part_Module/fr]] [[Part_Module/fr|Atelier Part]]}} ou {{KEY|[[Image:Arch_Wall.png|16px|text-top=Arch_Wall|link=Arch_Module/fr]] [[Arch_Module/fr|Atelier Architecture]]}}, qui pourraient donner des problèmes, étant donné que la plupart des opérations du {{KEY|[[Image:Arch_Wall.png|16px|text-top=Arch_Wall|link=Arch_Module/fr]] [[Arch_Module/fr|Module Arch]]}} nécessitent des objets solides.
{{clear}}
==Utilisation==


==How to use==
# Pressez le bouton {{KEY|[[Image:Arch_Check.png|16px|text-top=Arch_Check|link=Arch_Check/fr]] [[Arch_Check/fr|Validation]]}} entrez dans le menu '''Arch → Calculation Tools menu'''


# Press the {{KEY|[[Image:Arch Check.png|16px]] '''Check'''}} entry in Arch -> Calculation Tools menu
==Script==


==Scripting==
Cet outil peut être utilisé dans une [[macros/fr|macro]], et, dans la console '''Python''', en utilisant la fonction :

This tool can by used in [[macros]] and from the python console by using the following function:
<syntaxhighlight>
<syntaxhighlight>
check (objectslist,includehidden=False)
check (objectslist,includehidden=False)
</syntaxhighlight>
</syntaxhighlight>
vérifie si les objets sélectionnés contiennent uniquement des solides.

{{clear}}
{{LesOutilsDeModificationsArchitecturaux}}
<br>


checks if the given objects contain only solids
{{languages/fr | {{en|Arch Check}} {{it|Arch Check/it}} }}
<languages/>

Revision as of 13:59, 29 November 2013

Arch Check

Menu location
Arch -> Calculation Tools -> Check
Workbenches
Arch
Default shortcut
None
Introduced in version
-
See also
Arch CloseHoles

Description

This tool checks the current document or the selected objects for non-solid Part or Arch objects, that might give problems, since most operations of the Arch module require solid objects.

How to use

  1. Press the Check entry in Arch -> Calculation Tools menu

Scripting

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

check (objectslist,includehidden=False)

checks if the given objects contain only solids