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
7f2fab9b 686e 1bcb ec43 1b3087dfeaa0
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Defines the Face3D hidden edges.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
[FlagsAttribute]
public enum Face3DEdgeFlagsVB
<FlagsAttribute>
Public Enumeration Face3DEdgeFlagsC++
[FlagsAttribute]
public enum class Face3DEdgeFlagsF#
[<FlagsAttribute>]
type Face3DEdgeFlags| None | 0 | No flags equivalent to all edges are visible. |
| First | 1 | First edge is invisible. |
| Second | 2 | Second edge is invisible. |
| Third | 4 | Third edge is invisible. |
| Fourth | 8 | Fourth edge is invisible. |