com.aspose.cad.fileformats.iges.drawables
The com.aspose.cad.fileformats.iges.drawables namespace defines the core drawable contracts used when parsing IGES files in Aspose.CAD for Java. Implementations expose geometric data, styling, and text attributes for rendering or further processing.
Interfaces
| Name | Description |
|---|
| IBezierCurve | Interface for cubic Bezier Curve geometry primitive |
| IDrawable | Parent Interface for Simple geometric represetation of an entity or its part |
| IDrawableProperties | Interface for Non-geometric properties for geometric representations |
| IPolyLine | Interface for multi-segment line geometry primitive |
| IText | Interface for text primitive |
Enums