public class DgnLineElement extends DgnDrawableEntityBase
Represents line
| Modifier and Type | Method and Description |
|---|---|
Cad3DPoint |
getMaxPoint()
Gets the max point of object.
|
Cad3DPoint |
getMinPoint()
Gets the min point of object.
|
DgnPoint[] |
getVertices()
Gets vertices of the line
|
getChilds, getId, getMetadatapublic final DgnPoint[] getVertices()
Gets vertices of the line
public Cad3DPoint getMinPoint()
Gets the min point of object.
getMinPoint in class DgnDrawableEntityBasepublic Cad3DPoint getMaxPoint()
Gets the max point of object.
getMaxPoint in class DgnDrawableEntityBaseCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.