DgnDrawingElementBase
Inheritance: java.lang.Object, DgnElement
Represents base class for drawing Dgn elements
Constructors
| Constructor | Description |
|---|---|
| DgnDrawingElementBase() |
Methods
| Method | Description |
|---|---|
| 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.