com.aspose.cad.fileformats.cad.cadobjects.hatch
Contents
[
Hide
]com.aspose.cad.fileformats.cad.cadobjects.hatch package
The com.aspose.cad.fileformats.cad.cadobjects.hatch namespace defines the API for creating, modifying, and querying hatch entities, including their patterns and boundary definitions. It includes classes for various boundary path types such as lines, circular arcs, ellipses, and splines, as well as containers for hatch data.
Classes
| Name | Description |
|---|---|
| CadBoundaryPathCircularArc | The Cad boundary path circular arc. |
| CadBoundaryPathCircularEllipse | The Cad boundary path circular ellipse. |
| CadBoundaryPathLine | The Cad boundary path line. |
| CadBoundaryPathSpline | The Cad boundary path spline. |
| CadEdgeBoundaryPath | The Cad edge boundary path. |
| CadHatch | The Cad hatch. |
| CadHatchBoundaryPathContainer | Boundary for hatch |
| CadHatchPatternData | Cad hatch pattern class |
| CadPolylineBoundaryPath | The Cad polyline boundary path. |
| CadReservedForFutureValues | The reserved for future values |
| Point2D | The 2D point. |
Interfaces
| Name | Description |
|---|---|
| ICadBoundaryPath | The Cad boundary path. |
| ICadBoundaryPathEntity | The Cad boundary path entity interface. |