Click or drag to resize

LineEntity Class

Sketch line entity.
Inheritance Hierarchy

Namespace:  Demo3D.Sketch
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public sealed class LineEntity : CurveEntity

The LineEntity type exposes the following members.

Constructors
  NameDescription
Public methodLineEntity
Initializes a new instance of the LineEntity class
Public methodLineEntity(LineSegment2D)
Initializes a new instance of the LineEntity class
Public methodLineEntity(Vector2D, Vector2D)
Initializes a new instance of the LineEntity class
Top
Properties
Methods
Remarks
A line segment spanning between two point entities.
See Also