Package | Description |
---|---|
com.aspose.cad.fileformats.iges.commondefinitions | |
com.aspose.cad.fileformats.iges.drawables |
Modifier and Type | Method and Description |
---|---|
Point3D |
Point3D.Clone() |
Modifier and Type | Method and Description |
---|---|
void |
Point3D.CloneTo(Point3D that) |
static boolean |
Point3D.isEquals(Point3D obj1,
Point3D obj2) |
Modifier and Type | Method and Description |
---|---|
Point3D[] |
IDrawable.getAllPoints()
Array of all points defining geometry
|
Point3D |
IText.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 |
IText.getUpperLeft()
Left upper point of text boundary, maps to AllPoints[1]
|
Point3D |
IText.getUpperRight()
Right upper point of text boundary, maps to AllPoints[2]
|
Modifier and Type | Method and Description |
---|---|
IDrawable |
IDrawable.getTransformedDrawable(Point3D[] newPoints)
Creates a new drawable using provided points and non-geometric properties of current drawable
|