Click or drag to resize

MeshEdgeCrease Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
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:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public double Crease { get; set; }
Request Example View Source

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