| Package | Description |
|---|---|
| com.aspose.cad.fileformats.iges | |
| com.aspose.cad.fileformats.iges.drawables |
| Modifier and Type | Method and Description |
|---|---|
IDrawable[][] |
IgesImage.getDrawables()
Gets geometric representation of the document
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IBezierCurve
Interface for cubic Bezier Curve geometry primitive
|
interface |
IPolyLine
Interface for multi-segment line geometry primitive
|
interface |
IText
Interface for text primitive
|
| Modifier and Type | Method and Description |
|---|---|
IDrawable |
IDrawable.getNewPropsDrawable(IDrawableProperties props)
Creates a new drawable using geometry of current drawable and provided non-geometric properties
|
IDrawable |
IDrawable.getTransformedDrawable(Point3D[] newPoints)
Creates a new drawable using provided points and non-geometric properties of current drawable
|