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

ff4f2e09 b124 d51f f3e7 3751477a5e2f

haplokuon edited this page May 6, 2023 · 1 revision

SetConstantWidth Method

netDxf 3.0.0 Library

Sets a constant width for all the polyline segments.

Definition

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

C#

public void SetConstantWidth(
	double width
)

VB

Public Sub SetConstantWidth ( 
	width As Double
)

C++

public:
void SetConstantWidth(
	double width
)

F#

member SetConstantWidth : 
        width : float -> unit 

Parameters

  Double
Polyline width.

Remarks

Smoothed polylines can only have a constant width, the start width of the first vertex will be used.

See Also

Reference

Polyline2D Class
netDxf.Entities Namespace

Clone this wiki locally