DgnDrawingElementBase

Inheritance: java.lang.Object, DgnElement

Represents base class for drawing Dgn elements

Constructors

ConstructorDescription
DgnDrawingElementBase()

Methods

MethodDescription
getMinPoint()Gets the min point of object.
getMaxPoint()Gets the max point of object.

DgnDrawingElementBase()

public DgnDrawingElementBase()

getMinPoint()

public abstract Cad3DPoint getMinPoint()

Gets the min point of object.

Returns: Cad3DPoint - Min point of object.

getMaxPoint()

public abstract Cad3DPoint getMaxPoint()

Gets the max point of object.

Returns: Cad3DPoint - Max point of object.