Click or drag to resize

LineEntity Class

Sketch line entity.
Inheritance Hierarchy
SystemObject
  System.DynamicDynamicObject
    NotifyPropertyChangedBase
      SimpleCustomTypeDescriptor
        GlobalizedProperties
          Demo3D.CommonBindableBase
            Demo3D.VisualsSerializableObject
              Demo3D.SketchEntity
                Demo3D.SketchCurveEntity
                  Demo3D.SketchLineEntity

Namespace:  Demo3D.Sketch
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 14.0.0.10531
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