Click or drag to resize

Line Constructor (Vector3, Vector3)

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

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public Line(
	Vector3 startPoint,
	Vector3 endPoint
)
Request Example View Source

Parameters

startPoint
Type: netDxfVector3
Line start point.
endPoint
Type: netDxfVector3
Line end point.
See Also