public abstract class DgnDrawingElementBase extends DgnElement
Represents base class for drawing Dgn elements
Constructor and Description |
---|
DgnDrawingElementBase() |
Modifier and Type | Method and Description |
---|---|
abstract Cad3DPoint |
getMaxPoint()
Gets the max point of object.
|
abstract Cad3DPoint |
getMinPoint()
Gets the min point of object.
|
getMetadata
public abstract Cad3DPoint getMinPoint()
Gets the min point of object.
public abstract Cad3DPoint getMaxPoint()
Gets the max point of object.