| Package | Description |
|---|---|
| com.aspose.cad.annotations | |
| com.aspose.cad.fileformats.cad.cadobjects | |
| com.aspose.cad.fileformats.iges.drawables | |
| com.aspose.cad.imageoptions | |
| com.aspose.cad.primitives |
| Modifier and Type | Method and Description |
|---|---|
Point3D |
IAnnotateable.getDefaultPoint()
Gets the default point.
|
Point3D |
AnnotationEntity.getEndPoint() |
Point3D |
AnnotationEntity.getInsertionPoint() |
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotationEntity.setEndPoint(Point3D value) |
void |
AnnotationEntity.setInsertionPoint(Point3D value) |
AnnotationEntityBuilder |
AnnotationEntityBuilder.withEndPoint(Point3D endPoint) |
AnnotationEntityBuilder |
AnnotationEntityBuilder.withInsertionPoint(Point3D insertionPoint) |
AnnotationEntityBuilder |
AnnotationEntityBuilder.withMiddlePoint(Point3D middlePoint) |
| Modifier and Type | Method and Description |
|---|---|
Point3D |
CadCircle.getDefaultPoint()
Gets the default point.
|
| Modifier and Type | Method and Description |
|---|---|
Point3D[] |
IIgesDrawable.getAllPoints()
Array of all points defining geometry
|
Point3D[] |
IgesDrawableBase.getAllPoints()
Array of all points defining geometry
|
Point3D |
IText.getEndBottomLine()
Right bottom point of text boundary, maps to AllPoints[3]
|
Point3D |
TextDrawable.getEndBottomLine()
Right bottom point of text boundary, maps to AllPoints[3]
|
Point3D |
IText.getOrigin()
Left bottom point of text boundary, used as origin point of primitive,maps to AllPoints[0]
|
Point3D |
TextDrawable.getOrigin()
Left bottom point of text boundary, used as origin point of primitive,maps to AllPoints[0]
|
Point3D |
IText.getUpperLeft()
Left upper point of text boundary, maps to AllPoints[1]
|
Point3D |
TextDrawable.getUpperLeft()
Left upper point of text boundary, maps to AllPoints[1]
|
Point3D |
IText.getUpperRight()
Right upper point of text boundary, maps to AllPoints[2]
|
Point3D |
TextDrawable.getUpperRight()
Right upper point of text boundary, maps to AllPoints[2]
|
| Modifier and Type | Method and Description |
|---|---|
IIgesDrawable |
Polygon.getTransformedDrawable(Point3D[] newPoints)
Creates a new drawable using provided points and non-geometric properties of current drawable
|
IIgesDrawable |
IIgesDrawable.getTransformedDrawable(Point3D[] newPoints)
Creates a new drawable using provided points and non-geometric properties of current drawable
|
IIgesDrawable |
BezierCurve.getTransformedDrawable(Point3D[] newPoints)
Creates a new Bezier curve using provided points and non-geometric properties of current Bezier curve
|
abstract IIgesDrawable |
IgesDrawableBase.getTransformedDrawable(Point3D[] newPoints)
Creates a new drawable using provided points and non-geometric properties of current drawable
|
IIgesDrawable |
Polyline.getTransformedDrawable(Point3D[] newPoints)
Creates a new drawable using provided points and non-geometric properties of current drawable
|
IIgesDrawable |
TextDrawable.getTransformedDrawable(Point3D[] newPoints)
Creates a new Text drawable using provided points and non-geometric properties of current Text drawable
|
| Constructor and Description |
|---|
BezierCurve(IDrawableProperties properties,
Point3D[] pointList)
Creates new Bezier curve geometric representation from geometry points and non-geometry properties
|
Polygon(IDrawableProperties properties,
Point3D[] pointList) |
Polyline(IDrawableProperties properties,
Point3D[] pointList)
Creates new Miltisegment line geometric representation from geometry points and non-geometry properties
|
TextDrawable(String text,
Point3D origin,
double angle,
double width,
double height,
IDrawableProperties properties)
Creates text Drawable and determines its text boundaries
|
| Modifier and Type | Method and Description |
|---|---|
Point3D |
DxfOptions.getOriginPosition()
Gets or sets the origin position.
|
Point3D |
DwgOptions.getOriginPosition()
Gets or sets the origin position.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DxfOptions.setOriginPosition(Point3D value)
Gets or sets the origin position.
|
void |
DwgOptions.setOriginPosition(Point3D value)
Gets or sets the origin position.
|
| Modifier and Type | Method and Description |
|---|---|
Point3D |
Point3D.copy()
Creates copy of current point
|
static Point3D |
Point3D.crossProduct(Point3D point1,
Point3D point2)
Gets cross-product of a points
|
static Point3D |
Point3D.getZero() |
Point3D |
Point3D.normalize()
Normalizes the specified origin.
|
static Point3D |
Point3D.normalVector(Point3D point1,
Point3D point2,
Point3D point3)
Get normal vector of a plane.
|
static Point3D |
Point3D.op_Addition(Point3D a,
Point3D b)
Implements the operator +.
|
static Point3D |
Point3D.op_Multiply(Point3D point,
double scale)
Implements the operator *.
|
static Point3D |
Point3D.op_Subtraction(Point3D a,
Point3D b)
Implements the operator -.
|
static Point3D |
Point3D.spherical(double r,
double theta,
double phi)
Get point in spherical coordinates
|
| Modifier and Type | Method and Description |
|---|---|
static Point3D |
Point3D.crossProduct(Point3D point1,
Point3D point2)
Gets cross-product of a points
|
double |
Point3D.distance(Point3D point2) |
static double |
Point3D.distance(Point3D point1,
Point3D point2)
Gets distance between points
|
static double |
Point3D.dotProduct(Point3D point1,
Point3D point2)
Gets dot product between two vectors.
|
static Point3D |
Point3D.normalVector(Point3D point1,
Point3D point2,
Point3D point3)
Get normal vector of a plane.
|
static Point3D |
Point3D.op_Addition(Point3D a,
Point3D b)
Implements the operator +.
|
static boolean |
Point3D.op_Equality(Point3D a,
Point3D b)
Allows to compare 3D points.
|
static boolean |
Point3D.op_Inequality(Point3D a,
Point3D b)
Allows to compare 3D points.
|
static Point3D |
Point3D.op_Multiply(Point3D point,
double scale)
Implements the operator *.
|
static Point3D |
Point3D.op_Subtraction(Point3D a,
Point3D b)
Implements the operator -.
|
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.