LineEntity Class |
Namespace: Demo3D.Sketch
public sealed class LineEntity : CurveEntity
The LineEntity type exposes the following members.
| Name | Description | |
|---|---|---|
| LineEntity | Initializes a new instance of the LineEntity class | |
| LineEntity(LineSegment2D) | Initializes a new instance of the LineEntity class | |
| LineEntity(Vector2D, Vector2D) | Initializes a new instance of the LineEntity class |
| Name | Description | |
|---|---|---|
| Direction | ||
| EndPoint | ||
| EndPosition | ||
| EntityAndSubentities | (Inherited from Entity.) | |
| Id | (Inherited from SerializableObject.) | |
| Length | (Overrides CurveEntityLength.) | |
| Points | (Inherited from Entity.) | |
| StartPoint | ||
| StartPosition | ||
| Subentities | (Overrides EntitySubentities.) | |
| Type | (Overrides EntityType.) |
| Name | Description | |
|---|---|---|
| Curve | (Overrides CurveEntityCurve.) | |
| Point | (Overrides CurveEntityPoint(Double).) | |
| Project | (Overrides EntityProject(Vector2D).) | |
| RaisePropertiesChanged |
Raise an PropertyChanged event for each value.
(Inherited from BindableBase.) | |
| RaisePropertyChanged(PropertyChangedEventArgs) |
Raise an PropertyChanged event for the specified value.
(Inherited from BindableBase.) | |
| RaisePropertyChanged(String) |
Raise an PropertyChanged event for the specified value.
(Inherited from BindableBase.) | |
| SerializableDependency(SerializableObject) | (Inherited from Entity.) | |
| SerializableDependency(Visual) | (Inherited from Entity.) | |
| ToString | (Overrides SimpleCustomTypeDescriptor.ToString.) |