DgnShapeElement

Inheritance: java.lang.Object, DgnLineElement

Represents shape element

Constructors

ConstructorDescription
DgnShapeElement(byte[] rawData, boolean is3DElementExpected)Initializes a new instance of the DgnShapeElement class

Methods

MethodDescription
getFilled()Gets a value indicating whether this DgnShapeElement is filled.

DgnShapeElement(byte[] rawData, boolean is3DElementExpected)

public DgnShapeElement(byte[] rawData, boolean is3DElementExpected)

Initializes a new instance of the DgnShapeElement class

Parameters:

ParameterTypeDescription
rawDatabyte[]raw data
is3DElementExpectedbooleanis 3D

getFilled()

public final boolean getFilled()

Gets a value indicating whether this DgnShapeElement is filled.

Returns: boolean - true if filled; otherwise, false .