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

67001936 b8cb df2c 67e8 0a44f766ba54

haplokuon edited this page May 6, 2023 · 1 revision

Crease Property

netDxf 3.0.0 Library

Get or set the highest smoothing level at which the crease is retained. If the smoothing level exceeds this value, the crease is also smoothed.

Definition

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

C#

public double Crease { get; set; }

VB

Public Property Crease As Double
	Get
	Set

C++

public:
property double Crease {
	double get ();
	void set (double value);
}

F#

member Crease : float with get, set

Property Value

Double

Remarks

Enter a value of 0 to remove an existing crease (no edge sharpening).
Enter a value of -1 (any negative number will be reset to -1) to specify that the crease is always retained, even if the object or sub-object is smoothed or refined.

See Also

Reference

MeshEdge Class
netDxf.Entities Namespace

Clone this wiki locally