Skip to main content

Tsg2DCurve

Unit:DXFConv

Description

The Tsg2DCurve class is the base class for a set of 2D entities. It contains the base properties and methods.

Note

It serves for the auxiliary purposes.

Syntax

Tsg2DCurve = class

Properties

PropertiesDescription
CountThe property returns a quantity of the Tsg2DCurve object's points.
EdgeTypeThe property returns an edge type of the Tsg2DCurve object.
EndPointThe property returns the end point of the Tsg2DCurve object.
PointsThe property gets a point that belongs to the Tsg2DCurve object by its index.
StartPointThe property returns the start point of the Tsg2DCurve object.

Methods

MethodsDescription
CreateCreates and initializes a new instance of the Tsg2DCurve object.
IsEdgeEqualThe method returns an edge type of the Tsg2DCurve object passed as a parameter.