This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 416
fb1c66bd 5db3 6aff 7767 a8b85cbcd010
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Defines the boundary path type of the hatch.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
[FlagsAttribute]
public enum HatchBoundaryPathTypeFlags
VB
<FlagsAttribute>
Public Enumeration HatchBoundaryPathTypeFlags
C++
[FlagsAttribute]
public enum class HatchBoundaryPathTypeFlags
F#
[<FlagsAttribute>]
type HatchBoundaryPathTypeFlags
Bit flag.
Default | 0 | Default. |
External | 1 | External. |
Polyline | 2 | Polyline. |
Derived | 4 | Derived. |
Textbox | 8 | Text box. |
Outermost | 16 | Outermost. |