Click or drag to resize

SplineSetUniformWeights Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets all control point weights to the specified number.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public void SetUniformWeights(
	double weight
)
Request Example View Source

Parameters

weight
Type: SystemDouble
Control point weight.
See Also