| Package | Description |
|---|---|
| com.aspose.cad.fileformats.iges.drawables |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IBezierCurve
Interface for cubic Bezier Curve geometry primitive
|
interface |
IPolygon
Interface for filled polygon (typically, triangle) geometry primitive
|
interface |
IPolyLine
Interface for multi-segment line geometry primitive
|
interface |
IText
Interface for text primitive
|
| Modifier and Type | Class and Description |
|---|---|
class |
BezierCurve
Provides intermediate Drawable representation in form of cubic Bezier curve
|
class |
IgesDrawableBase
Provides a base class for intermediate representation of document entities in simple geometric form
|
class |
Polygon |
class |
Polyline
Provides intermediate Drawable representation in form of segmented line
|
class |
TextDrawable
Provides intermediate Drawable representation of a text in a drawing
|
| Modifier and Type | Method and Description |
|---|---|
IIgesDrawable |
Polygon.getNewPropsDrawable(IDrawableProperties props)
Creates a new drawable using geometry of current drawable and provided non-geometric properties
|
IIgesDrawable |
IIgesDrawable.getNewPropsDrawable(IDrawableProperties props)
Creates a new drawable using geometry of current drawable and provided non-geometric properties
|
IIgesDrawable |
BezierCurve.getNewPropsDrawable(IDrawableProperties props)
Creates a new Bezier curve using geometry of current BEzier curve and provided non-geometric properties
|
abstract IIgesDrawable |
IgesDrawableBase.getNewPropsDrawable(IDrawableProperties props)
Creates a new drawable using geometry of current drawable and provided non-geometric properties
|
IIgesDrawable |
Polyline.getNewPropsDrawable(IDrawableProperties props)
Creates a new drawable using geometry of current drawable and provided non-geometric properties
|
IIgesDrawable |
TextDrawable.getNewPropsDrawable(IDrawableProperties props)
Creates a new Text drawable using geometry of current Text drawable and provided non-geometric properties
|
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
|
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.