Click or drag to resize

HatchBoundaryPathEllipse Class

Represents a ellipse boundary.
Inheritance Hierarchy
SystemObject
  DXFReaderNET.EntitiesHatchBoundaryPathEdge
    DXFReaderNET.EntitiesHatchBoundaryPathEllipse

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.52
Syntax
public class Ellipse : HatchBoundaryPathEdge

The HatchBoundaryPathEllipse type exposes the following members.

Constructors
  NameDescription
Public methodHatchBoundaryPathEllipse
Initializes a new instance of the HatchBoundaryPathEllipse class
Public methodHatchBoundaryPathEllipse(EntityObject)
Initializes a new instance of the HatchBoundaryPathEllipse class
Top
Methods
Fields
  NameDescription
Public fieldCenter
Gets or sets the ellipse center.
Public fieldEndAngle
Gets or sets the ellipse end angle in radians.
Public fieldEndMajorAxis
Gets or sets the ellipse major axis end point.
Public fieldIsCounterclockwise
Gets or sets the ellipse clockwise versus.
Public fieldMinorRatio
Gets or sets the ellipse ratio of minor axis to major axis.
Public fieldStartAngle
Gets or sets the ellipse start angle in radians.
Public fieldType
The edge type.
(Inherited from HatchBoundaryPathEdge.)
Top
See Also