Click or drag to resize

LineEntity Class

Sketch line entity.
Inheritance Hierarchy
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: 18.04.00
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
  NameDescription
Public methodCurve (Overrides CurveEntityCurve.)
Public methodPoint (Overrides CurveEntityPoint(Double).)
Public methodProject (Overrides EntityProject(Vector2D).)
Public methodRaisePropertiesChanged
Raise an PropertyChanged event for each value.
(Inherited from BindableBase.)
Public methodRaisePropertyChanged(PropertyChangedEventArgs)
Raise an PropertyChanged event for the specified value.
(Inherited from BindableBase.)
Public methodRaisePropertyChanged(String)
Raise an PropertyChanged event for the specified value.
(Inherited from BindableBase.)
Public methodSerializableDependency(SerializableObject) Obsolete. (Inherited from Entity.)
Public methodSerializableDependency(Visual) Obsolete. (Inherited from Entity.)
Public methodToString (Overrides SimpleCustomTypeDescriptor.ToString.)
Top
Remarks
A line segment spanning between two point entities.
See Also