Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

7f2fab9b 686e 1bcb ec43 1b3087dfeaa0

haplokuon edited this page May 6, 2023 · 1 revision

Face3DEdgeFlags Enumeration

netDxf 3.0.0 Library

Defines the Face3D hidden edges.

Definition

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

Members

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.

See Also

Reference

netDxf.Entities Namespace

Clone this wiki locally