| Package | Description |
|---|---|
| com.aspose.cad.fileformats.cad.cadobjects.hatch | |
| com.aspose.cad.primitives |
| Modifier and Type | Method and Description |
|---|---|
Point2D |
CadBoundaryPathCircularEllipse.getCenterPoint()
Gets or sets the centerPoint.
|
Point2D |
CadBoundaryPathCircularArc.getCenterPoint()
Gets or sets the centerPoint.
|
Point2D |
CadBoundaryPathSpline.getEndTangent()
Gets or sets the end tangent.
|
Point2D |
CadBoundaryPathLine.getFirstPoint()
Gets or sets the first Point.
|
Point2D |
CadBoundaryPathCircularEllipse.getMajorEndPoint()
Gets or sets the majour end point.
|
Point2D |
CadBoundaryPathLine.getSecondPoint()
Gets or sets the second Point.
|
Point2D |
CadBoundaryPathSpline.getStartTangent()
Gets or sets the start tangent.
|
| Modifier and Type | Method and Description |
|---|---|
List<Point2D> |
CadBoundaryPathSpline.getControlPoints()
Gets or sets the control points.
|
List<Point2D> |
CadBoundaryPathSpline.getFitPoints()
Gets or sets the fit points.
|
List<Point2D> |
CadPolylineBoundaryPath.getVertices()
Gets list of vertices.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CadBoundaryPathCircularEllipse.setCenterPoint(Point2D value)
Gets or sets the centerPoint.
|
void |
CadBoundaryPathCircularArc.setCenterPoint(Point2D value)
Gets or sets the centerPoint.
|
void |
CadBoundaryPathSpline.setEndTangent(Point2D value)
Gets or sets the end tangent.
|
void |
CadBoundaryPathLine.setFirstPoint(Point2D value)
Gets or sets the first Point.
|
void |
CadBoundaryPathCircularEllipse.setMajorEndPoint(Point2D value)
Gets or sets the majour end point.
|
void |
CadBoundaryPathLine.setSecondPoint(Point2D value)
Gets or sets the second Point.
|
void |
CadBoundaryPathSpline.setStartTangent(Point2D value)
Gets or sets the start tangent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CadBoundaryPathSpline.setControlPoints(List<Point2D> value)
Gets or sets the control points.
|
void |
CadBoundaryPathSpline.setFitPoints(List<Point2D> value)
Gets or sets the fit points.
|
void |
CadPolylineBoundaryPath.setVertices(List<Point2D> value)
Gets list of vertices.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Point3D
Represents class to work with 3D point and special operations for it.
|
| Modifier and Type | Method and Description |
|---|---|
double |
Point2D.distance(Point2D point2) |
static double |
Point2D.distance(Point2D point1,
Point2D point2)
Gets distance between points
|
boolean |
Point2D.equals(Point2D other) |
boolean |
Point3D.equals(Point2D other)
Overrides the Equals of 2D point so the called comparison would be 3D
|
static boolean |
Point2D.op_Equality(Point2D left,
Point2D right) |
static boolean |
Point2D.op_Inequality(Point2D left,
Point2D right) |
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.