Translations:Draft Shape2DView/9/fr: Difference between revisions

From FreeCAD Documentation
mNo edit summary
mNo edit summary
Line 1: Line 1:
* {{PropertyData/fr|Projection}}: La direction de la projection.
* {{PropertyData/fr|Projection}}: La direction de la projection.
* {{PropertyData/fr|Projection Mode}}: Le mode de projection: '''solide''', '''individuel faces''', ou '''lignes coupées'''.
* {{PropertyData/fr|Projection Mode}}: Le mode de projection: '''solide''', '''individuel faces''', ou '''lignes coupées'''.
* {{PropertyData/fr|In Place}}: Si True, lorsque vous utilisez le mode Cutlines ou Cutfaces ([[Arch Section Section/fr|Arch Section Section]] uniquement), le résultat apparaîtra à l'emplacement du plan de coupe au lieu du plan de masse.{{Version|0.17}}
* {{PropertyData/fr|In Place}}: Si True, lorsque vous utilisez le mode Cutlines ou Cutfaces ([[Arch SectionPlane/fr|Arch Section Section]] uniquement), le résultat apparaîtra à l'emplacement du plan de coupe au lieu du plan de masse.{{Version|0.17}}
* {{PropertyData/fr|HiddenLines}}: Affiche ou cache les lignes
* {{PropertyData/fr|HiddenLines}}: Affiche ou cache les lignes
* {{PropertyData/fr|Tessellation}}: Tessellate Ellipses et BSplines dans les segments de ligne
* {{PropertyData/fr|Tessellation}}: Tessellate Ellipses et BSplines dans les segments de ligne

Revision as of 11:08, 17 April 2018

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Draft Shape2DView)
* {{PropertyData|Auto Update|Bool}}: specifies if the projection should be automatically recomputed if the {{PropertyData|Base}} object changes. Selecting {{False}} can be useful if there are many Draft Shape2DViews in a document or if they are complex. If set to {{False}} the [[Std_Refresh|Std Refresh]] command must be used to update the projection. {{Version|0.20}}
* {{PropertyData|Base|Link}}: specifies the object to be projected.
* {{PropertyData|Face Numbers|IntegerList}}: specifies the indices of the faces to be projected. Only works if {{PropertyData|Projection Mode}} is {{Value|Individual Faces}}.
* {{PropertyData|Fuse Arch|Bool}}: specifies if [[Arch Workbench|Arch objects]] of the same type and material are fused or not.
* {{PropertyData|Hidden Lines|Bool}}: specifies if hidden lines are shown or not.
* {{PropertyData|In Place|Bool}}: only works if the selected object is an [[Arch_SectionPlane|Arch SectionPlane]], and {{PropertyData|Projection Mode}} is {{Value|Cutlines}} or {{Value|Cutfaces}}, specifies if the projection will appear co-planar with the section plane.
* {{PropertyData|Projection|Vector}}: specifies the direction of the projection. Ignored if {{PropertyData|Base}} is an [[Arch_SectionPlane|Arch SectionPlane]].
* {{PropertyData|Projection Mode|Enumeration}}: specifies the projection mode. The following modes are available:
** {{Value|Solid}}: projects the entire selected object.
** {{Value|Individual Faces}}: only projects the faces in the {{PropertyData|Face Numbers}} list.
** {{Value|Cutlines}}: only works if the selected object is an [[Arch_SectionPlane|Arch SectionPlane]], projects only the edges cut by the section plane.
** {{Value|Cutfaces}}: only works if the selected object is an [[Arch_SectionPlane|Arch SectionPlane]], projects the areas cut through solids by the section plane as faces.
** {{Value|Solid faces}}: projects the entire selected object by cutting faces one by one. Can be used if the {{Value|Solid}} mode gives wrong results. {{Version|0.20}}
* {{PropertyData|Segment Length|Float}}: specifies the size in millimeters of linear segments if {{PropertyData|Tessellation}} is {{TRUE}}.
* {{PropertyData|Tessellation|Bool}}: specifies if tessellation should be performed. Tessellation means that curves are replaced by sequences of line segments. This can be computationally intensive if the {{PropertyData|Segment Length}} is too short.
* {{PropertyData|Visible Only|Bool}}: specifies if the projection should only be recomputed if it is visible.
* {{PropertyData|Exclusion Points|Vector list}}: A list of exclusion points. Any edge passing through any of those points will not be drawn. {{Version|0.20}}
* {{PropertyData|Exclusion Names|String list}}: A list of object names. Any viewed or cut child object with a name in that list will not be drawn. {{Version|0.21}}
  • DonnéesProjection: La direction de la projection.
  • DonnéesProjection Mode: Le mode de projection: solide, individuel faces, ou lignes coupées.
  • DonnéesIn Place: Si True, lorsque vous utilisez le mode Cutlines ou Cutfaces (Arch Section Section uniquement), le résultat apparaîtra à l'emplacement du plan de coupe au lieu du plan de masse.introduced in version 0.17
  • DonnéesHiddenLines: Affiche ou cache les lignes
  • DonnéesTessellation: Tessellate Ellipses et BSplines dans les segments de ligne
  • DonnéesSegment Length: Modifie la taille des segments si Tessellation est activée (True)
  • DonnéesVisible Only: Si True, cette vue ne sera recalculée que si elle est visible