Click or drag to resize

LineEntity Constructor (LineSegment2D)

Initializes a new instance of the LineEntity class

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

Parameters

line
Type: LineSegment2D

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

See Also