| Package | Description |
|---|---|
| com.aspose.cad.fileformats.iges.drawables |
| Modifier and Type | Class and Description |
|---|---|
class |
DrawableProperties
Set of non-geometric properties for Drawable
|
| Modifier and Type | Method and Description |
|---|---|
IDrawableProperties |
IIgesDrawable.getProperties()
Non-geometric properties of geometric representation
|
IDrawableProperties |
IgesDrawableBase.getProperties()
Non-geometric properties for geometry
|
| 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
|
| 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
|
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.