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 407
14c25432 9fa4 38df d6d8 224aee876e9e
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets if the polygon mesh is closed along the U direction (local X axis).
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
Boolean