DgnConeElement
Contents
[
Hide
]Inheritance: java.lang.Object, DgnDrawingElementBaseQuaternion
Represents Cone element
Constructors
| Constructor | Description |
|---|---|
| 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
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| rawData | byte[] | raw data |
| is3DElementExpected | boolean | is 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.