com.aspose.cad.fileformats.dgn.dgnelements

com.aspose.cad.fileformats.dgn.dgnelements package

This namespace groups the core element types used when reading, creating, or modifying DGN (MicroStation) files via Aspose.CAD for Java. It includes surface, arc, spline, cell, cone, and compound element classes that model the geometric primitives and hierarchical structures of DGN drawings.

Classes

NameDescription
Dgn3DSurfaceElementRepresents 3d surface or 3d solid element
DgnArcBasedElementRepresents base class for arc-based elements
DgnArcElementRepresents arc element
DgnBSplineCurveElementB-spline curve element
DgnCellHeaderElementRepresents cell header element
DgnCompoundElementRepresents compound element
DgnConeElementRepresents Cone element
DgnCoreElementRepresents ‘core’ element
DgnCurveLineElementRepresents curve line element element
DgnDigitizerElementRepresents digitizer element
DgnDrawingElementBaseRepresents base class for drawing Dgn elements
DgnDrawingElementBaseQuaternionDgnDrawingElementBase class
DgnElementRepresents base class for all elements
DgnEllipseElementRepresents ellipse element
DgnKnotWeightElementKnot weight element
DgnLineElementRepresents line
DgnMultiTextElementRepresents multi-line text element
DgnPolyLineElementRepresents poly-line
DgnRootElementRepresents root element of a DGN file
DgnShapeElementRepresents shape element
DgnSharedCellDefinitionElementRepresents shared cell definition element
DgnSharedCellElementRepresents shared cell definition element
DgnSplineKnotElementRepresents spline knot element
DgnSplinePoleElementRepresents spline pole element
DgnSplineWeightFactorElementRepresents spline weight factor element
DgnSurfaceElementRepresents surface element
DgnSymbologyLevelElementRepresents Symbology element
DgnTagSetElementRepresents ‘Tag Set Definition’ element
DgnTagValueElementRepresents ‘Tag Value’ element
DgnTextElementRepresents text element

Interfaces

NameDescription
ICompositeDgnElementRepresents composite elements (like cell header)