public class DgnConeElement extends DgnDrawingElementBaseQuaternion
Represents Cone element
| Constructor and Description |
|---|
DgnConeElement(byte[] rawData,
boolean is3DElementExpected)
Initializes a new instance of the
DgnConeElement class from raw data |
| Modifier and Type | Method and Description |
|---|---|
DgnCircle |
getFirstCircle()
Gets first circle
|
Cad3DPoint |
getMaxPoint()
Gets the max point of object.
|
Cad3DPoint |
getMinPoint()
Gets the min point of object.
|
DgnCircle |
getSecondCircle()
Gets second circle
|
getQuaternionRotationsgetMetadatapublic DgnConeElement(byte[] rawData,
boolean is3DElementExpected)
Initializes a new instance of the DgnConeElement class from raw data
Initializes a new instance of the DgnArcElement class
rawData - raw datais3DElementExpected - is 3D object expectedpublic DgnCircle getFirstCircle()
Gets first circle
public DgnCircle getSecondCircle()
Gets second circle
public Cad3DPoint getMinPoint()
Gets the min point of object.
getMinPoint in class DgnDrawingElementBasepublic Cad3DPoint getMaxPoint()
Gets the max point of object.
getMaxPoint in class DgnDrawingElementBase