public class Polyline extends IgesDrawableBase implements IPolyLine
Provides intermediate Drawable representation in form of segmented line
| Constructor and Description |
|---|
Polyline(IDrawableProperties properties,
Point3D[] pointList)
Creates new Miltisegment line geometric representation from geometry points and non-geometry properties
|
| Modifier and Type | Method and Description |
|---|---|
IIgesDrawable |
getNewPropsDrawable(IDrawableProperties props)
Creates a new drawable using geometry of current drawable and provided non-geometric properties
|
IIgesDrawable |
getTransformedDrawable(Point3D[] newPoints)
Creates a new drawable using provided points and non-geometric properties of current drawable
|
getAllPoints, getChilds, getEntityUID, getId, getProperties, setEntityUIDequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAllPoints, getEntityUID, getProperties, setEntityUIDpublic Polyline(IDrawableProperties properties, Point3D[] pointList)
Creates new Miltisegment line geometric representation from geometry points and non-geometry properties
properties - Non-geometric propertiespointList - List of points defining line segments (end of a segment is beginning of another segment)public IIgesDrawable getNewPropsDrawable(IDrawableProperties props)
Creates a new drawable using geometry of current drawable and provided non-geometric properties
getNewPropsDrawable in interface IIgesDrawablegetNewPropsDrawable in class IgesDrawableBaseprops - New non-geometric propertiespublic IIgesDrawable getTransformedDrawable(Point3D[] newPoints)
Creates a new drawable using provided points and non-geometric properties of current drawable
getTransformedDrawable in interface IIgesDrawablegetTransformedDrawable in class IgesDrawableBasenewPoints - All points defining new geometryCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.