Article | 70002044 |
Type | Wish |
Product | Engine |
Version | 9002 |
Date Added | 9/9/2021 12:00:00 AM |
Fixed | 9.9003.0.1 (10/11/2021 12:00:00 AM) |
Submitted by | D.M. |
Summary
Is it possible to add hatches in the multilines as fillmode like color is?
Solution
In version 9003 we added a new property at the vdMultilineStyle like below
summary> Get/Set the hatch properties of the Multiline style used when Flags is Fill_on.
public vdHatchProperties HatchProperties
Note: These properties are only supported in vdml/vdcl format. If the user exports the Document to other formats like ACAD (dwg/dxf) these values will be lost.Only the FillColor will be exported to these formats.
We also altered the form for the MultilineStyles so when the user clicks the image on the side of the Fill checkbox a dialog will appear to set all the properties of the HatchProperties object.