Tsg2DLine
Unit: DXFConv
Description
The Tsg2DLine
class defines 2D line entity.
It serves for the auxiliary purposes.
Syntax
Tsg2DLine = class (Tsg2DCurve)
Properties
Derived from Tsg2DCurve | Description |
---|---|
Count | The property returns a quantity of the Tsg2DCurve object's points. |
EdgeType | The property returns an edge type of the Tsg2DCurve object. |
EndPoint | The property returns the end point of the Tsg2DCurve object. |
Points | The property gets a point that belongs to the Tsg2DCurve object by its index. |
StartPoint | The property returns the start point of the Tsg2DCurve object. |
Methods
Methods | Description |
---|---|
SetEndPoint | The method sets end point of line. |
SetStartPoint | The method sets start point of line. |
IsEdgeEqual | The method checks if this Tsg2DLine object and the Tsg2DCurve object passed as a parameter are equal. |
Derived from Tsg2DCurve | Description |
---|---|
Create | Creates and initializes a new instance of the object. |