Tsg2DArc
Unit: DXFConv
Description
The Tsg2DArc class defines 2D arc entity.
It serves for the auxiliary purposes.
Syntax
Tsg2DArc = class (Tsg2DCurve)
Properties
| Properties | Description |
|---|---|
CenterPoint | The property gets or sets a center point of arc. |
CounterClockWise | The property gets or sets a direction of arc. |
EndParam | The property gets or sets the end point of arc. |
Radius | The property gets or sets a radius of arc. |
StartParam | The property gets or sets the start point of arc. |
| Derived from Tsg2DCurve | Description |
|---|---|
Count | The property returns a quantity of the object's points. |
EdgeType | The property returns an edge type of the object. |
EndPoint | The property returns the end point of the object. |
Points | The property gets a point that belongs to the object by its index. |
StartPoint | The property returns the start point of the object. |
Methods
| Methods | Description |
|---|---|
Create | Creates an instance of the Tsg2DArc class object. |
Destroy | Frees up internal objects. |