This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
5136dd8e 26f2 748e 959f 9462ac5976fb
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gradient pattern types.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public enum HatchGradientPatternTypeVB
Public Enumeration HatchGradientPatternTypeC++
public enum class HatchGradientPatternTypeF#
type HatchGradientPatternType| Linear | 0 | Linear. |
| Cylinder | 1 | Cylinder. |
| InvCylinder | 2 | Inverse cylinder. |
| Spherical | 3 | Spherical. |
| InvSpherical | 4 | Inverse spherical. |
| Hemispherical | 5 | Hemispherical. |
| InvHemispherical | 6 | Inverse hemispherical. |
| Curved | 7 | Curved. |
| InvCurved | 8 | Inverse curved. |