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
)
Public Sub SetUniformWeights (
weight As Double
)
public:
void SetUniformWeights(
double weight
)
member SetUniformWeights :
weight : float -> unit
METHOD SetUniformWeights(
weight AS REAL8
) AS VOID
Parameters
- weight
- Type: SystemDouble
Control point weight.
See Also