DgnConeElement

Inheritance: java.lang.Object, DgnDrawingElementBaseQuaternion

Represents Cone element

Constructors

ConstructorDescription
DgnConeElement(byte[] rawData, boolean is3DElementExpected)Initializes a new instance of the DgnConeElement class from raw data Initializes a new instance of the DgnArcElement class

Methods

MethodDescription
getFirstCircle()Gets first circle
getSecondCircle()Gets second circle
getMinPoint()Gets the min point of object.
getMaxPoint()Gets the max point of object.

DgnConeElement(byte[] rawData, boolean is3DElementExpected)

public DgnConeElement(byte[] rawData, boolean is3DElementExpected)

Initializes a new instance of the DgnConeElement class from raw data Initializes a new instance of the DgnArcElement class

Parameters:

ParameterTypeDescription
rawDatabyte[]raw data
is3DElementExpectedbooleanis 3D object expected

getFirstCircle()

public DgnCircle getFirstCircle()

Gets first circle

Returns: DgnCircle

getSecondCircle()

public DgnCircle getSecondCircle()

Gets second circle

Returns: DgnCircle

getMinPoint()

public Cad3DPoint getMinPoint()

Gets the min point of object.

Returns: Cad3DPoint - Min point of object.

getMaxPoint()

public Cad3DPoint getMaxPoint()

Gets the max point of object.

Returns: Cad3DPoint - Max point of object.