Click or drag to resize

MeshEdgeCrease Property

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.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public double Crease { get; set; }

Property Value

Type: 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