Click or drag to resize

SplineVertex Constructor (Double, Double, Double, Double)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the SplineVertex class.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public SplineVertex(
	double x,
	double y,
	double z,
	double w
)
Request Example View Source

Parameters

x
Type: SystemDouble
Control point x coordinate.
y
Type: SystemDouble
Control point y coordinate.
z
Type: SystemDouble
Control point z coordinate.
w
Type: SystemDouble
Control point weight (default 1.0).
See Also