Tsg2DCurve
Unit:DXFConv
Description
The Tsg2DCurve class is the base class for a set of 2D entities. It contains the base properties and methods.
It serves for the auxiliary purposes.
Syntax
Tsg2DCurve = class
Properties
| Properties | 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 |
|---|---|
Create | Creates and initializes a new instance of the Tsg2DCurve object. |
IsEdgeEqual | The method returns an edge type of the Tsg2DCurve object passed as a parameter. |