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

1067e8a9 ae66 ca2a a258 286ad38c5f77

haplokuon edited this page May 6, 2023 · 1 revision

EdgeFlags Property

netDxf 3.0.0 Library

Gets or sets the Face3D edge visibility.

Definition

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

Property Value

Face3DEdgeFlags

See Also

Reference

Face3D Class
netDxf.Entities Namespace

Clone this wiki locally