Click or drag to resize

HatchBoundaryPathArc Class

Represents an arc boundary.
Inheritance Hierarchy
SystemObject
  DXFReaderNET.EntitiesHatchBoundaryPathEdge
    DXFReaderNET.EntitiesHatchBoundaryPathArc

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public class Arc : HatchBoundaryPathEdge

The HatchBoundaryPathArc type exposes the following members.

Constructors
Methods
Fields
  NameDescription
Public fieldCenter
Gets or sets the arc center in world coordinates.
Public fieldEndAngle
Gets or sets the arc end angle in degrees.
Public fieldIsCounterclockwise
Gets or sets if the arc is counterclock wise.
Public fieldRadius
Gets or sets the arc radius.
Public fieldStartAngle
Gets or sets the arc start angle in degrees.
Public fieldType
The edge type.
(Inherited from HatchBoundaryPathEdge.)
Top
See Also