public class DgnShapeElement extends DgnLineElement
Represents shape element
Constructor and Description |
---|
DgnShapeElement(byte[] rawData,
boolean is3DElementExpected)
Initializes a new instance of the
DgnShapeElement class |
Modifier and Type | Method and Description |
---|---|
boolean |
getFilled()
Gets a value indicating whether this
DgnShapeElement is filled. |
getMaxPoint, getMinPoint, getVertices
getMetadata
public DgnShapeElement(byte[] rawData, boolean is3DElementExpected)
Initializes a new instance of the DgnShapeElement
class
rawData
- raw datais3DElementExpected
- is 3Dpublic final boolean getFilled()
Gets a value indicating whether this DgnShapeElement
is filled.
true
if filled; otherwise, false
.