Draft Pattern: Difference between revisions

From FreeCAD Documentation
No edit summary
(Preferences)
 
(18 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Page in progress}}
<languages/>
<languages/>
<translate>
<translate>


<!--T:9-->
{{Docnav
{{Docnav
|[[Draft_Constrain|Constrain]]
|[[Draft_Constrain|Constrain]]
|[[Draft_Preferences|Preferences]]
|[[Draft_Preferences|Preferences]]
|[[Draft_Module|Draft]]
|[[Draft_Workbench|Draft]]
|IconL=
|IconL=
|IconR=
|IconR=
Line 19: Line 19:


<!--T:1-->
<!--T:1-->
[[Draft_Module|Draft]] objects with a {{PropertyData|Make Face}} property can display a hatch pattern instead of a solid face color.
[[Draft_Workbench|Draft]] objects with a {{PropertyData|Make Face}} property can display an SVG pattern instead of a solid face color.


</translate>
<!--T:2-->
[[Image:DraftPatternSample.png]]
[[Image:DraftPatternSample.png]]
<translate>
{{Caption|An ellipse and a polygon with a hatch pattern}}
<!--T:2-->
{{Caption|An ellipse and a polygon with an SVG pattern}}


==Usage== <!--T:8-->
==Usage== <!--T:8-->


<!--T:3-->
<!--T:3-->
# Make sure the objects are closed and planar and do not self-intersect.
# Make sure the objects are closed and planar, and do not self-intersect.
# To close a [[Draft_Wire|Draft Wire]], a [[Draft_BSpline|Draft BSpline]], a [[Draft_CubicBezCurve|Draft CubicBezCurve]] or a [[Draft_BezCurve|Draft BezCurve]] set its {{PropertyData|Closed}} property to {{TRUE}}.
# To close a [[Draft_Wire|Draft Wire]], a [[Draft_BSpline|Draft BSpline]], a [[Draft_CubicBezCurve|Draft CubicBezCurve]] or a [[Draft_BezCurve|Draft BezCurve]] set its {{PropertyData|Closed}} property to {{TRUE}}.
# To close a [[Draft_Circle|Draft Circle]] or a [[Draft_Ellipse|Draft Ellipse]] set its {{PropertyData|First Angle}} and {{PropertyData|Last Angle}} properties to the same value.
# To close a [[Draft_Circle|Draft Circle]] or a [[Draft_Ellipse|Draft Ellipse]] set its {{PropertyData|First Angle}} and {{PropertyData|Last Angle}} properties to the same value.
# Select the objects.
# Select the objects.
# Switch to the {{MenuCommand|View}} tab of the [[Property_editor|Property editor]].
# Switch to the {{MenuCommand|View}} tab of the [[Property_editor|Property editor]].
# The {{PropertyView|Display Mode}} of the objects must be set to {{Value|Flat Lines}}.
# The {{PropertyView|Display Mode}} must be set to {{Value|Flat Lines}}.
# Select a {{PropertyView|Pattern}}.
# Select a {{PropertyView|Pattern}}.
# Optionally change the {{PropertyView|Pattern Size}}. Note that a higher value results in a denser hatch pattern.
# Optionally change the {{PropertyView|Pattern Size}}. Note that a higher value results in a denser pattern.
# The hatch pattern is not displayed when the objects are selected. Deselect them to check the result.
# The pattern is not displayed when the objects are selected. Deselect them to check the result.
# Optionally reselect the objects to change the pattern properties.
# Optionally reselect the objects to change the pattern properties.


==Available patterns==
==Available patterns== <!--T:10-->


</translate>
<gallery mode=nolines widths=96px heights=96px>
<gallery mode=nolines widths=96px heights=96px>
Image:Aluminium.svg|aluminium
Image:Aluminium.svg|aluminium
Line 52: Line 55:
Image:General_steel.svg|general_steel<!--Keep underscore in caption as this is the name in the GUI-->
Image:General_steel.svg|general_steel<!--Keep underscore in caption as this is the name in the GUI-->
Image:Glass.svg|glass
Image:Glass.svg|glass
Image:Hatch45L.svg|hatch45L
Image:Hatch45R.svg|hatch45R
Image:Hbone.svg|hbone
Image:Hbone.svg|hbone
Image:Line.svg|line
Image:Line.svg|line
Line 65: Line 70:
Image:Zinc.svg|zinc
Image:Zinc.svg|zinc
</gallery>
</gallery>
<translate>

==Notes== <!--T:16-->

<!--T:17-->
* SVG patterns are stored in {{FileName|.SVG}} files. It is possible to use your own custom patterns. See [[#Preferences|Preferences]].
* The patterns themselves are not saved in the FreeCAD document. Objects whose {{PropertyView|Pattern}} cannot be found are displayed with a solid face color instead.

==Preferences== <!--T:12-->

<!--T:13-->
See also: [[Preferences_Editor|Preferences Editor]] and [[Draft_Preferences|Draft Preferences]].

<!--T:14-->
* To change the {{PropertyView|Pattern Size}} used for new objects: {{MenuCommand|Edit → Preferences... → Draft → Visual → SVG pattern size}}.
* To specify a directory with addition SVG patterns: {{MenuCommand|Edit → Preferences... → Draft → Visual → Additional SVG pattern location}}.




<!--T:15-->
{{Docnav
{{Docnav
|[[Draft_Constrain|Constrain]]
|[[Draft_Constrain|Constrain]]
|[[Draft_Preferences|Preferences]]
|[[Draft_Preferences|Preferences]]
|[[Draft_Module|Draft]]
|[[Draft_Workbench|Draft]]
|IconL=
|IconL=
|IconR=
|IconR=

Latest revision as of 16:58, 3 December 2023

Description

Draft objects with a DataMake Face property can display an SVG pattern instead of a solid face color.

An ellipse and a polygon with an SVG pattern

Usage

  1. Make sure the objects are closed and planar, and do not self-intersect.
  2. To close a Draft Wire, a Draft BSpline, a Draft CubicBezCurve or a Draft BezCurve set its DataClosed property to true.
  3. To close a Draft Circle or a Draft Ellipse set its DataFirst Angle and DataLast Angle properties to the same value.
  4. Select the objects.
  5. Switch to the View tab of the Property editor.
  6. The ViewDisplay Mode must be set to Flat Lines.
  7. Select a ViewPattern.
  8. Optionally change the ViewPattern Size. Note that a higher value results in a denser pattern.
  9. The pattern is not displayed when the objects are selected. Deselect them to check the result.
  10. Optionally reselect the objects to change the pattern properties.

Available patterns

Notes

  • SVG patterns are stored in .SVG files. It is possible to use your own custom patterns. See Preferences.
  • The patterns themselves are not saved in the FreeCAD document. Objects whose ViewPattern cannot be found are displayed with a solid face color instead.

Preferences

See also: Preferences Editor and Draft Preferences.

  • To change the ViewPattern Size used for new objects: Edit → Preferences... → Draft → Visual → SVG pattern size.
  • To specify a directory with addition SVG patterns: Edit → Preferences... → Draft → Visual → Additional SVG pattern location.