Click or drag to resize

LineEntity(LineSegment2D) Constructor

Initializes a new instance of the LineEntity class

Namespace: Demo3D.Sketch
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public LineEntity(
	LineSegment2D line
)

Parameters

line  LineSegment2D

[Missing <param name="line"/> documentation for "M:Demo3D.Sketch.LineEntity.#ctor(Demo3D.Common.Geometry.LineSegment2D)"]

See Also