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

14c25432 9fa4 38df d6d8 224aee876e9e

haplokuon edited this page May 6, 2023 · 1 revision

IsClosedInU Property

netDxf 3.0.0 Library

Gets or sets if the polygon mesh is closed along the U direction (local X axis).

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public bool IsClosedInU { get; set; }

VB

Public Property IsClosedInU As Boolean
	Get
	Set

C++

public:
property bool IsClosedInU {
	bool get ();
	void set (bool value);
}

F#

member IsClosedInU : bool with get, set

Property Value

Boolean

See Also

Reference

PolygonMesh Class
netDxf.Entities Namespace

Clone this wiki locally