public class DgnLineElement extends DgnDrawingElementBase
Represents line
| Modifier and Type | Method and Description |
|---|---|
Cad3DPoint |
getMaxPoint()
Gets the max point of object.
|
Cad3DPoint |
getMinPoint()
Gets the min point of object.
|
com.aspose.ms.System.Collections.ObjectModel.ReadOnlyCollection<DgnPoint> |
getVertices()
Gets vertices of the line
|
getMetadatapublic com.aspose.ms.System.Collections.ObjectModel.ReadOnlyCollection<DgnPoint> getVertices()
Gets vertices of the line
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