Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

cb162370 1333 56ce eef0 1f8dbb0fbd09

haplokuon edited this page May 6, 2023 · 1 revision

SetUniformWeights Method

netDxf 3.0.0 Library

Sets all control point weights to the specified number.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public void SetUniformWeights(
	double weight
)

VB

Public Sub SetUniformWeights ( 
	weight As Double
)

C++

public:
void SetUniformWeights(
	double weight
)

F#

member SetUniformWeights : 
        weight : float -> unit 

Parameters

  Double
Control point weight.

See Also

Reference

Spline Class
netDxf.Entities Namespace

Clone this wiki locally