OE2DPathPoint
class OE2DPathPoint
Represent a 2D point of a path with associated type from the
OE2DPathPointType namespace.
|
|
See also
OE2DPath.GetPointsmethod
Constructors
OE2DPathPoint(point: OE2DPoint, ptype: int) -> OE2DPathPoint
Constructs an OE2DPathPoint object with a
given type from the OE2DPathPointType
namespace.
OE2DPathPoint(arg2: OE2DPathPoint) -> OE2DPathPoint
Copy constructor.
GetPoint
GetPoint() -> OE2DPoint
Returns the 2D coordinates of the point.
GetPointType
GetPointType() -> int
Returns the type of the point from the
OE2DPathPointType namespace.