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 414
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 Face3DEdgeFlags
VB
<FlagsAttribute>
Public Enumeration Face3DEdgeFlags
C++
[FlagsAttribute]
public enum class Face3DEdgeFlags
F#
[<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. |