Click or drag to resize

SplineSetUniformWeights Method

Sets all control point weights to the specified number.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public void SetUniformWeights(
	double weight
)

Parameters

weight
Type: SystemDouble
Control point weight.
See Also