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 409
1067e8a9 ae66 ca2a a258 286ad38c5f77
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the Face3D edge visibility.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public Face3DEdgeFlags EdgeFlags { get; set; }
VB
Public Property EdgeFlags As Face3DEdgeFlags
Get
Set
C++
public:
property Face3DEdgeFlags EdgeFlags {
Face3DEdgeFlags get ();
void set (Face3DEdgeFlags value);
}
F#
member EdgeFlags : Face3DEdgeFlags with get, set