com.aspose.cad.fileformats.dgn
Contents
[
Hide
]com.aspose.cad.fileformats.dgn package
The com.aspose.cad.fileformats.dgn namespace groups core types that model DGN-specific constructs such as circles, dimension elements, metadata, property collections, extended lock and view flags, extended view information, and embedded images. These classes enable developers to read, modify, and create DGN content programmatically within the Aspose.CAD for Java library.
Classes
| Name | Description |
|---|---|
| DgnCircle | Represents circle |
| DgnElementDimension | Element container constraints |
| DgnElementMetadata | Represents summary of a file element was read |
| DgnElementProperties | Represents element properties |
| DgnExtLocks | Represents view locks |
| DgnExtViewFlags | Represents view flags |
| DgnExtendedViewInfo | Represents view info |
| DgnImage | Dgn image class |
| DgnPoint | Represents point for DGN format |
| DgnTag | Represents dgn tag |
| DgnTagValue | DgnTagValue class |
| DgnViewInfo | DgnViewInfo class |
Enums
| Name | Description |
|---|---|
| DgnElementOrientation | Represents element orientation |
| DgnElementType | Element type |
| DgnFileVersion | File format version |
| DgnJustificationType | Justification type |
| DgnLineStyle | Line style |
| DgnSurface3DType | Represents 3d surface type |
| DgnSurfaceCreationMethod | Represents creation method of 3d surface and 3d solid |
| DgnTagType | Represents dgn tag type |